Shades of Eggplant #A00A80
Tints of Eggplant #A00A80
RGB
CMYK
RGB Variations
Color information
#A00A80 (or 0xA00A80) is known color: Eggplant. HEX triplet: A0, 0A and 80. RGB value is (160,10,128). Sum of RGB (Red+Green+Blue) = 160+10+128=298 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.69% from 298); Green value is 10 (4.30% from 255 or 3.36% from 298); Blue value is 128 (50.39% from 255 or 42.95% from 298); Max value from RGB is 160 - color contains mainly: red. Hex color #A00A80 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00A80 is #5FF57F. Grayscale: #434343. Windows color (decimal): -6288768 or 8391328. OLE color: 8391328.
HSL color Cylindrical-coordinate representation of color #A00A80: hue angle of 312.8º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A00A80 is Cyan = 0, Magento = 0.94, Yellow = 0.20 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 10 | 128 | - |
| CMYK | 0 | 0.94 | 0.20 | 0.37 |
| HSL | 312.8º | 0.88% | 0.33% | - |
| HSV(B) | 312.8º | 0.94% | 0.63% | - |
| XYZ | 18.5 | 9.25 | 21.23 | - |
| YUV | 68.3 | 161.7 | 193.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 10 | 128 | 0 | 0.94 | 0.20 | 0.37 | 312.8 | 0.88 | 0.33 |
| Hex | A0 | A | 80 | 0 | 5E | 14 | 25 | 139 | 58 | 21 |
| Octal | 240 | 12 | 200 | 0 | 136 | 24 | 45 | 471 | 130 | 41 |
| Binary | 10100000 | 1010 | 10000000 | 0 | 1011110 | 10100 | 100101 | 100111001 | 1011000 | 100001 |
Color Harmonies of #A00A80
Complementary color
Monochromatic Colors of #A00A80
Black with #A00A80
Text Example
Text Example
White with #A00A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00A80; }
p { color: rgb(160,10,128); }
H1.HeaderClassName
{
color: #A00A80;
}
.AnyTagClassName
{
color: #A00A80;
}
</style>
background-color css
<style>
a { background-color: #A00A80; }
a { background-color: rgb(160,10,128); }
div.DivClassName
{
background-color: #A00A80;
}
.BgClassName
{
background-color: #A00A80;
}
</style>
border-color css
<style>
span { border-color: #A00A80; }
span { border-color: rgb(160,10,128); }
td.TdClassName
{
border-color: #A00A80;
}
.TagClassName
{
border-color: #A00A80;
}
</style>