Shades of Eggplant #AD0979
Tints of Eggplant #AD0979
RGB
CMYK
RGB Variations
Color information
#AD0979 (or 0xAD0979) is known color: Eggplant. HEX triplet: AD, 09 and 79. RGB value is (173,9,121). Sum of RGB (Red+Green+Blue) = 173+9+121=303 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.10% from 303); Green value is 9 (3.91% from 255 or 2.97% from 303); Blue value is 121 (47.66% from 255 or 39.93% from 303); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0979 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0979 is #52F686. Grayscale: #464646. Windows color (decimal): -5437063 or 7932333. OLE color: 7932333.
HSL color Cylindrical-coordinate representation of color #AD0979: hue angle of 319.02º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD0979 is Cyan = 0, Magento = 0.95, Yellow = 0.30 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 9 | 121 | - |
| CMYK | 0 | 0.95 | 0.30 | 0.32 |
| HSL | 319.02º | 0.9% | 0.36% | - |
| HSV(B) | 319.02º | 0.95% | 0.68% | - |
| XYZ | 20.78 | 10.46 | 19.01 | - |
| YUV | 70.8 | 156.33 | 200.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 9 | 121 | 0 | 0.95 | 0.30 | 0.32 | 319.02 | 0.9 | 0.36 |
| Hex | AD | 9 | 79 | 0 | 5F | 1E | 20 | 13F | 5A | 24 |
| Octal | 255 | 11 | 171 | 0 | 137 | 36 | 40 | 477 | 132 | 44 |
| Binary | 10101101 | 1001 | 1111001 | 0 | 1011111 | 11110 | 100000 | 100111111 | 1011010 | 100100 |
Color Harmonies of #AD0979
Complementary color
Monochromatic Colors of #AD0979
Black with #AD0979
Text Example
Text Example
White with #AD0979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0979; }
p { color: rgb(173,9,121); }
H1.HeaderClassName
{
color: #AD0979;
}
.AnyTagClassName
{
color: #AD0979;
}
</style>
background-color css
<style>
a { background-color: #AD0979; }
a { background-color: rgb(173,9,121); }
div.DivClassName
{
background-color: #AD0979;
}
.BgClassName
{
background-color: #AD0979;
}
</style>
border-color css
<style>
span { border-color: #AD0979; }
span { border-color: rgb(173,9,121); }
td.TdClassName
{
border-color: #AD0979;
}
.TagClassName
{
border-color: #AD0979;
}
</style>