Shades of Eggplant #A01574
Tints of Eggplant #A01574
RGB
CMYK
RGB Variations
Color information
#A01574 (or 0xA01574) is known color: Eggplant. HEX triplet: A0, 15 and 74. RGB value is (160,21,116). Sum of RGB (Red+Green+Blue) = 160+21+116=297 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.87% from 297); Green value is 21 (8.59% from 255 or 7.07% from 297); Blue value is 116 (45.70% from 255 or 39.06% from 297); Max value from RGB is 160 - color contains mainly: red. Hex color #A01574 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A01574 is #5FEA8B. Grayscale: #494949. Windows color (decimal): -6285964 or 7607712. OLE color: 7607712.
HSL color Cylindrical-coordinate representation of color #A01574: hue angle of 318.99º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A01574 is Cyan = 0, Magento = 0.87, Yellow = 0.28 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 21 | 116 | - |
| CMYK | 0 | 0.87 | 0.28 | 0.37 |
| HSL | 318.99º | 0.77% | 0.35% | - |
| HSV(B) | 318.99º | 0.87% | 0.63% | - |
| XYZ | 17.92 | 9.27 | 17.37 | - |
| YUV | 73.39 | 152.05 | 189.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 21 | 116 | 0 | 0.87 | 0.28 | 0.37 | 318.99 | 0.77 | 0.35 |
| Hex | A0 | 15 | 74 | 0 | 57 | 1C | 25 | 13F | 4D | 23 |
| Octal | 240 | 25 | 164 | 0 | 127 | 34 | 45 | 477 | 115 | 43 |
| Binary | 10100000 | 10101 | 1110100 | 0 | 1010111 | 11100 | 100101 | 100111111 | 1001101 | 100011 |
Color Harmonies of #A01574
Complementary color
Monochromatic Colors of #A01574
Black with #A01574
Text Example
Text Example
White with #A01574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01574; }
p { color: rgb(160,21,116); }
H1.HeaderClassName
{
color: #A01574;
}
.AnyTagClassName
{
color: #A01574;
}
</style>
background-color css
<style>
a { background-color: #A01574; }
a { background-color: rgb(160,21,116); }
div.DivClassName
{
background-color: #A01574;
}
.BgClassName
{
background-color: #A01574;
}
</style>
border-color css
<style>
span { border-color: #A01574; }
span { border-color: rgb(160,21,116); }
td.TdClassName
{
border-color: #A01574;
}
.TagClassName
{
border-color: #A01574;
}
</style>