Shades of Eggplant #AB097E
Tints of Eggplant #AB097E
RGB
CMYK
RGB Variations
Color information
#AB097E (or 0xAB097E) is known color: Eggplant. HEX triplet: AB, 09 and 7E. RGB value is (171,9,126). Sum of RGB (Red+Green+Blue) = 171+9+126=306 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.88% from 306); Green value is 9 (3.91% from 255 or 2.94% from 306); Blue value is 126 (49.61% from 255 or 41.18% from 306); Max value from RGB is 171 - color contains mainly: red. Hex color #AB097E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB097E is #54F681. Grayscale: #464646. Windows color (decimal): -5568130 or 8260011. OLE color: 8260011.
HSL color Cylindrical-coordinate representation of color #AB097E: hue angle of 316.67º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AB097E is Cyan = 0, Magento = 0.95, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 9 | 126 | - |
| CMYK | 0 | 0.95 | 0.26 | 0.33 |
| HSL | 316.67º | 0.9% | 0.35% | - |
| HSV(B) | 316.67º | 0.95% | 0.67% | - |
| XYZ | 20.66 | 10.36 | 20.65 | - |
| YUV | 70.78 | 159.17 | 199.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 9 | 126 | 0 | 0.95 | 0.26 | 0.33 | 316.67 | 0.9 | 0.35 |
| Hex | AB | 9 | 7E | 0 | 5F | 1A | 21 | 13D | 5A | 23 |
| Octal | 253 | 11 | 176 | 0 | 137 | 32 | 41 | 475 | 132 | 43 |
| Binary | 10101011 | 1001 | 1111110 | 0 | 1011111 | 11010 | 100001 | 100111101 | 1011010 | 100011 |
Color Harmonies of #AB097E
Complementary color
Monochromatic Colors of #AB097E
Black with #AB097E
Text Example
Text Example
White with #AB097E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB097E; }
p { color: rgb(171,9,126); }
H1.HeaderClassName
{
color: #AB097E;
}
.AnyTagClassName
{
color: #AB097E;
}
</style>
background-color css
<style>
a { background-color: #AB097E; }
a { background-color: rgb(171,9,126); }
div.DivClassName
{
background-color: #AB097E;
}
.BgClassName
{
background-color: #AB097E;
}
</style>
border-color css
<style>
span { border-color: #AB097E; }
span { border-color: rgb(171,9,126); }
td.TdClassName
{
border-color: #AB097E;
}
.TagClassName
{
border-color: #AB097E;
}
</style>