Shades of Eggplant #AD0477
Tints of Eggplant #AD0477
RGB
CMYK
RGB Variations
Color information
#AD0477 (or 0xAD0477) is known color: Eggplant. HEX triplet: AD, 04 and 77. RGB value is (173,4,119). Sum of RGB (Red+Green+Blue) = 173+4+119=296 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.45% from 296); Green value is 4 (1.95% from 255 or 1.35% from 296); Blue value is 119 (46.88% from 255 or 40.20% from 296); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0477 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0477 is #52FB88. Grayscale: #434343. Windows color (decimal): -5438345 or 7799981. OLE color: 7799981.
HSL color Cylindrical-coordinate representation of color #AD0477: hue angle of 319.17º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD0477 is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 4 | 119 | - |
| CMYK | 0 | 0.98 | 0.31 | 0.32 |
| HSL | 319.17º | 0.95% | 0.35% | - |
| HSV(B) | 319.17º | 0.98% | 0.68% | - |
| XYZ | 20.61 | 10.3 | 18.36 | - |
| YUV | 67.64 | 156.99 | 203.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 4 | 119 | 0 | 0.98 | 0.31 | 0.32 | 319.17 | 0.95 | 0.35 |
| Hex | AD | 4 | 77 | 0 | 62 | 1F | 20 | 13F | 5F | 23 |
| Octal | 255 | 4 | 167 | 0 | 142 | 37 | 40 | 477 | 137 | 43 |
| Binary | 10101101 | 100 | 1110111 | 0 | 1100010 | 11111 | 100000 | 100111111 | 1011111 | 100011 |
Color Harmonies of #AD0477
Complementary color
Monochromatic Colors of #AD0477
Black with #AD0477
Text Example
Text Example
White with #AD0477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0477; }
p { color: rgb(173,4,119); }
H1.HeaderClassName
{
color: #AD0477;
}
.AnyTagClassName
{
color: #AD0477;
}
</style>
background-color css
<style>
a { background-color: #AD0477; }
a { background-color: rgb(173,4,119); }
div.DivClassName
{
background-color: #AD0477;
}
.BgClassName
{
background-color: #AD0477;
}
</style>
border-color css
<style>
span { border-color: #AD0477; }
span { border-color: rgb(173,4,119); }
td.TdClassName
{
border-color: #AD0477;
}
.TagClassName
{
border-color: #AD0477;
}
</style>