Shades of Eggplant #AB0375
Tints of Eggplant #AB0375
RGB
CMYK
RGB Variations
Color information
#AB0375 (or 0xAB0375) is known color: Eggplant. HEX triplet: AB, 03 and 75. RGB value is (171,3,117). Sum of RGB (Red+Green+Blue) = 171+3+117=291 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.76% from 291); Green value is 3 (1.56% from 255 or 1.03% from 291); Blue value is 117 (46.09% from 255 or 40.21% from 291); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0375 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0375 is #54FC8A. Grayscale: #414141. Windows color (decimal): -5569675 or 7668651. OLE color: 7668651.
HSL color Cylindrical-coordinate representation of color #AB0375: hue angle of 319.29º 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 #AB0375 is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 3 | 117 | - |
| CMYK | 0 | 0.98 | 0.32 | 0.33 |
| HSL | 319.29º | 0.97% | 0.34% | - |
| HSV(B) | 319.29º | 0.98% | 0.67% | - |
| XYZ | 20.04 | 10.01 | 17.71 | - |
| YUV | 66.23 | 156.66 | 202.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 3 | 117 | 0 | 0.98 | 0.32 | 0.33 | 319.29 | 0.97 | 0.34 |
| Hex | AB | 3 | 75 | 0 | 62 | 20 | 21 | 13F | 61 | 22 |
| Octal | 253 | 3 | 165 | 0 | 142 | 40 | 41 | 477 | 141 | 42 |
| Binary | 10101011 | 11 | 1110101 | 0 | 1100010 | 100000 | 100001 | 100111111 | 1100001 | 100010 |
Color Harmonies of #AB0375
Complementary color
Monochromatic Colors of #AB0375
Black with #AB0375
Text Example
Text Example
White with #AB0375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0375; }
p { color: rgb(171,3,117); }
H1.HeaderClassName
{
color: #AB0375;
}
.AnyTagClassName
{
color: #AB0375;
}
</style>
background-color css
<style>
a { background-color: #AB0375; }
a { background-color: rgb(171,3,117); }
div.DivClassName
{
background-color: #AB0375;
}
.BgClassName
{
background-color: #AB0375;
}
</style>
border-color css
<style>
span { border-color: #AB0375; }
span { border-color: rgb(171,3,117); }
td.TdClassName
{
border-color: #AB0375;
}
.TagClassName
{
border-color: #AB0375;
}
</style>