Shades of Eggplant #AB037A
Tints of Eggplant #AB037A
RGB
CMYK
RGB Variations
Color information
#AB037A (or 0xAB037A) is known color: Eggplant. HEX triplet: AB, 03 and 7A. RGB value is (171,3,122). Sum of RGB (Red+Green+Blue) = 171+3+122=296 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.77% from 296); Green value is 3 (1.56% from 255 or 1.01% from 296); Blue value is 122 (48.05% from 255 or 41.22% from 296); Max value from RGB is 171 - color contains mainly: red. Hex color #AB037A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB037A is #54FC85. Grayscale: #424242. Windows color (decimal): -5569670 or 7996331. OLE color: 7996331.
HSL color Cylindrical-coordinate representation of color #AB037A: hue angle of 317.5º 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 #AB037A is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 3 | 122 | - |
| CMYK | 0 | 0.98 | 0.29 | 0.33 |
| HSL | 317.5º | 0.97% | 0.34% | - |
| HSV(B) | 317.5º | 0.98% | 0.67% | - |
| XYZ | 20.34 | 10.13 | 19.3 | - |
| YUV | 66.8 | 159.16 | 202.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 3 | 122 | 0 | 0.98 | 0.29 | 0.33 | 317.5 | 0.97 | 0.34 |
| Hex | AB | 3 | 7A | 0 | 62 | 1D | 21 | 13E | 61 | 22 |
| Octal | 253 | 3 | 172 | 0 | 142 | 35 | 41 | 476 | 141 | 42 |
| Binary | 10101011 | 11 | 1111010 | 0 | 1100010 | 11101 | 100001 | 100111110 | 1100001 | 100010 |
Color Harmonies of #AB037A
Complementary color
Monochromatic Colors of #AB037A
Black with #AB037A
Text Example
Text Example
White with #AB037A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB037A; }
p { color: rgb(171,3,122); }
H1.HeaderClassName
{
color: #AB037A;
}
.AnyTagClassName
{
color: #AB037A;
}
</style>
background-color css
<style>
a { background-color: #AB037A; }
a { background-color: rgb(171,3,122); }
div.DivClassName
{
background-color: #AB037A;
}
.BgClassName
{
background-color: #AB037A;
}
</style>
border-color css
<style>
span { border-color: #AB037A; }
span { border-color: rgb(171,3,122); }
td.TdClassName
{
border-color: #AB037A;
}
.TagClassName
{
border-color: #AB037A;
}
</style>