Shades of Eggplant #AB0775
Tints of Eggplant #AB0775
RGB
CMYK
RGB Variations
Color information
#AB0775 (or 0xAB0775) is known color: Eggplant. HEX triplet: AB, 07 and 75. RGB value is (171,7,117). Sum of RGB (Red+Green+Blue) = 171+7+117=295 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.97% from 295); Green value is 7 (3.12% from 255 or 2.37% from 295); Blue value is 117 (46.09% from 255 or 39.66% from 295); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0775 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0775 is #54F88A. Grayscale: #444444. Windows color (decimal): -5568651 or 7669675. OLE color: 7669675.
HSL color Cylindrical-coordinate representation of color #AB0775: hue angle of 319.76º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AB0775 is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 7 | 117 | - |
| CMYK | 0 | 0.96 | 0.32 | 0.33 |
| HSL | 319.76º | 0.92% | 0.35% | - |
| HSV(B) | 319.76º | 0.96% | 0.67% | - |
| XYZ | 20.08 | 10.09 | 17.72 | - |
| YUV | 68.58 | 155.33 | 201.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 7 | 117 | 0 | 0.96 | 0.32 | 0.33 | 319.76 | 0.92 | 0.35 |
| Hex | AB | 7 | 75 | 0 | 60 | 20 | 21 | 140 | 5C | 23 |
| Octal | 253 | 7 | 165 | 0 | 140 | 40 | 41 | 500 | 134 | 43 |
| Binary | 10101011 | 111 | 1110101 | 0 | 1100000 | 100000 | 100001 | 101000000 | 1011100 | 100011 |
Color Harmonies of #AB0775
Complementary color
Monochromatic Colors of #AB0775
Black with #AB0775
Text Example
Text Example
White with #AB0775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0775; }
p { color: rgb(171,7,117); }
H1.HeaderClassName
{
color: #AB0775;
}
.AnyTagClassName
{
color: #AB0775;
}
</style>
background-color css
<style>
a { background-color: #AB0775; }
a { background-color: rgb(171,7,117); }
div.DivClassName
{
background-color: #AB0775;
}
.BgClassName
{
background-color: #AB0775;
}
</style>
border-color css
<style>
span { border-color: #AB0775; }
span { border-color: rgb(171,7,117); }
td.TdClassName
{
border-color: #AB0775;
}
.TagClassName
{
border-color: #AB0775;
}
</style>