Shades of Eggplant #AD0678
Tints of Eggplant #AD0678
RGB
CMYK
RGB Variations
Color information
#AD0678 (or 0xAD0678) is known color: Eggplant. HEX triplet: AD, 06 and 78. RGB value is (173,6,120). Sum of RGB (Red+Green+Blue) = 173+6+120=299 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.86% from 299); Green value is 6 (2.73% from 255 or 2.01% from 299); Blue value is 120 (47.27% from 255 or 40.13% from 299); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0678 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0678 is #52F987. Grayscale: #444444. Windows color (decimal): -5437832 or 7866029. OLE color: 7866029.
HSL color Cylindrical-coordinate representation of color #AD0678: hue angle of 319.04º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD0678 is Cyan = 0, Magento = 0.97, Yellow = 0.31 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 6 | 120 | - |
| CMYK | 0 | 0.97 | 0.31 | 0.32 |
| HSL | 319.04º | 0.93% | 0.35% | - |
| HSV(B) | 319.04º | 0.97% | 0.68% | - |
| XYZ | 20.69 | 10.37 | 18.68 | - |
| YUV | 68.93 | 156.83 | 202.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 6 | 120 | 0 | 0.97 | 0.31 | 0.32 | 319.04 | 0.93 | 0.35 |
| Hex | AD | 6 | 78 | 0 | 61 | 1F | 20 | 13F | 5D | 23 |
| Octal | 255 | 6 | 170 | 0 | 141 | 37 | 40 | 477 | 135 | 43 |
| Binary | 10101101 | 110 | 1111000 | 0 | 1100001 | 11111 | 100000 | 100111111 | 1011101 | 100011 |
Color Harmonies of #AD0678
Complementary color
Monochromatic Colors of #AD0678
Black with #AD0678
Text Example
Text Example
White with #AD0678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0678; }
p { color: rgb(173,6,120); }
H1.HeaderClassName
{
color: #AD0678;
}
.AnyTagClassName
{
color: #AD0678;
}
</style>
background-color css
<style>
a { background-color: #AD0678; }
a { background-color: rgb(173,6,120); }
div.DivClassName
{
background-color: #AD0678;
}
.BgClassName
{
background-color: #AD0678;
}
</style>
border-color css
<style>
span { border-color: #AD0678; }
span { border-color: rgb(173,6,120); }
td.TdClassName
{
border-color: #AD0678;
}
.TagClassName
{
border-color: #AD0678;
}
</style>