Shades of Eggplant #AB0270
Tints of Eggplant #AB0270
RGB
CMYK
RGB Variations
Color information
#AB0270 (or 0xAB0270) is known color: Eggplant. HEX triplet: AB, 02 and 70. RGB value is (171,2,112). Sum of RGB (Red+Green+Blue) = 171+2+112=285 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60% from 285); Green value is 2 (1.17% from 255 or 0.70% from 285); Blue value is 112 (44.14% from 255 or 39.30% from 285); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0270 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0270 is #54FD8F. Grayscale: #404040. Windows color (decimal): -5569936 or 7340715. OLE color: 7340715.
HSL color Cylindrical-coordinate representation of color #AB0270: hue angle of 320.95º 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 #AB0270 is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 2 | 112 | - |
| CMYK | 0 | 0.99 | 0.35 | 0.33 |
| HSL | 320.95º | 0.98% | 0.34% | - |
| HSV(B) | 320.95º | 0.99% | 0.67% | - |
| XYZ | 19.74 | 9.87 | 16.19 | - |
| YUV | 65.07 | 154.49 | 203.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 2 | 112 | 0 | 0.99 | 0.35 | 0.33 | 320.95 | 0.98 | 0.34 |
| Hex | AB | 2 | 70 | 0 | 63 | 23 | 21 | 141 | 62 | 22 |
| Octal | 253 | 2 | 160 | 0 | 143 | 43 | 41 | 501 | 142 | 42 |
| Binary | 10101011 | 10 | 1110000 | 0 | 1100011 | 100011 | 100001 | 101000001 | 1100010 | 100010 |
Color Harmonies of #AB0270
Complementary color
Monochromatic Colors of #AB0270
Black with #AB0270
Text Example
Text Example
White with #AB0270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0270; }
p { color: rgb(171,2,112); }
H1.HeaderClassName
{
color: #AB0270;
}
.AnyTagClassName
{
color: #AB0270;
}
</style>
background-color css
<style>
a { background-color: #AB0270; }
a { background-color: rgb(171,2,112); }
div.DivClassName
{
background-color: #AB0270;
}
.BgClassName
{
background-color: #AB0270;
}
</style>
border-color css
<style>
span { border-color: #AB0270; }
span { border-color: rgb(171,2,112); }
td.TdClassName
{
border-color: #AB0270;
}
.TagClassName
{
border-color: #AB0270;
}
</style>