Shades of Eggplant #AB0A7A
Tints of Eggplant #AB0A7A
RGB
CMYK
RGB Variations
Color information
#AB0A7A (or 0xAB0A7A) is known color: Eggplant. HEX triplet: AB, 0A and 7A. RGB value is (171,10,122). Sum of RGB (Red+Green+Blue) = 171+10+122=303 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.44% from 303); Green value is 10 (4.30% from 255 or 3.30% from 303); Blue value is 122 (48.05% from 255 or 40.26% from 303); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0A7A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0A7A is #54F585. Grayscale: #464646. Windows color (decimal): -5567878 or 7998123. OLE color: 7998123.
HSL color Cylindrical-coordinate representation of color #AB0A7A: hue angle of 318.26º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB0A7A is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 10 | 122 | - |
| CMYK | 0 | 0.94 | 0.29 | 0.33 |
| HSL | 318.26º | 0.89% | 0.35% | - |
| HSV(B) | 318.26º | 0.94% | 0.67% | - |
| XYZ | 20.42 | 10.28 | 19.32 | - |
| YUV | 70.91 | 156.84 | 199.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 10 | 122 | 0 | 0.94 | 0.29 | 0.33 | 318.26 | 0.89 | 0.35 |
| Hex | AB | A | 7A | 0 | 5E | 1D | 21 | 13E | 59 | 23 |
| Octal | 253 | 12 | 172 | 0 | 136 | 35 | 41 | 476 | 131 | 43 |
| Binary | 10101011 | 1010 | 1111010 | 0 | 1011110 | 11101 | 100001 | 100111110 | 1011001 | 100011 |
Color Harmonies of #AB0A7A
Complementary color
Monochromatic Colors of #AB0A7A
Black with #AB0A7A
Text Example
Text Example
White with #AB0A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0A7A; }
p { color: rgb(171,10,122); }
H1.HeaderClassName
{
color: #AB0A7A;
}
.AnyTagClassName
{
color: #AB0A7A;
}
</style>
background-color css
<style>
a { background-color: #AB0A7A; }
a { background-color: rgb(171,10,122); }
div.DivClassName
{
background-color: #AB0A7A;
}
.BgClassName
{
background-color: #AB0A7A;
}
</style>
border-color css
<style>
span { border-color: #AB0A7A; }
span { border-color: rgb(171,10,122); }
td.TdClassName
{
border-color: #AB0A7A;
}
.TagClassName
{
border-color: #AB0A7A;
}
</style>