Shades of Eggplant #A01473
Tints of Eggplant #A01473
RGB
CMYK
RGB Variations
Color information
#A01473 (or 0xA01473) is known color: Eggplant. HEX triplet: A0, 14 and 73. RGB value is (160,20,115). Sum of RGB (Red+Green+Blue) = 160+20+115=295 (39% of max value = 765). Red value is 160 (62.89% from 255 or 54.24% from 295); Green value is 20 (8.20% from 255 or 6.78% from 295); Blue value is 115 (45.31% from 255 or 38.98% from 295); Max value from RGB is 160 - color contains mainly: red. Hex color #A01473 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A01473 is #5FEB8C. Grayscale: #484848. Windows color (decimal): -6286221 or 7541920. OLE color: 7541920.
HSL color Cylindrical-coordinate representation of color #A01473: hue angle of 319.29º 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 #A01473 is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 20 | 115 | - |
| CMYK | 0 | 0.88 | 0.28 | 0.37 |
| HSL | 319.29º | 0.78% | 0.35% | - |
| HSV(B) | 319.29º | 0.88% | 0.63% | - |
| XYZ | 17.84 | 9.21 | 17.06 | - |
| YUV | 72.69 | 151.88 | 190.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 20 | 115 | 0 | 0.88 | 0.28 | 0.37 | 319.29 | 0.78 | 0.35 |
| Hex | A0 | 14 | 73 | 0 | 58 | 1C | 25 | 13F | 4E | 23 |
| Octal | 240 | 24 | 163 | 0 | 130 | 34 | 45 | 477 | 116 | 43 |
| Binary | 10100000 | 10100 | 1110011 | 0 | 1011000 | 11100 | 100101 | 100111111 | 1001110 | 100011 |
Color Harmonies of #A01473
Complementary color
Monochromatic Colors of #A01473
Black with #A01473
Text Example
Text Example
White with #A01473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01473; }
p { color: rgb(160,20,115); }
H1.HeaderClassName
{
color: #A01473;
}
.AnyTagClassName
{
color: #A01473;
}
</style>
background-color css
<style>
a { background-color: #A01473; }
a { background-color: rgb(160,20,115); }
div.DivClassName
{
background-color: #A01473;
}
.BgClassName
{
background-color: #A01473;
}
</style>
border-color css
<style>
span { border-color: #A01473; }
span { border-color: rgb(160,20,115); }
td.TdClassName
{
border-color: #A01473;
}
.TagClassName
{
border-color: #A01473;
}
</style>