Shades of Eggplant #AD047E
Tints of Eggplant #AD047E
RGB
CMYK
RGB Variations
Color information
#AD047E (or 0xAD047E) is known color: Eggplant. HEX triplet: AD, 04 and 7E. RGB value is (173,4,126). Sum of RGB (Red+Green+Blue) = 173+4+126=303 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.10% from 303); Green value is 4 (1.95% from 255 or 1.32% from 303); Blue value is 126 (49.61% from 255 or 41.58% from 303); Max value from RGB is 173 - color contains mainly: red. Hex color #AD047E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD047E is #52FB81. Grayscale: #444444. Windows color (decimal): -5438338 or 8258733. OLE color: 8258733.
HSL color Cylindrical-coordinate representation of color #AD047E: hue angle of 316.69º 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 #AD047E is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 4 | 126 | - |
| CMYK | 0 | 0.98 | 0.27 | 0.32 |
| HSL | 316.69º | 0.95% | 0.35% | - |
| HSV(B) | 316.69º | 0.98% | 0.68% | - |
| XYZ | 21.04 | 10.48 | 20.65 | - |
| YUV | 68.44 | 160.49 | 202.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 4 | 126 | 0 | 0.98 | 0.27 | 0.32 | 316.69 | 0.95 | 0.35 |
| Hex | AD | 4 | 7E | 0 | 62 | 1B | 20 | 13D | 5F | 23 |
| Octal | 255 | 4 | 176 | 0 | 142 | 33 | 40 | 475 | 137 | 43 |
| Binary | 10101101 | 100 | 1111110 | 0 | 1100010 | 11011 | 100000 | 100111101 | 1011111 | 100011 |
Color Harmonies of #AD047E
Complementary color
Monochromatic Colors of #AD047E
Black with #AD047E
Text Example
Text Example
White with #AD047E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD047E; }
p { color: rgb(173,4,126); }
H1.HeaderClassName
{
color: #AD047E;
}
.AnyTagClassName
{
color: #AD047E;
}
</style>
background-color css
<style>
a { background-color: #AD047E; }
a { background-color: rgb(173,4,126); }
div.DivClassName
{
background-color: #AD047E;
}
.BgClassName
{
background-color: #AD047E;
}
</style>
border-color css
<style>
span { border-color: #AD047E; }
span { border-color: rgb(173,4,126); }
td.TdClassName
{
border-color: #AD047E;
}
.TagClassName
{
border-color: #AD047E;
}
</style>