Shades of Eggplant #AD027A
Tints of Eggplant #AD027A
RGB
CMYK
RGB Variations
Color information
#AD027A (or 0xAD027A) is known color: Eggplant. HEX triplet: AD, 02 and 7A. RGB value is (173,2,122). Sum of RGB (Red+Green+Blue) = 173+2+122=297 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.25% from 297); Green value is 2 (1.17% from 255 or 0.67% from 297); Blue value is 122 (48.05% from 255 or 41.08% from 297); Max value from RGB is 173 - color contains mainly: red. Hex color #AD027A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD027A is #52FD85. Grayscale: #424242. Windows color (decimal): -5438854 or 7996077. OLE color: 7996077.
HSL color Cylindrical-coordinate representation of color #AD027A: hue angle of 317.89º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD027A is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 2 | 122 | - |
| CMYK | 0 | 0.99 | 0.29 | 0.32 |
| HSL | 317.89º | 0.98% | 0.34% | - |
| HSV(B) | 317.89º | 0.99% | 0.68% | - |
| XYZ | 20.77 | 10.33 | 19.31 | - |
| YUV | 66.81 | 159.15 | 203.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 2 | 122 | 0 | 0.99 | 0.29 | 0.32 | 317.89 | 0.98 | 0.34 |
| Hex | AD | 2 | 7A | 0 | 63 | 1D | 20 | 13E | 62 | 22 |
| Octal | 255 | 2 | 172 | 0 | 143 | 35 | 40 | 476 | 142 | 42 |
| Binary | 10101101 | 10 | 1111010 | 0 | 1100011 | 11101 | 100000 | 100111110 | 1100010 | 100010 |
Color Harmonies of #AD027A
Complementary color
Monochromatic Colors of #AD027A
Black with #AD027A
Text Example
Text Example
White with #AD027A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD027A; }
p { color: rgb(173,2,122); }
H1.HeaderClassName
{
color: #AD027A;
}
.AnyTagClassName
{
color: #AD027A;
}
</style>
background-color css
<style>
a { background-color: #AD027A; }
a { background-color: rgb(173,2,122); }
div.DivClassName
{
background-color: #AD027A;
}
.BgClassName
{
background-color: #AD027A;
}
</style>
border-color css
<style>
span { border-color: #AD027A; }
span { border-color: rgb(173,2,122); }
td.TdClassName
{
border-color: #AD027A;
}
.TagClassName
{
border-color: #AD027A;
}
</style>