Shades of Eggplant #AB0277
Tints of Eggplant #AB0277
RGB
CMYK
RGB Variations
Color information
#AB0277 (or 0xAB0277) is known color: Eggplant. HEX triplet: AB, 02 and 77. RGB value is (171,2,119). Sum of RGB (Red+Green+Blue) = 171+2+119=292 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.56% from 292); Green value is 2 (1.17% from 255 or 0.68% from 292); Blue value is 119 (46.88% from 255 or 40.75% from 292); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0277 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0277 is #54FD88. Grayscale: #414141. Windows color (decimal): -5569929 or 7799467. OLE color: 7799467.
HSL color Cylindrical-coordinate representation of color #AB0277: hue angle of 318.46º 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 #AB0277 is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 2 | 119 | - |
| CMYK | 0 | 0.99 | 0.30 | 0.33 |
| HSL | 318.46º | 0.98% | 0.34% | - |
| HSV(B) | 318.46º | 0.99% | 0.67% | - |
| XYZ | 20.15 | 10.03 | 18.33 | - |
| YUV | 65.87 | 157.99 | 202.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 2 | 119 | 0 | 0.99 | 0.30 | 0.33 | 318.46 | 0.98 | 0.34 |
| Hex | AB | 2 | 77 | 0 | 63 | 1E | 21 | 13E | 62 | 22 |
| Octal | 253 | 2 | 167 | 0 | 143 | 36 | 41 | 476 | 142 | 42 |
| Binary | 10101011 | 10 | 1110111 | 0 | 1100011 | 11110 | 100001 | 100111110 | 1100010 | 100010 |
Color Harmonies of #AB0277
Complementary color
Monochromatic Colors of #AB0277
Black with #AB0277
Text Example
Text Example
White with #AB0277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0277; }
p { color: rgb(171,2,119); }
H1.HeaderClassName
{
color: #AB0277;
}
.AnyTagClassName
{
color: #AB0277;
}
</style>
background-color css
<style>
a { background-color: #AB0277; }
a { background-color: rgb(171,2,119); }
div.DivClassName
{
background-color: #AB0277;
}
.BgClassName
{
background-color: #AB0277;
}
</style>
border-color css
<style>
span { border-color: #AB0277; }
span { border-color: rgb(171,2,119); }
td.TdClassName
{
border-color: #AB0277;
}
.TagClassName
{
border-color: #AB0277;
}
</style>