Shades of Eggplant #A00C79
Tints of Eggplant #A00C79
RGB
CMYK
RGB Variations
Color information
#A00C79 (or 0xA00C79) is known color: Eggplant. HEX triplet: A0, 0C and 79. RGB value is (160,12,121). Sum of RGB (Red+Green+Blue) = 160+12+121=293 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.61% from 293); Green value is 12 (5.08% from 255 or 4.10% from 293); Blue value is 121 (47.66% from 255 or 41.30% from 293); Max value from RGB is 160 - color contains mainly: red. Hex color #A00C79 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00C79 is #5FF386. Grayscale: #444444. Windows color (decimal): -6288263 or 7933088. OLE color: 7933088.
HSL color Cylindrical-coordinate representation of color #A00C79: hue angle of 315.81º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A00C79 is Cyan = 0, Magento = 0.93, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 12 | 121 | - |
| CMYK | 0 | 0.93 | 0.24 | 0.37 |
| HSL | 315.81º | 0.86% | 0.34% | - |
| HSV(B) | 315.81º | 0.93% | 0.63% | - |
| XYZ | 18.08 | 9.12 | 18.9 | - |
| YUV | 68.68 | 157.53 | 193.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 12 | 121 | 0 | 0.93 | 0.24 | 0.37 | 315.81 | 0.86 | 0.34 |
| Hex | A0 | C | 79 | 0 | 5D | 18 | 25 | 13C | 56 | 22 |
| Octal | 240 | 14 | 171 | 0 | 135 | 30 | 45 | 474 | 126 | 42 |
| Binary | 10100000 | 1100 | 1111001 | 0 | 1011101 | 11000 | 100101 | 100111100 | 1010110 | 100010 |
Color Harmonies of #A00C79
Complementary color
Monochromatic Colors of #A00C79
Black with #A00C79
Text Example
Text Example
White with #A00C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00C79; }
p { color: rgb(160,12,121); }
H1.HeaderClassName
{
color: #A00C79;
}
.AnyTagClassName
{
color: #A00C79;
}
</style>
background-color css
<style>
a { background-color: #A00C79; }
a { background-color: rgb(160,12,121); }
div.DivClassName
{
background-color: #A00C79;
}
.BgClassName
{
background-color: #A00C79;
}
</style>
border-color css
<style>
span { border-color: #A00C79; }
span { border-color: rgb(160,12,121); }
td.TdClassName
{
border-color: #A00C79;
}
.TagClassName
{
border-color: #A00C79;
}
</style>