Shades of Eggplant #AD057A
Tints of Eggplant #AD057A
RGB
CMYK
RGB Variations
Color information
#AD057A (or 0xAD057A) is known color: Eggplant. HEX triplet: AD, 05 and 7A. RGB value is (173,5,122). Sum of RGB (Red+Green+Blue) = 173+5+122=300 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.67% from 300); Green value is 5 (2.34% from 255 or 1.67% from 300); Blue value is 122 (48.05% from 255 or 40.67% from 300); Max value from RGB is 173 - color contains mainly: red. Hex color #AD057A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD057A is #52FA85. Grayscale: #444444. Windows color (decimal): -5438086 or 7996845. OLE color: 7996845.
HSL color Cylindrical-coordinate representation of color #AD057A: hue angle of 318.21º 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 #AD057A is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 5 | 122 | - |
| CMYK | 0 | 0.97 | 0.29 | 0.32 |
| HSL | 318.21º | 0.94% | 0.35% | - |
| HSV(B) | 318.21º | 0.97% | 0.68% | - |
| XYZ | 20.8 | 10.4 | 19.32 | - |
| YUV | 68.57 | 158.16 | 202.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 5 | 122 | 0 | 0.97 | 0.29 | 0.32 | 318.21 | 0.94 | 0.35 |
| Hex | AD | 5 | 7A | 0 | 61 | 1D | 20 | 13E | 5E | 23 |
| Octal | 255 | 5 | 172 | 0 | 141 | 35 | 40 | 476 | 136 | 43 |
| Binary | 10101101 | 101 | 1111010 | 0 | 1100001 | 11101 | 100000 | 100111110 | 1011110 | 100011 |
Color Harmonies of #AD057A
Complementary color
Monochromatic Colors of #AD057A
Black with #AD057A
Text Example
Text Example
White with #AD057A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD057A; }
p { color: rgb(173,5,122); }
H1.HeaderClassName
{
color: #AD057A;
}
.AnyTagClassName
{
color: #AD057A;
}
</style>
background-color css
<style>
a { background-color: #AD057A; }
a { background-color: rgb(173,5,122); }
div.DivClassName
{
background-color: #AD057A;
}
.BgClassName
{
background-color: #AD057A;
}
</style>
border-color css
<style>
span { border-color: #AD057A; }
span { border-color: rgb(173,5,122); }
td.TdClassName
{
border-color: #AD057A;
}
.TagClassName
{
border-color: #AD057A;
}
</style>