Shades of Eggplant #A80E77
Tints of Eggplant #A80E77
RGB
CMYK
RGB Variations
Color information
#A80E77 (or 0xA80E77) is known color: Eggplant. HEX triplet: A8, 0E and 77. RGB value is (168,14,119). Sum of RGB (Red+Green+Blue) = 168+14+119=301 (39% of max value = 765). Red value is 168 (66.02% from 255 or 55.81% from 301); Green value is 14 (5.86% from 255 or 4.65% from 301); Blue value is 119 (46.88% from 255 or 39.53% from 301); Max value from RGB is 168 - color contains mainly: red. Hex color #A80E77 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80E77 is #57F188. Grayscale: #474747. Windows color (decimal): -5763465 or 7802536. OLE color: 7802536.
HSL color Cylindrical-coordinate representation of color #A80E77: hue angle of 319.09º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A80E77 is Cyan = 0, Magento = 0.92, Yellow = 0.29 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 14 | 119 | - |
| CMYK | 0 | 0.92 | 0.29 | 0.34 |
| HSL | 319.09º | 0.85% | 0.36% | - |
| HSV(B) | 319.09º | 0.92% | 0.66% | - |
| XYZ | 19.64 | 9.97 | 18.34 | - |
| YUV | 72.02 | 154.52 | 196.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 14 | 119 | 0 | 0.92 | 0.29 | 0.34 | 319.09 | 0.85 | 0.36 |
| Hex | A8 | E | 77 | 0 | 5C | 1D | 22 | 13F | 55 | 24 |
| Octal | 250 | 16 | 167 | 0 | 134 | 35 | 42 | 477 | 125 | 44 |
| Binary | 10101000 | 1110 | 1110111 | 0 | 1011100 | 11101 | 100010 | 100111111 | 1010101 | 100100 |
Color Harmonies of #A80E77
Complementary color
Monochromatic Colors of #A80E77
Black with #A80E77
Text Example
Text Example
White with #A80E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80E77; }
p { color: rgb(168,14,119); }
H1.HeaderClassName
{
color: #A80E77;
}
.AnyTagClassName
{
color: #A80E77;
}
</style>
background-color css
<style>
a { background-color: #A80E77; }
a { background-color: rgb(168,14,119); }
div.DivClassName
{
background-color: #A80E77;
}
.BgClassName
{
background-color: #A80E77;
}
</style>
border-color css
<style>
span { border-color: #A80E77; }
span { border-color: rgb(168,14,119); }
td.TdClassName
{
border-color: #A80E77;
}
.TagClassName
{
border-color: #A80E77;
}
</style>