Shades of Eggplant #A00E77
Tints of Eggplant #A00E77
RGB
CMYK
RGB Variations
Color information
#A00E77 (or 0xA00E77) is known color: Eggplant. HEX triplet: A0, 0E and 77. RGB value is (160,14,119). Sum of RGB (Red+Green+Blue) = 160+14+119=293 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.61% from 293); Green value is 14 (5.86% from 255 or 4.78% from 293); Blue value is 119 (46.88% from 255 or 40.61% from 293); Max value from RGB is 160 - color contains mainly: red. Hex color #A00E77 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00E77 is #5FF188. Grayscale: #454545. Windows color (decimal): -6287753 or 7802528. OLE color: 7802528.
HSL color Cylindrical-coordinate representation of color #A00E77: hue angle of 316.85º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A00E77 is Cyan = 0, Magento = 0.91, Yellow = 0.26 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 14 | 119 | - |
| CMYK | 0 | 0.91 | 0.26 | 0.37 |
| HSL | 316.85º | 0.84% | 0.34% | - |
| HSV(B) | 316.85º | 0.91% | 0.63% | - |
| XYZ | 17.98 | 9.12 | 18.27 | - |
| YUV | 69.62 | 155.87 | 192.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 14 | 119 | 0 | 0.91 | 0.26 | 0.37 | 316.85 | 0.84 | 0.34 |
| Hex | A0 | E | 77 | 0 | 5B | 1A | 25 | 13D | 54 | 22 |
| Octal | 240 | 16 | 167 | 0 | 133 | 32 | 45 | 475 | 124 | 42 |
| Binary | 10100000 | 1110 | 1110111 | 0 | 1011011 | 11010 | 100101 | 100111101 | 1010100 | 100010 |
Color Harmonies of #A00E77
Complementary color
Monochromatic Colors of #A00E77
Black with #A00E77
Text Example
Text Example
White with #A00E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00E77; }
p { color: rgb(160,14,119); }
H1.HeaderClassName
{
color: #A00E77;
}
.AnyTagClassName
{
color: #A00E77;
}
</style>
background-color css
<style>
a { background-color: #A00E77; }
a { background-color: rgb(160,14,119); }
div.DivClassName
{
background-color: #A00E77;
}
.BgClassName
{
background-color: #A00E77;
}
</style>
border-color css
<style>
span { border-color: #A00E77; }
span { border-color: rgb(160,14,119); }
td.TdClassName
{
border-color: #A00E77;
}
.TagClassName
{
border-color: #A00E77;
}
</style>