Shades of Eggplant #AD0377
Tints of Eggplant #AD0377
RGB
CMYK
RGB Variations
Color information
#AD0377 (or 0xAD0377) is known color: Eggplant. HEX triplet: AD, 03 and 77. RGB value is (173,3,119). Sum of RGB (Red+Green+Blue) = 173+3+119=295 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.64% from 295); Green value is 3 (1.56% from 255 or 1.02% from 295); Blue value is 119 (46.88% from 255 or 40.34% from 295); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0377 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0377 is #52FC88. Grayscale: #424242. Windows color (decimal): -5438601 or 7799725. OLE color: 7799725.
HSL color Cylindrical-coordinate representation of color #AD0377: hue angle of 319.06º degrees, saturation: 0.97, 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 #AD0377 is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 3 | 119 | - |
| CMYK | 0 | 0.98 | 0.31 | 0.32 |
| HSL | 319.06º | 0.97% | 0.35% | - |
| HSV(B) | 319.06º | 0.98% | 0.68% | - |
| XYZ | 20.6 | 10.28 | 18.35 | - |
| YUV | 67.05 | 157.32 | 203.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 3 | 119 | 0 | 0.98 | 0.31 | 0.32 | 319.06 | 0.97 | 0.35 |
| Hex | AD | 3 | 77 | 0 | 62 | 1F | 20 | 13F | 61 | 23 |
| Octal | 255 | 3 | 167 | 0 | 142 | 37 | 40 | 477 | 141 | 43 |
| Binary | 10101101 | 11 | 1110111 | 0 | 1100010 | 11111 | 100000 | 100111111 | 1100001 | 100011 |
Color Harmonies of #AD0377
Complementary color
Monochromatic Colors of #AD0377
Black with #AD0377
Text Example
Text Example
White with #AD0377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0377; }
p { color: rgb(173,3,119); }
H1.HeaderClassName
{
color: #AD0377;
}
.AnyTagClassName
{
color: #AD0377;
}
</style>
background-color css
<style>
a { background-color: #AD0377; }
a { background-color: rgb(173,3,119); }
div.DivClassName
{
background-color: #AD0377;
}
.BgClassName
{
background-color: #AD0377;
}
</style>
border-color css
<style>
span { border-color: #AD0377; }
span { border-color: rgb(173,3,119); }
td.TdClassName
{
border-color: #AD0377;
}
.TagClassName
{
border-color: #AD0377;
}
</style>