Shades of Eggplant #A01079
Tints of Eggplant #A01079
RGB
CMYK
RGB Variations
Color information
#A01079 (or 0xA01079) is known color: Eggplant. HEX triplet: A0, 10 and 79. RGB value is (160,16,121). Sum of RGB (Red+Green+Blue) = 160+16+121=297 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.87% from 297); Green value is 16 (6.64% from 255 or 5.39% from 297); Blue value is 121 (47.66% from 255 or 40.74% from 297); Max value from RGB is 160 - color contains mainly: red. Hex color #A01079 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A01079 is #5FEF86. Grayscale: #464646. Windows color (decimal): -6287239 or 7934112. OLE color: 7934112.
HSL color Cylindrical-coordinate representation of color #A01079: hue angle of 316.25º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A01079 is Cyan = 0, Magento = 0.9, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 16 | 121 | - |
| CMYK | 0 | 0.9 | 0.24 | 0.37 |
| HSL | 316.25º | 0.82% | 0.35% | - |
| HSV(B) | 316.25º | 0.9% | 0.63% | - |
| XYZ | 18.13 | 9.22 | 18.91 | - |
| YUV | 71.03 | 156.21 | 191.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 16 | 121 | 0 | 0.9 | 0.24 | 0.37 | 316.25 | 0.82 | 0.35 |
| Hex | A0 | 10 | 79 | 0 | 5A | 18 | 25 | 13C | 52 | 23 |
| Octal | 240 | 20 | 171 | 0 | 132 | 30 | 45 | 474 | 122 | 43 |
| Binary | 10100000 | 10000 | 1111001 | 0 | 1011010 | 11000 | 100101 | 100111100 | 1010010 | 100011 |
Color Harmonies of #A01079
Complementary color
Monochromatic Colors of #A01079
Black with #A01079
Text Example
Text Example
White with #A01079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01079; }
p { color: rgb(160,16,121); }
H1.HeaderClassName
{
color: #A01079;
}
.AnyTagClassName
{
color: #A01079;
}
</style>
background-color css
<style>
a { background-color: #A01079; }
a { background-color: rgb(160,16,121); }
div.DivClassName
{
background-color: #A01079;
}
.BgClassName
{
background-color: #A01079;
}
</style>
border-color css
<style>
span { border-color: #A01079; }
span { border-color: rgb(160,16,121); }
td.TdClassName
{
border-color: #A01079;
}
.TagClassName
{
border-color: #A01079;
}
</style>