Shades of Eggplant #AB0377
Tints of Eggplant #AB0377
RGB
CMYK
RGB Variations
Color information
#AB0377 (or 0xAB0377) is known color: Eggplant. HEX triplet: AB, 03 and 77. RGB value is (171,3,119). Sum of RGB (Red+Green+Blue) = 171+3+119=293 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.36% from 293); Green value is 3 (1.56% from 255 or 1.02% from 293); Blue value is 119 (46.88% from 255 or 40.61% from 293); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0377 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0377 is #54FC88. Grayscale: #424242. Windows color (decimal): -5569673 or 7799723. OLE color: 7799723.
HSL color Cylindrical-coordinate representation of color #AB0377: hue angle of 318.57º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AB0377 is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 3 | 119 | - |
| CMYK | 0 | 0.98 | 0.30 | 0.33 |
| HSL | 318.57º | 0.97% | 0.34% | - |
| HSV(B) | 318.57º | 0.98% | 0.67% | - |
| XYZ | 20.16 | 10.05 | 18.33 | - |
| YUV | 66.46 | 157.66 | 202.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 3 | 119 | 0 | 0.98 | 0.30 | 0.33 | 318.57 | 0.97 | 0.34 |
| Hex | AB | 3 | 77 | 0 | 62 | 1E | 21 | 13F | 61 | 22 |
| Octal | 253 | 3 | 167 | 0 | 142 | 36 | 41 | 477 | 141 | 42 |
| Binary | 10101011 | 11 | 1110111 | 0 | 1100010 | 11110 | 100001 | 100111111 | 1100001 | 100010 |
Color Harmonies of #AB0377
Complementary color
Monochromatic Colors of #AB0377
Black with #AB0377
Text Example
Text Example
White with #AB0377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0377; }
p { color: rgb(171,3,119); }
H1.HeaderClassName
{
color: #AB0377;
}
.AnyTagClassName
{
color: #AB0377;
}
</style>
background-color css
<style>
a { background-color: #AB0377; }
a { background-color: rgb(171,3,119); }
div.DivClassName
{
background-color: #AB0377;
}
.BgClassName
{
background-color: #AB0377;
}
</style>
border-color css
<style>
span { border-color: #AB0377; }
span { border-color: rgb(171,3,119); }
td.TdClassName
{
border-color: #AB0377;
}
.TagClassName
{
border-color: #AB0377;
}
</style>