Shades of Eggplant #A81177
Tints of Eggplant #A81177
RGB
CMYK
RGB Variations
Color information
#A81177 (or 0xA81177) is known color: Eggplant. HEX triplet: A8, 11 and 77. RGB value is (168,17,119). Sum of RGB (Red+Green+Blue) = 168+17+119=304 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.26% from 304); Green value is 17 (7.03% from 255 or 5.59% from 304); Blue value is 119 (46.88% from 255 or 39.14% from 304); Max value from RGB is 168 - color contains mainly: red. Hex color #A81177 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A81177 is #57EE88. Grayscale: #494949. Windows color (decimal): -5762697 or 7803304. OLE color: 7803304.
HSL color Cylindrical-coordinate representation of color #A81177: hue angle of 319.47º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A81177 is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 17 | 119 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.34 |
| HSL | 319.47º | 0.82% | 0.36% | - |
| HSV(B) | 319.47º | 0.9% | 0.66% | - |
| XYZ | 19.68 | 10.06 | 18.36 | - |
| YUV | 73.78 | 153.53 | 195.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 17 | 119 | 0 | 0.90 | 0.29 | 0.34 | 319.47 | 0.82 | 0.36 |
| Hex | A8 | 11 | 77 | 0 | 5A | 1D | 22 | 13F | 52 | 24 |
| Octal | 250 | 21 | 167 | 0 | 132 | 35 | 42 | 477 | 122 | 44 |
| Binary | 10101000 | 10001 | 1110111 | 0 | 1011010 | 11101 | 100010 | 100111111 | 1010010 | 100100 |
Color Harmonies of #A81177
Complementary color
Monochromatic Colors of #A81177
Black with #A81177
Text Example
Text Example
White with #A81177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81177; }
p { color: rgb(168,17,119); }
H1.HeaderClassName
{
color: #A81177;
}
.AnyTagClassName
{
color: #A81177;
}
</style>
background-color css
<style>
a { background-color: #A81177; }
a { background-color: rgb(168,17,119); }
div.DivClassName
{
background-color: #A81177;
}
.BgClassName
{
background-color: #A81177;
}
</style>
border-color css
<style>
span { border-color: #A81177; }
span { border-color: rgb(168,17,119); }
td.TdClassName
{
border-color: #A81177;
}
.TagClassName
{
border-color: #A81177;
}
</style>