Shades of Eggplant #AD0878
Tints of Eggplant #AD0878
RGB
CMYK
RGB Variations
Color information
#AD0878 (or 0xAD0878) is known color: Eggplant. HEX triplet: AD, 08 and 78. RGB value is (173,8,120). Sum of RGB (Red+Green+Blue) = 173+8+120=301 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.48% from 301); Green value is 8 (3.52% from 255 or 2.66% from 301); Blue value is 120 (47.27% from 255 or 39.87% from 301); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0878 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0878 is #52F787. Grayscale: #454545. Windows color (decimal): -5437320 or 7866541. OLE color: 7866541.
HSL color Cylindrical-coordinate representation of color #AD0878: hue angle of 319.27º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD0878 is Cyan = 0, Magento = 0.95, Yellow = 0.31 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 8 | 120 | - |
| CMYK | 0 | 0.95 | 0.31 | 0.32 |
| HSL | 319.27º | 0.91% | 0.35% | - |
| HSV(B) | 319.27º | 0.95% | 0.68% | - |
| XYZ | 20.71 | 10.41 | 18.69 | - |
| YUV | 70.1 | 156.16 | 201.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 8 | 120 | 0 | 0.95 | 0.31 | 0.32 | 319.27 | 0.91 | 0.35 |
| Hex | AD | 8 | 78 | 0 | 5F | 1F | 20 | 13F | 5B | 23 |
| Octal | 255 | 10 | 170 | 0 | 137 | 37 | 40 | 477 | 133 | 43 |
| Binary | 10101101 | 1000 | 1111000 | 0 | 1011111 | 11111 | 100000 | 100111111 | 1011011 | 100011 |
Color Harmonies of #AD0878
Complementary color
Monochromatic Colors of #AD0878
Black with #AD0878
Text Example
Text Example
White with #AD0878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0878; }
p { color: rgb(173,8,120); }
H1.HeaderClassName
{
color: #AD0878;
}
.AnyTagClassName
{
color: #AD0878;
}
</style>
background-color css
<style>
a { background-color: #AD0878; }
a { background-color: rgb(173,8,120); }
div.DivClassName
{
background-color: #AD0878;
}
.BgClassName
{
background-color: #AD0878;
}
</style>
border-color css
<style>
span { border-color: #AD0878; }
span { border-color: rgb(173,8,120); }
td.TdClassName
{
border-color: #AD0878;
}
.TagClassName
{
border-color: #AD0878;
}
</style>