Shades of Eggplant #A00B77
Tints of Eggplant #A00B77
RGB
CMYK
RGB Variations
Color information
#A00B77 (or 0xA00B77) is known color: Eggplant. HEX triplet: A0, 0B and 77. RGB value is (160,11,119). Sum of RGB (Red+Green+Blue) = 160+11+119=290 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.17% from 290); Green value is 11 (4.69% from 255 or 3.79% from 290); Blue value is 119 (46.88% from 255 or 41.03% from 290); Max value from RGB is 160 - color contains mainly: red. Hex color #A00B77 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00B77 is #5FF488. Grayscale: #434343. Windows color (decimal): -6288521 or 7801760. OLE color: 7801760.
HSL color Cylindrical-coordinate representation of color #A00B77: hue angle of 316.51º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A00B77 is Cyan = 0, Magento = 0.93, Yellow = 0.26 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 11 | 119 | - |
| CMYK | 0 | 0.93 | 0.26 | 0.37 |
| HSL | 316.51º | 0.87% | 0.34% | - |
| HSV(B) | 316.51º | 0.93% | 0.63% | - |
| XYZ | 17.95 | 9.04 | 18.25 | - |
| YUV | 67.86 | 156.86 | 193.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 11 | 119 | 0 | 0.93 | 0.26 | 0.37 | 316.51 | 0.87 | 0.34 |
| Hex | A0 | B | 77 | 0 | 5D | 1A | 25 | 13D | 57 | 22 |
| Octal | 240 | 13 | 167 | 0 | 135 | 32 | 45 | 475 | 127 | 42 |
| Binary | 10100000 | 1011 | 1110111 | 0 | 1011101 | 11010 | 100101 | 100111101 | 1010111 | 100010 |
Color Harmonies of #A00B77
Complementary color
Monochromatic Colors of #A00B77
Black with #A00B77
Text Example
Text Example
White with #A00B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00B77; }
p { color: rgb(160,11,119); }
H1.HeaderClassName
{
color: #A00B77;
}
.AnyTagClassName
{
color: #A00B77;
}
</style>
background-color css
<style>
a { background-color: #A00B77; }
a { background-color: rgb(160,11,119); }
div.DivClassName
{
background-color: #A00B77;
}
.BgClassName
{
background-color: #A00B77;
}
</style>
border-color css
<style>
span { border-color: #A00B77; }
span { border-color: rgb(160,11,119); }
td.TdClassName
{
border-color: #A00B77;
}
.TagClassName
{
border-color: #A00B77;
}
</style>