Shades of Eggplant #A00A72
Tints of Eggplant #A00A72
RGB
CMYK
RGB Variations
Color information
#A00A72 (or 0xA00A72) is known color: Eggplant. HEX triplet: A0, 0A and 72. RGB value is (160,10,114). Sum of RGB (Red+Green+Blue) = 160+10+114=284 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.34% from 284); Green value is 10 (4.30% from 255 or 3.52% from 284); Blue value is 114 (44.92% from 255 or 40.14% from 284); Max value from RGB is 160 - color contains mainly: red. Hex color #A00A72 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00A72 is #5FF58D. Grayscale: #424242. Windows color (decimal): -6288782 or 7473824. OLE color: 7473824.
HSL color Cylindrical-coordinate representation of color #A00A72: hue angle of 318.4º 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 #A00A72 is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 10 | 114 | - |
| CMYK | 0 | 0.94 | 0.29 | 0.37 |
| HSL | 318.4º | 0.88% | 0.33% | - |
| HSV(B) | 318.4º | 0.94% | 0.63% | - |
| XYZ | 17.64 | 8.91 | 16.71 | - |
| YUV | 66.71 | 154.7 | 194.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 10 | 114 | 0 | 0.94 | 0.29 | 0.37 | 318.4 | 0.88 | 0.33 |
| Hex | A0 | A | 72 | 0 | 5E | 1D | 25 | 13E | 58 | 21 |
| Octal | 240 | 12 | 162 | 0 | 136 | 35 | 45 | 476 | 130 | 41 |
| Binary | 10100000 | 1010 | 1110010 | 0 | 1011110 | 11101 | 100101 | 100111110 | 1011000 | 100001 |
Color Harmonies of #A00A72
Complementary color
Monochromatic Colors of #A00A72
Black with #A00A72
Text Example
Text Example
White with #A00A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00A72; }
p { color: rgb(160,10,114); }
H1.HeaderClassName
{
color: #A00A72;
}
.AnyTagClassName
{
color: #A00A72;
}
</style>
background-color css
<style>
a { background-color: #A00A72; }
a { background-color: rgb(160,10,114); }
div.DivClassName
{
background-color: #A00A72;
}
.BgClassName
{
background-color: #A00A72;
}
</style>
border-color css
<style>
span { border-color: #A00A72; }
span { border-color: rgb(160,10,114); }
td.TdClassName
{
border-color: #A00A72;
}
.TagClassName
{
border-color: #A00A72;
}
</style>