Shades of Eggplant #A00B75
Tints of Eggplant #A00B75
RGB
CMYK
RGB Variations
Color information
#A00B75 (or 0xA00B75) is known color: Eggplant. HEX triplet: A0, 0B and 75. RGB value is (160,11,117). Sum of RGB (Red+Green+Blue) = 160+11+117=288 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.56% from 288); Green value is 11 (4.69% from 255 or 3.82% from 288); Blue value is 117 (46.09% from 255 or 40.62% from 288); Max value from RGB is 160 - color contains mainly: red. Hex color #A00B75 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00B75 is #5FF48A. Grayscale: #434343. Windows color (decimal): -6288523 or 7670688. OLE color: 7670688.
HSL color Cylindrical-coordinate representation of color #A00B75: hue angle of 317.32º 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 #A00B75 is Cyan = 0, Magento = 0.93, Yellow = 0.27 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 11 | 117 | - |
| CMYK | 0 | 0.93 | 0.27 | 0.37 |
| HSL | 317.32º | 0.87% | 0.34% | - |
| HSV(B) | 317.32º | 0.93% | 0.63% | - |
| XYZ | 17.83 | 9 | 17.63 | - |
| YUV | 67.64 | 155.86 | 193.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 11 | 117 | 0 | 0.93 | 0.27 | 0.37 | 317.32 | 0.87 | 0.34 |
| Hex | A0 | B | 75 | 0 | 5D | 1B | 25 | 13D | 57 | 22 |
| Octal | 240 | 13 | 165 | 0 | 135 | 33 | 45 | 475 | 127 | 42 |
| Binary | 10100000 | 1011 | 1110101 | 0 | 1011101 | 11011 | 100101 | 100111101 | 1010111 | 100010 |
Color Harmonies of #A00B75
Complementary color
Monochromatic Colors of #A00B75
Black with #A00B75
Text Example
Text Example
White with #A00B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00B75; }
p { color: rgb(160,11,117); }
H1.HeaderClassName
{
color: #A00B75;
}
.AnyTagClassName
{
color: #A00B75;
}
</style>
background-color css
<style>
a { background-color: #A00B75; }
a { background-color: rgb(160,11,117); }
div.DivClassName
{
background-color: #A00B75;
}
.BgClassName
{
background-color: #A00B75;
}
</style>
border-color css
<style>
span { border-color: #A00B75; }
span { border-color: rgb(160,11,117); }
td.TdClassName
{
border-color: #A00B75;
}
.TagClassName
{
border-color: #A00B75;
}
</style>