Shades of Eggplant #AB026E
Tints of Eggplant #AB026E
RGB
CMYK
RGB Variations
Color information
#AB026E (or 0xAB026E) is known color: Eggplant. HEX triplet: AB, 02 and 6E. RGB value is (171,2,110). Sum of RGB (Red+Green+Blue) = 171+2+110=283 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.42% from 283); Green value is 2 (1.17% from 255 or 0.71% from 283); Blue value is 110 (43.36% from 255 or 38.87% from 283); Max value from RGB is 171 - color contains mainly: red. Hex color #AB026E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB026E is #54FD91. Grayscale: #404040. Windows color (decimal): -5569938 or 7209643. OLE color: 7209643.
HSL color Cylindrical-coordinate representation of color #AB026E: hue angle of 321.66º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB026E is Cyan = 0, Magento = 0.99, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 2 | 110 | - |
| CMYK | 0 | 0.99 | 0.36 | 0.33 |
| HSL | 321.66º | 0.98% | 0.34% | - |
| HSV(B) | 321.66º | 0.99% | 0.67% | - |
| XYZ | 19.63 | 9.83 | 15.61 | - |
| YUV | 64.84 | 153.49 | 203.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 2 | 110 | 0 | 0.99 | 0.36 | 0.33 | 321.66 | 0.98 | 0.34 |
| Hex | AB | 2 | 6E | 0 | 63 | 24 | 21 | 142 | 62 | 22 |
| Octal | 253 | 2 | 156 | 0 | 143 | 44 | 41 | 502 | 142 | 42 |
| Binary | 10101011 | 10 | 1101110 | 0 | 1100011 | 100100 | 100001 | 101000010 | 1100010 | 100010 |
Color Harmonies of #AB026E
Complementary color
Monochromatic Colors of #AB026E
Black with #AB026E
Text Example
Text Example
White with #AB026E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB026E; }
p { color: rgb(171,2,110); }
H1.HeaderClassName
{
color: #AB026E;
}
.AnyTagClassName
{
color: #AB026E;
}
</style>
background-color css
<style>
a { background-color: #AB026E; }
a { background-color: rgb(171,2,110); }
div.DivClassName
{
background-color: #AB026E;
}
.BgClassName
{
background-color: #AB026E;
}
</style>
border-color css
<style>
span { border-color: #AB026E; }
span { border-color: rgb(171,2,110); }
td.TdClassName
{
border-color: #AB026E;
}
.TagClassName
{
border-color: #AB026E;
}
</style>