Shades of Eggplant #A00571
Tints of Eggplant #A00571
RGB
CMYK
RGB Variations
Color information
#A00571 (or 0xA00571) is known color: Eggplant. HEX triplet: A0, 05 and 71. RGB value is (160,5,113). Sum of RGB (Red+Green+Blue) = 160+5+113=278 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.55% from 278); Green value is 5 (2.34% from 255 or 1.80% from 278); Blue value is 113 (44.53% from 255 or 40.65% from 278); Max value from RGB is 160 - color contains mainly: red. Hex color #A00571 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00571 is #5FFA8E. Grayscale: #3F3F3F. Windows color (decimal): -6290063 or 7407008. OLE color: 7407008.
HSL color Cylindrical-coordinate representation of color #A00571: hue angle of 318.19º 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 #A00571 is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 5 | 113 | - |
| CMYK | 0 | 0.97 | 0.29 | 0.37 |
| HSL | 318.19º | 0.94% | 0.32% | - |
| HSV(B) | 318.19º | 0.97% | 0.63% | - |
| XYZ | 17.53 | 8.77 | 16.39 | - |
| YUV | 63.66 | 155.85 | 196.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 5 | 113 | 0 | 0.97 | 0.29 | 0.37 | 318.19 | 0.94 | 0.32 |
| Hex | A0 | 5 | 71 | 0 | 61 | 1D | 25 | 13E | 5E | 20 |
| Octal | 240 | 5 | 161 | 0 | 141 | 35 | 45 | 476 | 136 | 40 |
| Binary | 10100000 | 101 | 1110001 | 0 | 1100001 | 11101 | 100101 | 100111110 | 1011110 | 100000 |
Color Harmonies of #A00571
Complementary color
Monochromatic Colors of #A00571
Black with #A00571
Text Example
Text Example
White with #A00571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00571; }
p { color: rgb(160,5,113); }
H1.HeaderClassName
{
color: #A00571;
}
.AnyTagClassName
{
color: #A00571;
}
</style>
background-color css
<style>
a { background-color: #A00571; }
a { background-color: rgb(160,5,113); }
div.DivClassName
{
background-color: #A00571;
}
.BgClassName
{
background-color: #A00571;
}
</style>
border-color css
<style>
span { border-color: #A00571; }
span { border-color: rgb(160,5,113); }
td.TdClassName
{
border-color: #A00571;
}
.TagClassName
{
border-color: #A00571;
}
</style>