Shades of Eggplant #AD0978
Tints of Eggplant #AD0978
RGB
CMYK
RGB Variations
Color information
#AD0978 (or 0xAD0978) is known color: Eggplant. HEX triplet: AD, 09 and 78. RGB value is (173,9,120). Sum of RGB (Red+Green+Blue) = 173+9+120=302 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.28% from 302); Green value is 9 (3.91% from 255 or 2.98% from 302); Blue value is 120 (47.27% from 255 or 39.74% from 302); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0978 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0978 is #52F687. Grayscale: #464646. Windows color (decimal): -5437064 or 7866797. OLE color: 7866797.
HSL color Cylindrical-coordinate representation of color #AD0978: hue angle of 319.39º 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 #AD0978 is Cyan = 0, Magento = 0.95, Yellow = 0.31 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 9 | 120 | - |
| CMYK | 0 | 0.95 | 0.31 | 0.32 |
| HSL | 319.39º | 0.9% | 0.36% | - |
| HSV(B) | 319.39º | 0.95% | 0.68% | - |
| XYZ | 20.72 | 10.44 | 18.69 | - |
| YUV | 70.69 | 155.83 | 200.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 9 | 120 | 0 | 0.95 | 0.31 | 0.32 | 319.39 | 0.9 | 0.36 |
| Hex | AD | 9 | 78 | 0 | 5F | 1F | 20 | 13F | 5A | 24 |
| Octal | 255 | 11 | 170 | 0 | 137 | 37 | 40 | 477 | 132 | 44 |
| Binary | 10101101 | 1001 | 1111000 | 0 | 1011111 | 11111 | 100000 | 100111111 | 1011010 | 100100 |
Color Harmonies of #AD0978
Complementary color
Monochromatic Colors of #AD0978
Black with #AD0978
Text Example
Text Example
White with #AD0978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0978; }
p { color: rgb(173,9,120); }
H1.HeaderClassName
{
color: #AD0978;
}
.AnyTagClassName
{
color: #AD0978;
}
</style>
background-color css
<style>
a { background-color: #AD0978; }
a { background-color: rgb(173,9,120); }
div.DivClassName
{
background-color: #AD0978;
}
.BgClassName
{
background-color: #AD0978;
}
</style>
border-color css
<style>
span { border-color: #AD0978; }
span { border-color: rgb(173,9,120); }
td.TdClassName
{
border-color: #AD0978;
}
.TagClassName
{
border-color: #AD0978;
}
</style>