Shades of Eggplant #A01372
Tints of Eggplant #A01372
RGB
CMYK
RGB Variations
Color information
#A01372 (or 0xA01372) is known color: Eggplant. HEX triplet: A0, 13 and 72. RGB value is (160,19,114). Sum of RGB (Red+Green+Blue) = 160+19+114=293 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.61% from 293); Green value is 19 (7.81% from 255 or 6.48% from 293); Blue value is 114 (44.92% from 255 or 38.91% from 293); Max value from RGB is 160 - color contains mainly: red. Hex color #A01372 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A01372 is #5FEC8D. Grayscale: #474747. Windows color (decimal): -6286478 or 7476128. OLE color: 7476128.
HSL color Cylindrical-coordinate representation of color #A01372: hue angle of 319.57º degrees, saturation: 0.79, 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 #A01372 is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 19 | 114 | - |
| CMYK | 0 | 0.88 | 0.29 | 0.37 |
| HSL | 319.57º | 0.79% | 0.35% | - |
| HSV(B) | 319.57º | 0.88% | 0.63% | - |
| XYZ | 17.77 | 9.15 | 16.75 | - |
| YUV | 71.99 | 151.71 | 190.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 19 | 114 | 0 | 0.88 | 0.29 | 0.37 | 319.57 | 0.79 | 0.35 |
| Hex | A0 | 13 | 72 | 0 | 58 | 1D | 25 | 140 | 4F | 23 |
| Octal | 240 | 23 | 162 | 0 | 130 | 35 | 45 | 500 | 117 | 43 |
| Binary | 10100000 | 10011 | 1110010 | 0 | 1011000 | 11101 | 100101 | 101000000 | 1001111 | 100011 |
Color Harmonies of #A01372
Complementary color
Monochromatic Colors of #A01372
Black with #A01372
Text Example
Text Example
White with #A01372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01372; }
p { color: rgb(160,19,114); }
H1.HeaderClassName
{
color: #A01372;
}
.AnyTagClassName
{
color: #A01372;
}
</style>
background-color css
<style>
a { background-color: #A01372; }
a { background-color: rgb(160,19,114); }
div.DivClassName
{
background-color: #A01372;
}
.BgClassName
{
background-color: #A01372;
}
</style>
border-color css
<style>
span { border-color: #A01372; }
span { border-color: rgb(160,19,114); }
td.TdClassName
{
border-color: #A01372;
}
.TagClassName
{
border-color: #A01372;
}
</style>