Shades of Eggplant #AD057D
Tints of Eggplant #AD057D
RGB
CMYK
RGB Variations
Color information
#AD057D (or 0xAD057D) is known color: Eggplant. HEX triplet: AD, 05 and 7D. RGB value is (173,5,125). Sum of RGB (Red+Green+Blue) = 173+5+125=303 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.10% from 303); Green value is 5 (2.34% from 255 or 1.65% from 303); Blue value is 125 (49.22% from 255 or 41.25% from 303); Max value from RGB is 173 - color contains mainly: red. Hex color #AD057D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD057D is #52FA82. Grayscale: #444444. Windows color (decimal): -5438083 or 8193453. OLE color: 8193453.
HSL color Cylindrical-coordinate representation of color #AD057D: hue angle of 317.14º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD057D is Cyan = 0, Magento = 0.97, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 5 | 125 | - |
| CMYK | 0 | 0.97 | 0.28 | 0.32 |
| HSL | 317.14º | 0.94% | 0.35% | - |
| HSV(B) | 317.14º | 0.97% | 0.68% | - |
| XYZ | 20.99 | 10.47 | 20.32 | - |
| YUV | 68.91 | 159.66 | 202.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 5 | 125 | 0 | 0.97 | 0.28 | 0.32 | 317.14 | 0.94 | 0.35 |
| Hex | AD | 5 | 7D | 0 | 61 | 1C | 20 | 13D | 5E | 23 |
| Octal | 255 | 5 | 175 | 0 | 141 | 34 | 40 | 475 | 136 | 43 |
| Binary | 10101101 | 101 | 1111101 | 0 | 1100001 | 11100 | 100000 | 100111101 | 1011110 | 100011 |
Color Harmonies of #AD057D
Complementary color
Monochromatic Colors of #AD057D
Black with #AD057D
Text Example
Text Example
White with #AD057D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD057D; }
p { color: rgb(173,5,125); }
H1.HeaderClassName
{
color: #AD057D;
}
.AnyTagClassName
{
color: #AD057D;
}
</style>
background-color css
<style>
a { background-color: #AD057D; }
a { background-color: rgb(173,5,125); }
div.DivClassName
{
background-color: #AD057D;
}
.BgClassName
{
background-color: #AD057D;
}
</style>
border-color css
<style>
span { border-color: #AD057D; }
span { border-color: rgb(173,5,125); }
td.TdClassName
{
border-color: #AD057D;
}
.TagClassName
{
border-color: #AD057D;
}
</style>