Shades of Eggplant #A00A7A
Tints of Eggplant #A00A7A
RGB
CMYK
RGB Variations
Color information
#A00A7A (or 0xA00A7A) is known color: Eggplant. HEX triplet: A0, 0A and 7A. RGB value is (160,10,122). Sum of RGB (Red+Green+Blue) = 160+10+122=292 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.79% from 292); Green value is 10 (4.30% from 255 or 3.42% from 292); Blue value is 122 (48.05% from 255 or 41.78% from 292); Max value from RGB is 160 - color contains mainly: red. Hex color #A00A7A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00A7A is #5FF585. Grayscale: #434343. Windows color (decimal): -6288774 or 7998112. OLE color: 7998112.
HSL color Cylindrical-coordinate representation of color #A00A7A: hue angle of 315.2º 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 #A00A7A is Cyan = 0, Magento = 0.94, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 10 | 122 | - |
| CMYK | 0 | 0.94 | 0.24 | 0.37 |
| HSL | 315.2º | 0.88% | 0.33% | - |
| HSV(B) | 315.2º | 0.94% | 0.63% | - |
| XYZ | 18.12 | 9.1 | 19.21 | - |
| YUV | 67.62 | 158.7 | 193.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 10 | 122 | 0 | 0.94 | 0.24 | 0.37 | 315.2 | 0.88 | 0.33 |
| Hex | A0 | A | 7A | 0 | 5E | 18 | 25 | 13B | 58 | 21 |
| Octal | 240 | 12 | 172 | 0 | 136 | 30 | 45 | 473 | 130 | 41 |
| Binary | 10100000 | 1010 | 1111010 | 0 | 1011110 | 11000 | 100101 | 100111011 | 1011000 | 100001 |
Color Harmonies of #A00A7A
Complementary color
Monochromatic Colors of #A00A7A
Black with #A00A7A
Text Example
Text Example
White with #A00A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00A7A; }
p { color: rgb(160,10,122); }
H1.HeaderClassName
{
color: #A00A7A;
}
.AnyTagClassName
{
color: #A00A7A;
}
</style>
background-color css
<style>
a { background-color: #A00A7A; }
a { background-color: rgb(160,10,122); }
div.DivClassName
{
background-color: #A00A7A;
}
.BgClassName
{
background-color: #A00A7A;
}
</style>
border-color css
<style>
span { border-color: #A00A7A; }
span { border-color: rgb(160,10,122); }
td.TdClassName
{
border-color: #A00A7A;
}
.TagClassName
{
border-color: #A00A7A;
}
</style>