Shades of Eggplant #A01076
Tints of Eggplant #A01076
RGB
CMYK
RGB Variations
Color information
#A01076 (or 0xA01076) is known color: Eggplant. HEX triplet: A0, 10 and 76. RGB value is (160,16,118). Sum of RGB (Red+Green+Blue) = 160+16+118=294 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.42% from 294); Green value is 16 (6.64% from 255 or 5.44% from 294); Blue value is 118 (46.48% from 255 or 40.14% from 294); Max value from RGB is 160 - color contains mainly: red. Hex color #A01076 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A01076 is #5FEF89. Grayscale: #464646. Windows color (decimal): -6287242 or 7737504. OLE color: 7737504.
HSL color Cylindrical-coordinate representation of color #A01076: hue angle of 317.5º 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 #A01076 is Cyan = 0, Magento = 0.9, Yellow = 0.26 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 16 | 118 | - |
| CMYK | 0 | 0.9 | 0.26 | 0.37 |
| HSL | 317.5º | 0.82% | 0.35% | - |
| HSV(B) | 317.5º | 0.9% | 0.63% | - |
| XYZ | 17.95 | 9.15 | 17.96 | - |
| YUV | 70.68 | 154.71 | 191.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 16 | 118 | 0 | 0.9 | 0.26 | 0.37 | 317.5 | 0.82 | 0.35 |
| Hex | A0 | 10 | 76 | 0 | 5A | 1A | 25 | 13E | 52 | 23 |
| Octal | 240 | 20 | 166 | 0 | 132 | 32 | 45 | 476 | 122 | 43 |
| Binary | 10100000 | 10000 | 1110110 | 0 | 1011010 | 11010 | 100101 | 100111110 | 1010010 | 100011 |
Color Harmonies of #A01076
Complementary color
Monochromatic Colors of #A01076
Black with #A01076
Text Example
Text Example
White with #A01076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01076; }
p { color: rgb(160,16,118); }
H1.HeaderClassName
{
color: #A01076;
}
.AnyTagClassName
{
color: #A01076;
}
</style>
background-color css
<style>
a { background-color: #A01076; }
a { background-color: rgb(160,16,118); }
div.DivClassName
{
background-color: #A01076;
}
.BgClassName
{
background-color: #A01076;
}
</style>
border-color css
<style>
span { border-color: #A01076; }
span { border-color: rgb(160,16,118); }
td.TdClassName
{
border-color: #A01076;
}
.TagClassName
{
border-color: #A01076;
}
</style>