#a094a9 color RGB value is (10, 9, 74).
#a094a9 hex color red value is 10, green value is 9, and blue value is 74.
Cylindrical-coordinate representations (HSL) of color #a094a9
hue: 240.92,
saturation: 0.78 and lightness: 0.16.
The process color (four-color CMYK) of #a094a9 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #a094a9 is #ff9999. Color #a094a9 contains mainly RED.
| Color spaces of #a094a9 | Value |
|---|---|
| RGB | 160, 148, 169 |
| HSL | 0.76, 0.11, 0.62 |
| HSV | 274°, 12°, 66° |
| XYZ | 32.25, 31.52, 41.91 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 10100000 | 10010100 | 10101001 |
| Octal | 240 | 224 | 251 |
| Decimal | 160 | 148 | 169 |
| Hex | A0 | 94 | A9 |
Shades of #a094a9
Tints of #a094a9
.mybgColor {background-color: #a094a9;}
.myforeColor {color: #a094a9;}
.myborderColor {border:3px solid #a094a9;}
<p style="color:#a094a9">Text here</p>
This sample text is styled with the font color #a094a9. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#a094a9">Div content here</div>
<div style="border:3px solid #a094a9">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(160, 148, 169, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #a094a9; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #a094a9;
-webkit-box-shadow: 1px 1px 3px #a094a9;
box-shadow: 1px 1px 3px #a094a9; }
<p style="text-shadow: 4px 4px 2px rgba(160, 148, 169, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #a094a9;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #a094a9;
-webkit-box-shadow: 1px 1px 3px #a094a9;
box-shadow: 1px 1px 3px #a094a9;">Div content here</div>
