Shades of Eggplant #AD0376
Tints of Eggplant #AD0376
RGB
CMYK
RGB Variations
Color information
#AD0376 (or 0xAD0376) is known color: Eggplant. HEX triplet: AD, 03 and 76. RGB value is (173,3,118). Sum of RGB (Red+Green+Blue) = 173+3+118=294 (38% of max value = 765). Red value is 173 (67.97% from 255 or 58.84% from 294); Green value is 3 (1.56% from 255 or 1.02% from 294); Blue value is 118 (46.48% from 255 or 40.14% from 294); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0376 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0376 is #52FC89. Grayscale: #424242. Windows color (decimal): -5438602 or 7734189. OLE color: 7734189.
HSL color Cylindrical-coordinate representation of color #AD0376: hue angle of 319.41º 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 #AD0376 is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 3 | 118 | - |
| CMYK | 0 | 0.98 | 0.32 | 0.32 |
| HSL | 319.41º | 0.97% | 0.35% | - |
| HSV(B) | 319.41º | 0.98% | 0.68% | - |
| XYZ | 20.54 | 10.26 | 18.04 | - |
| YUV | 66.94 | 156.82 | 203.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 3 | 118 | 0 | 0.98 | 0.32 | 0.32 | 319.41 | 0.97 | 0.35 |
| Hex | AD | 3 | 76 | 0 | 62 | 20 | 20 | 13F | 61 | 23 |
| Octal | 255 | 3 | 166 | 0 | 142 | 40 | 40 | 477 | 141 | 43 |
| Binary | 10101101 | 11 | 1110110 | 0 | 1100010 | 100000 | 100000 | 100111111 | 1100001 | 100011 |
Color Harmonies of #AD0376
Complementary color
Monochromatic Colors of #AD0376
Black with #AD0376
Text Example
Text Example
White with #AD0376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0376; }
p { color: rgb(173,3,118); }
H1.HeaderClassName
{
color: #AD0376;
}
.AnyTagClassName
{
color: #AD0376;
}
</style>
background-color css
<style>
a { background-color: #AD0376; }
a { background-color: rgb(173,3,118); }
div.DivClassName
{
background-color: #AD0376;
}
.BgClassName
{
background-color: #AD0376;
}
</style>
border-color css
<style>
span { border-color: #AD0376; }
span { border-color: rgb(173,3,118); }
td.TdClassName
{
border-color: #AD0376;
}
.TagClassName
{
border-color: #AD0376;
}
</style>