Shades of Eggplant #AD0577
Tints of Eggplant #AD0577
RGB
CMYK
RGB Variations
Color information
#AD0577 (or 0xAD0577) is known color: Eggplant. HEX triplet: AD, 05 and 77. RGB value is (173,5,119). Sum of RGB (Red+Green+Blue) = 173+5+119=297 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.25% from 297); Green value is 5 (2.34% from 255 or 1.68% from 297); Blue value is 119 (46.88% from 255 or 40.07% from 297); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0577 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0577 is #52FA88. Grayscale: #434343. Windows color (decimal): -5438089 or 7800237. OLE color: 7800237.
HSL color Cylindrical-coordinate representation of color #AD0577: hue angle of 319.29º degrees, saturation: 0.94, 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 #AD0577 is Cyan = 0, Magento = 0.97, Yellow = 0.31 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 5 | 119 | - |
| CMYK | 0 | 0.97 | 0.31 | 0.32 |
| HSL | 319.29º | 0.94% | 0.35% | - |
| HSV(B) | 319.29º | 0.97% | 0.68% | - |
| XYZ | 20.62 | 10.32 | 18.36 | - |
| YUV | 68.23 | 156.66 | 202.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 5 | 119 | 0 | 0.97 | 0.31 | 0.32 | 319.29 | 0.94 | 0.35 |
| Hex | AD | 5 | 77 | 0 | 61 | 1F | 20 | 13F | 5E | 23 |
| Octal | 255 | 5 | 167 | 0 | 141 | 37 | 40 | 477 | 136 | 43 |
| Binary | 10101101 | 101 | 1110111 | 0 | 1100001 | 11111 | 100000 | 100111111 | 1011110 | 100011 |
Color Harmonies of #AD0577
Complementary color
Monochromatic Colors of #AD0577
Black with #AD0577
Text Example
Text Example
White with #AD0577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0577; }
p { color: rgb(173,5,119); }
H1.HeaderClassName
{
color: #AD0577;
}
.AnyTagClassName
{
color: #AD0577;
}
</style>
background-color css
<style>
a { background-color: #AD0577; }
a { background-color: rgb(173,5,119); }
div.DivClassName
{
background-color: #AD0577;
}
.BgClassName
{
background-color: #AD0577;
}
</style>
border-color css
<style>
span { border-color: #AD0577; }
span { border-color: rgb(173,5,119); }
td.TdClassName
{
border-color: #AD0577;
}
.TagClassName
{
border-color: #AD0577;
}
</style>