Shades of Eggplant #A00C80
Tints of Eggplant #A00C80
RGB
CMYK
RGB Variations
Color information
#A00C80 (or 0xA00C80) is known color: Eggplant. HEX triplet: A0, 0C and 80. RGB value is (160,12,128). Sum of RGB (Red+Green+Blue) = 160+12+128=300 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.33% from 300); Green value is 12 (5.08% from 255 or 4% from 300); Blue value is 128 (50.39% from 255 or 42.67% from 300); Max value from RGB is 160 - color contains mainly: red. Hex color #A00C80 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00C80 is #5FF37F. Grayscale: #454545. Windows color (decimal): -6288256 or 8391840. OLE color: 8391840.
HSL color Cylindrical-coordinate representation of color #A00C80: hue angle of 312.97º 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 #A00C80 is Cyan = 0, Magento = 0.93, Yellow = 0.20 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 12 | 128 | - |
| CMYK | 0 | 0.93 | 0.20 | 0.37 |
| HSL | 312.97º | 0.86% | 0.34% | - |
| HSV(B) | 312.97º | 0.93% | 0.63% | - |
| XYZ | 18.52 | 9.3 | 21.24 | - |
| YUV | 69.48 | 161.03 | 192.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 12 | 128 | 0 | 0.93 | 0.20 | 0.37 | 312.97 | 0.86 | 0.34 |
| Hex | A0 | C | 80 | 0 | 5D | 14 | 25 | 139 | 56 | 22 |
| Octal | 240 | 14 | 200 | 0 | 135 | 24 | 45 | 471 | 126 | 42 |
| Binary | 10100000 | 1100 | 10000000 | 0 | 1011101 | 10100 | 100101 | 100111001 | 1010110 | 100010 |
Color Harmonies of #A00C80
Complementary color
Monochromatic Colors of #A00C80
Black with #A00C80
Text Example
Text Example
White with #A00C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00C80; }
p { color: rgb(160,12,128); }
H1.HeaderClassName
{
color: #A00C80;
}
.AnyTagClassName
{
color: #A00C80;
}
</style>
background-color css
<style>
a { background-color: #A00C80; }
a { background-color: rgb(160,12,128); }
div.DivClassName
{
background-color: #A00C80;
}
.BgClassName
{
background-color: #A00C80;
}
</style>
border-color css
<style>
span { border-color: #A00C80; }
span { border-color: rgb(160,12,128); }
td.TdClassName
{
border-color: #A00C80;
}
.TagClassName
{
border-color: #A00C80;
}
</style>