Shades of Eggplant #A00576
Tints of Eggplant #A00576
RGB
CMYK
RGB Variations
Color information
#A00576 (or 0xA00576) is known color: Eggplant. HEX triplet: A0, 05 and 76. RGB value is (160,5,118). Sum of RGB (Red+Green+Blue) = 160+5+118=283 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.54% from 283); Green value is 5 (2.34% from 255 or 1.77% from 283); Blue value is 118 (46.48% from 255 or 41.70% from 283); Max value from RGB is 160 - color contains mainly: red. Hex color #A00576 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00576 is #5FFA89. Grayscale: #3F3F3F. Windows color (decimal): -6290058 or 7734688. OLE color: 7734688.
HSL color Cylindrical-coordinate representation of color #A00576: hue angle of 316.26º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A00576 is Cyan = 0, Magento = 0.97, Yellow = 0.26 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 5 | 118 | - |
| CMYK | 0 | 0.97 | 0.26 | 0.37 |
| HSL | 316.26º | 0.94% | 0.32% | - |
| HSV(B) | 316.26º | 0.97% | 0.63% | - |
| XYZ | 17.82 | 8.89 | 17.92 | - |
| YUV | 64.23 | 158.35 | 196.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 5 | 118 | 0 | 0.97 | 0.26 | 0.37 | 316.26 | 0.94 | 0.32 |
| Hex | A0 | 5 | 76 | 0 | 61 | 1A | 25 | 13C | 5E | 20 |
| Octal | 240 | 5 | 166 | 0 | 141 | 32 | 45 | 474 | 136 | 40 |
| Binary | 10100000 | 101 | 1110110 | 0 | 1100001 | 11010 | 100101 | 100111100 | 1011110 | 100000 |
Color Harmonies of #A00576
Complementary color
Monochromatic Colors of #A00576
Black with #A00576
Text Example
Text Example
White with #A00576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00576; }
p { color: rgb(160,5,118); }
H1.HeaderClassName
{
color: #A00576;
}
.AnyTagClassName
{
color: #A00576;
}
</style>
background-color css
<style>
a { background-color: #A00576; }
a { background-color: rgb(160,5,118); }
div.DivClassName
{
background-color: #A00576;
}
.BgClassName
{
background-color: #A00576;
}
</style>
border-color css
<style>
span { border-color: #A00576; }
span { border-color: rgb(160,5,118); }
td.TdClassName
{
border-color: #A00576;
}
.TagClassName
{
border-color: #A00576;
}
</style>