Shades of Eggplant #AD0677
Tints of Eggplant #AD0677
RGB
CMYK
RGB Variations
Color information
#AD0677 (or 0xAD0677) is known color: Eggplant. HEX triplet: AD, 06 and 77. RGB value is (173,6,119). Sum of RGB (Red+Green+Blue) = 173+6+119=298 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.05% from 298); Green value is 6 (2.73% from 255 or 2.01% from 298); Blue value is 119 (46.88% from 255 or 39.93% from 298); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0677 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0677 is #52F988. Grayscale: #444444. Windows color (decimal): -5437833 or 7800493. OLE color: 7800493.
HSL color Cylindrical-coordinate representation of color #AD0677: hue angle of 319.4º 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 #AD0677 is Cyan = 0, Magento = 0.97, Yellow = 0.31 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 6 | 119 | - |
| CMYK | 0 | 0.97 | 0.31 | 0.32 |
| HSL | 319.4º | 0.93% | 0.35% | - |
| HSV(B) | 319.4º | 0.97% | 0.68% | - |
| XYZ | 20.63 | 10.35 | 18.36 | - |
| YUV | 68.82 | 156.33 | 202.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 6 | 119 | 0 | 0.97 | 0.31 | 0.32 | 319.4 | 0.93 | 0.35 |
| Hex | AD | 6 | 77 | 0 | 61 | 1F | 20 | 13F | 5D | 23 |
| Octal | 255 | 6 | 167 | 0 | 141 | 37 | 40 | 477 | 135 | 43 |
| Binary | 10101101 | 110 | 1110111 | 0 | 1100001 | 11111 | 100000 | 100111111 | 1011101 | 100011 |
Color Harmonies of #AD0677
Complementary color
Monochromatic Colors of #AD0677
Black with #AD0677
Text Example
Text Example
White with #AD0677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0677; }
p { color: rgb(173,6,119); }
H1.HeaderClassName
{
color: #AD0677;
}
.AnyTagClassName
{
color: #AD0677;
}
</style>
background-color css
<style>
a { background-color: #AD0677; }
a { background-color: rgb(173,6,119); }
div.DivClassName
{
background-color: #AD0677;
}
.BgClassName
{
background-color: #AD0677;
}
</style>
border-color css
<style>
span { border-color: #AD0677; }
span { border-color: rgb(173,6,119); }
td.TdClassName
{
border-color: #AD0677;
}
.TagClassName
{
border-color: #AD0677;
}
</style>