Shades of Eggplant #AB026D
Tints of Eggplant #AB026D
RGB
CMYK
RGB Variations
Color information
#AB026D (or 0xAB026D) is known color: Eggplant. HEX triplet: AB, 02 and 6D. RGB value is (171,2,109). Sum of RGB (Red+Green+Blue) = 171+2+109=282 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.64% from 282); Green value is 2 (1.17% from 255 or 0.71% from 282); Blue value is 109 (42.97% from 255 or 38.65% from 282); Max value from RGB is 171 - color contains mainly: red. Hex color #AB026D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB026D is #54FD92. Grayscale: #404040. Windows color (decimal): -5569939 or 7144107. OLE color: 7144107.
HSL color Cylindrical-coordinate representation of color #AB026D: hue angle of 322.01º 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 #AB026D is Cyan = 0, Magento = 0.99, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 2 | 109 | - |
| CMYK | 0 | 0.99 | 0.36 | 0.33 |
| HSL | 322.01º | 0.98% | 0.34% | - |
| HSV(B) | 322.01º | 0.99% | 0.67% | - |
| XYZ | 19.58 | 9.81 | 15.33 | - |
| YUV | 64.73 | 152.99 | 203.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 2 | 109 | 0 | 0.99 | 0.36 | 0.33 | 322.01 | 0.98 | 0.34 |
| Hex | AB | 2 | 6D | 0 | 63 | 24 | 21 | 142 | 62 | 22 |
| Octal | 253 | 2 | 155 | 0 | 143 | 44 | 41 | 502 | 142 | 42 |
| Binary | 10101011 | 10 | 1101101 | 0 | 1100011 | 100100 | 100001 | 101000010 | 1100010 | 100010 |
Color Harmonies of #AB026D
Complementary color
Monochromatic Colors of #AB026D
Black with #AB026D
Text Example
Text Example
White with #AB026D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB026D; }
p { color: rgb(171,2,109); }
H1.HeaderClassName
{
color: #AB026D;
}
.AnyTagClassName
{
color: #AB026D;
}
</style>
background-color css
<style>
a { background-color: #AB026D; }
a { background-color: rgb(171,2,109); }
div.DivClassName
{
background-color: #AB026D;
}
.BgClassName
{
background-color: #AB026D;
}
</style>
border-color css
<style>
span { border-color: #AB026D; }
span { border-color: rgb(171,2,109); }
td.TdClassName
{
border-color: #AB026D;
}
.TagClassName
{
border-color: #AB026D;
}
</style>