Shades of Eggplant #A80E7E
Tints of Eggplant #A80E7E
RGB
CMYK
RGB Variations
Color information
#A80E7E (or 0xA80E7E) is known color: Eggplant. HEX triplet: A8, 0E and 7E. RGB value is (168,14,126). Sum of RGB (Red+Green+Blue) = 168+14+126=308 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.55% from 308); Green value is 14 (5.86% from 255 or 4.55% from 308); Blue value is 126 (49.61% from 255 or 40.91% from 308); Max value from RGB is 168 - color contains mainly: red. Hex color #A80E7E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80E7E is #57F181. Grayscale: #484848. Windows color (decimal): -5763458 or 8261288. OLE color: 8261288.
HSL color Cylindrical-coordinate representation of color #A80E7E: hue angle of 316.36º 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 #A80E7E is Cyan = 0, Magento = 0.92, Yellow = 0.25 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 14 | 126 | - |
| CMYK | 0 | 0.92 | 0.25 | 0.34 |
| HSL | 316.36º | 0.85% | 0.36% | - |
| HSV(B) | 316.36º | 0.92% | 0.66% | - |
| XYZ | 20.07 | 10.15 | 20.64 | - |
| YUV | 72.81 | 158.02 | 195.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 14 | 126 | 0 | 0.92 | 0.25 | 0.34 | 316.36 | 0.85 | 0.36 |
| Hex | A8 | E | 7E | 0 | 5C | 19 | 22 | 13C | 55 | 24 |
| Octal | 250 | 16 | 176 | 0 | 134 | 31 | 42 | 474 | 125 | 44 |
| Binary | 10101000 | 1110 | 1111110 | 0 | 1011100 | 11001 | 100010 | 100111100 | 1010101 | 100100 |
Color Harmonies of #A80E7E
Complementary color
Monochromatic Colors of #A80E7E
Black with #A80E7E
Text Example
Text Example
White with #A80E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80E7E; }
p { color: rgb(168,14,126); }
H1.HeaderClassName
{
color: #A80E7E;
}
.AnyTagClassName
{
color: #A80E7E;
}
</style>
background-color css
<style>
a { background-color: #A80E7E; }
a { background-color: rgb(168,14,126); }
div.DivClassName
{
background-color: #A80E7E;
}
.BgClassName
{
background-color: #A80E7E;
}
</style>
border-color css
<style>
span { border-color: #A80E7E; }
span { border-color: rgb(168,14,126); }
td.TdClassName
{
border-color: #A80E7E;
}
.TagClassName
{
border-color: #A80E7E;
}
</style>