Shades of Eggplant #AD0372
Tints of Eggplant #AD0372
RGB
CMYK
RGB Variations
Color information
#AD0372 (or 0xAD0372) is known color: Eggplant. HEX triplet: AD, 03 and 72. RGB value is (173,3,114). Sum of RGB (Red+Green+Blue) = 173+3+114=290 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.66% from 290); Green value is 3 (1.56% from 255 or 1.03% from 290); Blue value is 114 (44.92% from 255 or 39.31% from 290); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0372 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0372 is #52FC8D. Grayscale: #424242. Windows color (decimal): -5438606 or 7472045. OLE color: 7472045.
HSL color Cylindrical-coordinate representation of color #AD0372: hue angle of 320.82º 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 #AD0372 is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 3 | 114 | - |
| CMYK | 0 | 0.98 | 0.34 | 0.32 |
| HSL | 320.82º | 0.97% | 0.35% | - |
| HSV(B) | 320.82º | 0.98% | 0.68% | - |
| XYZ | 20.3 | 10.16 | 16.81 | - |
| YUV | 66.48 | 154.82 | 203.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 3 | 114 | 0 | 0.98 | 0.34 | 0.32 | 320.82 | 0.97 | 0.35 |
| Hex | AD | 3 | 72 | 0 | 62 | 22 | 20 | 141 | 61 | 23 |
| Octal | 255 | 3 | 162 | 0 | 142 | 42 | 40 | 501 | 141 | 43 |
| Binary | 10101101 | 11 | 1110010 | 0 | 1100010 | 100010 | 100000 | 101000001 | 1100001 | 100011 |
Color Harmonies of #AD0372
Complementary color
Monochromatic Colors of #AD0372
Black with #AD0372
Text Example
Text Example
White with #AD0372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0372; }
p { color: rgb(173,3,114); }
H1.HeaderClassName
{
color: #AD0372;
}
.AnyTagClassName
{
color: #AD0372;
}
</style>
background-color css
<style>
a { background-color: #AD0372; }
a { background-color: rgb(173,3,114); }
div.DivClassName
{
background-color: #AD0372;
}
.BgClassName
{
background-color: #AD0372;
}
</style>
border-color css
<style>
span { border-color: #AD0372; }
span { border-color: rgb(173,3,114); }
td.TdClassName
{
border-color: #AD0372;
}
.TagClassName
{
border-color: #AD0372;
}
</style>