Shades of Eggplant #AD0475
Tints of Eggplant #AD0475
RGB
CMYK
RGB Variations
Color information
#AD0475 (or 0xAD0475) is known color: Eggplant. HEX triplet: AD, 04 and 75. RGB value is (173,4,117). Sum of RGB (Red+Green+Blue) = 173+4+117=294 (38% of max value = 765). Red value is 173 (67.97% from 255 or 58.84% from 294); Green value is 4 (1.95% from 255 or 1.36% from 294); Blue value is 117 (46.09% from 255 or 39.80% from 294); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0475 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0475 is #52FB8A. Grayscale: #434343. Windows color (decimal): -5438347 or 7668909. OLE color: 7668909.
HSL color Cylindrical-coordinate representation of color #AD0475: hue angle of 319.88º 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 #AD0475 is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 4 | 117 | - |
| CMYK | 0 | 0.98 | 0.32 | 0.32 |
| HSL | 319.88º | 0.95% | 0.35% | - |
| HSV(B) | 319.88º | 0.98% | 0.68% | - |
| XYZ | 20.49 | 10.26 | 17.73 | - |
| YUV | 67.41 | 155.99 | 203.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 4 | 117 | 0 | 0.98 | 0.32 | 0.32 | 319.88 | 0.95 | 0.35 |
| Hex | AD | 4 | 75 | 0 | 62 | 20 | 20 | 140 | 5F | 23 |
| Octal | 255 | 4 | 165 | 0 | 142 | 40 | 40 | 500 | 137 | 43 |
| Binary | 10101101 | 100 | 1110101 | 0 | 1100010 | 100000 | 100000 | 101000000 | 1011111 | 100011 |
Color Harmonies of #AD0475
Complementary color
Monochromatic Colors of #AD0475
Black with #AD0475
Text Example
Text Example
White with #AD0475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0475; }
p { color: rgb(173,4,117); }
H1.HeaderClassName
{
color: #AD0475;
}
.AnyTagClassName
{
color: #AD0475;
}
</style>
background-color css
<style>
a { background-color: #AD0475; }
a { background-color: rgb(173,4,117); }
div.DivClassName
{
background-color: #AD0475;
}
.BgClassName
{
background-color: #AD0475;
}
</style>
border-color css
<style>
span { border-color: #AD0475; }
span { border-color: rgb(173,4,117); }
td.TdClassName
{
border-color: #AD0475;
}
.TagClassName
{
border-color: #AD0475;
}
</style>