Shades of Eggplant #A01471
Tints of Eggplant #A01471
RGB
CMYK
RGB Variations
Color information
#A01471 (or 0xA01471) is known color: Eggplant. HEX triplet: A0, 14 and 71. RGB value is (160,20,113). Sum of RGB (Red+Green+Blue) = 160+20+113=293 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.61% from 293); Green value is 20 (8.20% from 255 or 6.83% from 293); Blue value is 113 (44.53% from 255 or 38.57% from 293); Max value from RGB is 160 - color contains mainly: red. Hex color #A01471 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A01471 is #5FEB8E. Grayscale: #484848. Windows color (decimal): -6286223 or 7410848. OLE color: 7410848.
HSL color Cylindrical-coordinate representation of color #A01471: hue angle of 320.14º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A01471 is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 20 | 113 | - |
| CMYK | 0 | 0.88 | 0.29 | 0.37 |
| HSL | 320.14º | 0.78% | 0.35% | - |
| HSV(B) | 320.14º | 0.88% | 0.63% | - |
| XYZ | 17.73 | 9.17 | 16.46 | - |
| YUV | 72.46 | 150.88 | 190.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 20 | 113 | 0 | 0.88 | 0.29 | 0.37 | 320.14 | 0.78 | 0.35 |
| Hex | A0 | 14 | 71 | 0 | 58 | 1D | 25 | 140 | 4E | 23 |
| Octal | 240 | 24 | 161 | 0 | 130 | 35 | 45 | 500 | 116 | 43 |
| Binary | 10100000 | 10100 | 1110001 | 0 | 1011000 | 11101 | 100101 | 101000000 | 1001110 | 100011 |
Color Harmonies of #A01471
Complementary color
Monochromatic Colors of #A01471
Black with #A01471
Text Example
Text Example
White with #A01471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01471; }
p { color: rgb(160,20,113); }
H1.HeaderClassName
{
color: #A01471;
}
.AnyTagClassName
{
color: #A01471;
}
</style>
background-color css
<style>
a { background-color: #A01471; }
a { background-color: rgb(160,20,113); }
div.DivClassName
{
background-color: #A01471;
}
.BgClassName
{
background-color: #A01471;
}
</style>
border-color css
<style>
span { border-color: #A01471; }
span { border-color: rgb(160,20,113); }
td.TdClassName
{
border-color: #A01471;
}
.TagClassName
{
border-color: #A01471;
}
</style>