Shades of Eggplant #A00A7C
Tints of Eggplant #A00A7C
RGB
CMYK
RGB Variations
Color information
#A00A7C (or 0xA00A7C) is known color: Eggplant. HEX triplet: A0, 0A and 7C. RGB value is (160,10,124). Sum of RGB (Red+Green+Blue) = 160+10+124=294 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.42% from 294); Green value is 10 (4.30% from 255 or 3.40% from 294); Blue value is 124 (48.83% from 255 or 42.18% from 294); Max value from RGB is 160 - color contains mainly: red. Hex color #A00A7C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00A7C is #5FF583. Grayscale: #434343. Windows color (decimal): -6288772 or 8129184. OLE color: 8129184.
HSL color Cylindrical-coordinate representation of color #A00A7C: hue angle of 314.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 #A00A7C is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 10 | 124 | - |
| CMYK | 0 | 0.94 | 0.22 | 0.37 |
| HSL | 314.4º | 0.88% | 0.33% | - |
| HSV(B) | 314.4º | 0.94% | 0.63% | - |
| XYZ | 18.24 | 9.15 | 19.87 | - |
| YUV | 67.85 | 159.7 | 193.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 10 | 124 | 0 | 0.94 | 0.22 | 0.37 | 314.4 | 0.88 | 0.33 |
| Hex | A0 | A | 7C | 0 | 5E | 16 | 25 | 13A | 58 | 21 |
| Octal | 240 | 12 | 174 | 0 | 136 | 26 | 45 | 472 | 130 | 41 |
| Binary | 10100000 | 1010 | 1111100 | 0 | 1011110 | 10110 | 100101 | 100111010 | 1011000 | 100001 |
Color Harmonies of #A00A7C
Complementary color
Monochromatic Colors of #A00A7C
Black with #A00A7C
Text Example
Text Example
White with #A00A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00A7C; }
p { color: rgb(160,10,124); }
H1.HeaderClassName
{
color: #A00A7C;
}
.AnyTagClassName
{
color: #A00A7C;
}
</style>
background-color css
<style>
a { background-color: #A00A7C; }
a { background-color: rgb(160,10,124); }
div.DivClassName
{
background-color: #A00A7C;
}
.BgClassName
{
background-color: #A00A7C;
}
</style>
border-color css
<style>
span { border-color: #A00A7C; }
span { border-color: rgb(160,10,124); }
td.TdClassName
{
border-color: #A00A7C;
}
.TagClassName
{
border-color: #A00A7C;
}
</style>