color details

Color Details
#a76b9f Color Hex

#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
Color spaces of #a76b9fValue
RGB167, 107, 159
HSL0.86, 0.25, 0.54
HSV308°, 36°, 65°
XYZ27.45, 21.24, 35.45
Base Numbers
Base Red Green Blue
Binary 10100111 1101011 10011111
Octal 247 153 237
Decimal 167 107 159
Hex A7 6B 9F

RGB Percentages for Color #a76b9f

38.57%
24.71%
36.72%

CMYK Percentages of the Color #a76b9f

35.93%
4.79%
34.51%
CSS Codes for Color #a76b9f
.mybgColor {background-color: #a76b9f;}
.myforeColor {color: #a76b9f;}
.myborderColor {border:3px solid #a76b9f;}
Text Font Color #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,

Background Color #a76b9f

<div style="background-color:#a76b9f">Div content here</div>

The background color of this div is #a76b9f
Border Color #a76b9f

<div style="border:3px solid #a76b9f">Div here</div>

The border color of this div is #a76b9f
Css3 Examples
            .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;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167, 107, 159, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #a76b9f;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<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>

This div box has a shadow with a specified color. #a76b9f

Scroll to Top