Shades of Eggplant #AB0378
Tints of Eggplant #AB0378
RGB
CMYK
RGB Variations
Color information
#AB0378 (or 0xAB0378) is known color: Eggplant. HEX triplet: AB, 03 and 78. RGB value is (171,3,120). Sum of RGB (Red+Green+Blue) = 171+3+120=294 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.16% from 294); Green value is 3 (1.56% from 255 or 1.02% from 294); Blue value is 120 (47.27% from 255 or 40.82% from 294); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0378 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0378 is #54FC87. Grayscale: #424242. Windows color (decimal): -5569672 or 7865259. OLE color: 7865259.
HSL color Cylindrical-coordinate representation of color #AB0378: hue angle of 318.21º 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 #AB0378 is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 3 | 120 | - |
| CMYK | 0 | 0.98 | 0.30 | 0.33 |
| HSL | 318.21º | 0.97% | 0.34% | - |
| HSV(B) | 318.21º | 0.98% | 0.67% | - |
| XYZ | 20.22 | 10.08 | 18.65 | - |
| YUV | 66.57 | 158.16 | 202.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 3 | 120 | 0 | 0.98 | 0.30 | 0.33 | 318.21 | 0.97 | 0.34 |
| Hex | AB | 3 | 78 | 0 | 62 | 1E | 21 | 13E | 61 | 22 |
| Octal | 253 | 3 | 170 | 0 | 142 | 36 | 41 | 476 | 141 | 42 |
| Binary | 10101011 | 11 | 1111000 | 0 | 1100010 | 11110 | 100001 | 100111110 | 1100001 | 100010 |
Color Harmonies of #AB0378
Complementary color
Monochromatic Colors of #AB0378
Black with #AB0378
Text Example
Text Example
White with #AB0378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0378; }
p { color: rgb(171,3,120); }
H1.HeaderClassName
{
color: #AB0378;
}
.AnyTagClassName
{
color: #AB0378;
}
</style>
background-color css
<style>
a { background-color: #AB0378; }
a { background-color: rgb(171,3,120); }
div.DivClassName
{
background-color: #AB0378;
}
.BgClassName
{
background-color: #AB0378;
}
</style>
border-color css
<style>
span { border-color: #AB0378; }
span { border-color: rgb(171,3,120); }
td.TdClassName
{
border-color: #AB0378;
}
.TagClassName
{
border-color: #AB0378;
}
</style>