Shades of Eggplant #A80C76
Tints of Eggplant #A80C76
RGB
CMYK
RGB Variations
Color information
#A80C76 (or 0xA80C76) is known color: Eggplant. HEX triplet: A8, 0C and 76. RGB value is (168,12,118). Sum of RGB (Red+Green+Blue) = 168+12+118=298 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.38% from 298); Green value is 12 (5.08% from 255 or 4.03% from 298); Blue value is 118 (46.48% from 255 or 39.60% from 298); Max value from RGB is 168 - color contains mainly: red. Hex color #A80C76 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80C76 is #57F389. Grayscale: #464646. Windows color (decimal): -5763978 or 7736488. OLE color: 7736488.
HSL color Cylindrical-coordinate representation of color #A80C76: hue angle of 319.23º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A80C76 is Cyan = 0, Magento = 0.93, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 12 | 118 | - |
| CMYK | 0 | 0.93 | 0.30 | 0.34 |
| HSL | 319.23º | 0.87% | 0.35% | - |
| HSV(B) | 319.23º | 0.93% | 0.66% | - |
| XYZ | 19.55 | 9.9 | 18.02 | - |
| YUV | 70.73 | 154.68 | 197.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 12 | 118 | 0 | 0.93 | 0.30 | 0.34 | 319.23 | 0.87 | 0.35 |
| Hex | A8 | C | 76 | 0 | 5D | 1E | 22 | 13F | 57 | 23 |
| Octal | 250 | 14 | 166 | 0 | 135 | 36 | 42 | 477 | 127 | 43 |
| Binary | 10101000 | 1100 | 1110110 | 0 | 1011101 | 11110 | 100010 | 100111111 | 1010111 | 100011 |
Color Harmonies of #A80C76
Complementary color
Monochromatic Colors of #A80C76
Black with #A80C76
Text Example
Text Example
White with #A80C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80C76; }
p { color: rgb(168,12,118); }
H1.HeaderClassName
{
color: #A80C76;
}
.AnyTagClassName
{
color: #A80C76;
}
</style>
background-color css
<style>
a { background-color: #A80C76; }
a { background-color: rgb(168,12,118); }
div.DivClassName
{
background-color: #A80C76;
}
.BgClassName
{
background-color: #A80C76;
}
</style>
border-color css
<style>
span { border-color: #A80C76; }
span { border-color: rgb(168,12,118); }
td.TdClassName
{
border-color: #A80C76;
}
.TagClassName
{
border-color: #A80C76;
}
</style>