#a76b9f color RGB value is (10, 118, 185).
#a76b9f hex color red value is 10, green value is 118, and blue value is 185.
Cylindrical-coordinate representations (HSL) of color #a76b9f
hue: 202.97,
saturation: 0.9 and lightness: 0.38.
The process color (four-color CMYK) of #a76b9f color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #a76b9f is #ff9999. Color #a76b9f contains mainly RED.
| Color spaces of #a76b9f | Value |
|---|---|
| RGB | 167, 107, 159 |
| HSL | 0.86, 0.25, 0.54 |
| HSV | 308°, 36°, 65° |
| XYZ | 27.45, 21.24, 35.45 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 10100111 | 1101011 | 10011111 |
| Octal | 247 | 153 | 237 |
| Decimal | 167 | 107 | 159 |
| Hex | A7 | 6B | 9F |
Shades of #a76b9f
Tints of #a76b9f
.mybgColor {background-color: #a76b9f;}
.myforeColor {color: #a76b9f;}
.myborderColor {border:3px solid #a76b9f;}
<p style="color:#a76b9f">Text here</p>
This sample text is styled with the font color #a76b9f. 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:#a76b9f">Div content here</div>
<div style="border:3px solid #a76b9f">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(167, 107, 159, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #a76b9f; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #a76b9f;
-webkit-box-shadow: 1px 1px 3px #a76b9f;
box-shadow: 1px 1px 3px #a76b9f; }
<p style="text-shadow: 4px 4px 2px rgba(167, 107, 159, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #a76b9f;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #a76b9f;
-webkit-box-shadow: 1px 1px 3px #a76b9f;
box-shadow: 1px 1px 3px #a76b9f;">Div content here</div>
