Shades of Eggplant #A80D76
Tints of Eggplant #A80D76
RGB
CMYK
RGB Variations
Color information
#A80D76 (or 0xA80D76) is known color: Eggplant. HEX triplet: A8, 0D and 76. RGB value is (168,13,118). Sum of RGB (Red+Green+Blue) = 168+13+118=299 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.19% from 299); Green value is 13 (5.47% from 255 or 4.35% from 299); Blue value is 118 (46.48% from 255 or 39.46% from 299); Max value from RGB is 168 - color contains mainly: red. Hex color #A80D76 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80D76 is #57F289. Grayscale: #474747. Windows color (decimal): -5763722 or 7736744. OLE color: 7736744.
HSL color Cylindrical-coordinate representation of color #A80D76: hue angle of 319.35º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A80D76 is Cyan = 0, Magento = 0.92, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 13 | 118 | - |
| CMYK | 0 | 0.92 | 0.30 | 0.34 |
| HSL | 319.35º | 0.86% | 0.35% | - |
| HSV(B) | 319.35º | 0.92% | 0.66% | - |
| XYZ | 19.56 | 9.92 | 18.02 | - |
| YUV | 71.32 | 154.35 | 196.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 13 | 118 | 0 | 0.92 | 0.30 | 0.34 | 319.35 | 0.86 | 0.35 |
| Hex | A8 | D | 76 | 0 | 5C | 1E | 22 | 13F | 56 | 23 |
| Octal | 250 | 15 | 166 | 0 | 134 | 36 | 42 | 477 | 126 | 43 |
| Binary | 10101000 | 1101 | 1110110 | 0 | 1011100 | 11110 | 100010 | 100111111 | 1010110 | 100011 |
Color Harmonies of #A80D76
Complementary color
Monochromatic Colors of #A80D76
Black with #A80D76
Text Example
Text Example
White with #A80D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80D76; }
p { color: rgb(168,13,118); }
H1.HeaderClassName
{
color: #A80D76;
}
.AnyTagClassName
{
color: #A80D76;
}
</style>
background-color css
<style>
a { background-color: #A80D76; }
a { background-color: rgb(168,13,118); }
div.DivClassName
{
background-color: #A80D76;
}
.BgClassName
{
background-color: #A80D76;
}
</style>
border-color css
<style>
span { border-color: #A80D76; }
span { border-color: rgb(168,13,118); }
td.TdClassName
{
border-color: #A80D76;
}
.TagClassName
{
border-color: #A80D76;
}
</style>