Shades of Eggplant #A00A76
Tints of Eggplant #A00A76
RGB
CMYK
RGB Variations
Color information
#A00A76 (or 0xA00A76) is known color: Eggplant. HEX triplet: A0, 0A and 76. RGB value is (160,10,118). Sum of RGB (Red+Green+Blue) = 160+10+118=288 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.56% from 288); Green value is 10 (4.30% from 255 or 3.47% from 288); Blue value is 118 (46.48% from 255 or 40.97% from 288); Max value from RGB is 160 - color contains mainly: red. Hex color #A00A76 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00A76 is #5FF589. Grayscale: #424242. Windows color (decimal): -6288778 or 7735968. OLE color: 7735968.
HSL color Cylindrical-coordinate representation of color #A00A76: hue angle of 316.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 #A00A76 is Cyan = 0, Magento = 0.94, Yellow = 0.26 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 10 | 118 | - |
| CMYK | 0 | 0.94 | 0.26 | 0.37 |
| HSL | 316.8º | 0.88% | 0.33% | - |
| HSV(B) | 316.8º | 0.94% | 0.63% | - |
| XYZ | 17.88 | 9 | 17.93 | - |
| YUV | 67.16 | 156.7 | 194.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 10 | 118 | 0 | 0.94 | 0.26 | 0.37 | 316.8 | 0.88 | 0.33 |
| Hex | A0 | A | 76 | 0 | 5E | 1A | 25 | 13D | 58 | 21 |
| Octal | 240 | 12 | 166 | 0 | 136 | 32 | 45 | 475 | 130 | 41 |
| Binary | 10100000 | 1010 | 1110110 | 0 | 1011110 | 11010 | 100101 | 100111101 | 1011000 | 100001 |
Color Harmonies of #A00A76
Complementary color
Monochromatic Colors of #A00A76
Black with #A00A76
Text Example
Text Example
White with #A00A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00A76; }
p { color: rgb(160,10,118); }
H1.HeaderClassName
{
color: #A00A76;
}
.AnyTagClassName
{
color: #A00A76;
}
</style>
background-color css
<style>
a { background-color: #A00A76; }
a { background-color: rgb(160,10,118); }
div.DivClassName
{
background-color: #A00A76;
}
.BgClassName
{
background-color: #A00A76;
}
</style>
border-color css
<style>
span { border-color: #A00A76; }
span { border-color: rgb(160,10,118); }
td.TdClassName
{
border-color: #A00A76;
}
.TagClassName
{
border-color: #A00A76;
}
</style>