Shades of Eggplant #A00B71
Tints of Eggplant #A00B71
RGB
CMYK
RGB Variations
Color information
#A00B71 (or 0xA00B71) is known color: Eggplant. HEX triplet: A0, 0B and 71. RGB value is (160,11,113). Sum of RGB (Red+Green+Blue) = 160+11+113=284 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.34% from 284); Green value is 11 (4.69% from 255 or 3.87% from 284); Blue value is 113 (44.53% from 255 or 39.79% from 284); Max value from RGB is 160 - color contains mainly: red. Hex color #A00B71 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00B71 is #5FF48E. Grayscale: #424242. Windows color (decimal): -6288527 or 7408544. OLE color: 7408544.
HSL color Cylindrical-coordinate representation of color #A00B71: hue angle of 318.93º 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 #A00B71 is Cyan = 0, Magento = 0.93, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 11 | 113 | - |
| CMYK | 0 | 0.93 | 0.29 | 0.37 |
| HSL | 318.93º | 0.87% | 0.34% | - |
| HSV(B) | 318.93º | 0.93% | 0.63% | - |
| XYZ | 17.6 | 8.91 | 16.41 | - |
| YUV | 67.18 | 153.86 | 194.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 11 | 113 | 0 | 0.93 | 0.29 | 0.37 | 318.93 | 0.87 | 0.34 |
| Hex | A0 | B | 71 | 0 | 5D | 1D | 25 | 13F | 57 | 22 |
| Octal | 240 | 13 | 161 | 0 | 135 | 35 | 45 | 477 | 127 | 42 |
| Binary | 10100000 | 1011 | 1110001 | 0 | 1011101 | 11101 | 100101 | 100111111 | 1010111 | 100010 |
Color Harmonies of #A00B71
Complementary color
Monochromatic Colors of #A00B71
Black with #A00B71
Text Example
Text Example
White with #A00B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00B71; }
p { color: rgb(160,11,113); }
H1.HeaderClassName
{
color: #A00B71;
}
.AnyTagClassName
{
color: #A00B71;
}
</style>
background-color css
<style>
a { background-color: #A00B71; }
a { background-color: rgb(160,11,113); }
div.DivClassName
{
background-color: #A00B71;
}
.BgClassName
{
background-color: #A00B71;
}
</style>
border-color css
<style>
span { border-color: #A00B71; }
span { border-color: rgb(160,11,113); }
td.TdClassName
{
border-color: #A00B71;
}
.TagClassName
{
border-color: #A00B71;
}
</style>