Shades of Eggplant #AB036F
Tints of Eggplant #AB036F
RGB
CMYK
RGB Variations
Color information
#AB036F (or 0xAB036F) is known color: Eggplant. HEX triplet: AB, 03 and 6F. RGB value is (171,3,111). Sum of RGB (Red+Green+Blue) = 171+3+111=285 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60% from 285); Green value is 3 (1.56% from 255 or 1.05% from 285); Blue value is 111 (43.75% from 255 or 38.95% from 285); Max value from RGB is 171 - color contains mainly: red. Hex color #AB036F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB036F is #54FC90. Grayscale: #414141. Windows color (decimal): -5569681 or 7275435. OLE color: 7275435.
HSL color Cylindrical-coordinate representation of color #AB036F: hue angle of 321.43º 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 #AB036F is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 3 | 111 | - |
| CMYK | 0 | 0.98 | 0.35 | 0.33 |
| HSL | 321.43º | 0.97% | 0.34% | - |
| HSV(B) | 321.43º | 0.98% | 0.67% | - |
| XYZ | 19.7 | 9.87 | 15.91 | - |
| YUV | 65.54 | 153.66 | 203.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 3 | 111 | 0 | 0.98 | 0.35 | 0.33 | 321.43 | 0.97 | 0.34 |
| Hex | AB | 3 | 6F | 0 | 62 | 23 | 21 | 141 | 61 | 22 |
| Octal | 253 | 3 | 157 | 0 | 142 | 43 | 41 | 501 | 141 | 42 |
| Binary | 10101011 | 11 | 1101111 | 0 | 1100010 | 100011 | 100001 | 101000001 | 1100001 | 100010 |
Color Harmonies of #AB036F
Complementary color
Monochromatic Colors of #AB036F
Black with #AB036F
Text Example
Text Example
White with #AB036F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB036F; }
p { color: rgb(171,3,111); }
H1.HeaderClassName
{
color: #AB036F;
}
.AnyTagClassName
{
color: #AB036F;
}
</style>
background-color css
<style>
a { background-color: #AB036F; }
a { background-color: rgb(171,3,111); }
div.DivClassName
{
background-color: #AB036F;
}
.BgClassName
{
background-color: #AB036F;
}
</style>
border-color css
<style>
span { border-color: #AB036F; }
span { border-color: rgb(171,3,111); }
td.TdClassName
{
border-color: #AB036F;
}
.TagClassName
{
border-color: #AB036F;
}
</style>