Shades of Eggplant #A00B7A
Tints of Eggplant #A00B7A
RGB
CMYK
RGB Variations
Color information
#A00B7A (or 0xA00B7A) is known color: Eggplant. HEX triplet: A0, 0B and 7A. RGB value is (160,11,122). Sum of RGB (Red+Green+Blue) = 160+11+122=293 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.61% from 293); Green value is 11 (4.69% from 255 or 3.75% from 293); Blue value is 122 (48.05% from 255 or 41.64% from 293); Max value from RGB is 160 - color contains mainly: red. Hex color #A00B7A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00B7A is #5FF485. Grayscale: #434343. Windows color (decimal): -6288518 or 7998368. OLE color: 7998368.
HSL color Cylindrical-coordinate representation of color #A00B7A: hue angle of 315.3º 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 #A00B7A is Cyan = 0, Magento = 0.93, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 11 | 122 | - |
| CMYK | 0 | 0.93 | 0.24 | 0.37 |
| HSL | 315.3º | 0.87% | 0.34% | - |
| HSV(B) | 315.3º | 0.93% | 0.63% | - |
| XYZ | 18.13 | 9.12 | 19.22 | - |
| YUV | 68.21 | 158.36 | 193.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 11 | 122 | 0 | 0.93 | 0.24 | 0.37 | 315.3 | 0.87 | 0.34 |
| Hex | A0 | B | 7A | 0 | 5D | 18 | 25 | 13B | 57 | 22 |
| Octal | 240 | 13 | 172 | 0 | 135 | 30 | 45 | 473 | 127 | 42 |
| Binary | 10100000 | 1011 | 1111010 | 0 | 1011101 | 11000 | 100101 | 100111011 | 1010111 | 100010 |
Color Harmonies of #A00B7A
Complementary color
Monochromatic Colors of #A00B7A
Black with #A00B7A
Text Example
Text Example
White with #A00B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00B7A; }
p { color: rgb(160,11,122); }
H1.HeaderClassName
{
color: #A00B7A;
}
.AnyTagClassName
{
color: #A00B7A;
}
</style>
background-color css
<style>
a { background-color: #A00B7A; }
a { background-color: rgb(160,11,122); }
div.DivClassName
{
background-color: #A00B7A;
}
.BgClassName
{
background-color: #A00B7A;
}
</style>
border-color css
<style>
span { border-color: #A00B7A; }
span { border-color: rgb(160,11,122); }
td.TdClassName
{
border-color: #A00B7A;
}
.TagClassName
{
border-color: #A00B7A;
}
</style>