Shades of Eggplant #AD097A
Tints of Eggplant #AD097A
RGB
CMYK
RGB Variations
Color information
#AD097A (or 0xAD097A) is known color: Eggplant. HEX triplet: AD, 09 and 7A. RGB value is (173,9,122). Sum of RGB (Red+Green+Blue) = 173+9+122=304 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.91% from 304); Green value is 9 (3.91% from 255 or 2.96% from 304); Blue value is 122 (48.05% from 255 or 40.13% from 304); Max value from RGB is 173 - color contains mainly: red. Hex color #AD097A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD097A is #52F685. Grayscale: #464646. Windows color (decimal): -5437062 or 7997869. OLE color: 7997869.
HSL color Cylindrical-coordinate representation of color #AD097A: hue angle of 318.66º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD097A is Cyan = 0, Magento = 0.95, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 9 | 122 | - |
| CMYK | 0 | 0.95 | 0.29 | 0.32 |
| HSL | 318.66º | 0.9% | 0.36% | - |
| HSV(B) | 318.66º | 0.95% | 0.68% | - |
| XYZ | 20.84 | 10.48 | 19.34 | - |
| YUV | 70.92 | 156.83 | 200.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 9 | 122 | 0 | 0.95 | 0.29 | 0.32 | 318.66 | 0.9 | 0.36 |
| Hex | AD | 9 | 7A | 0 | 5F | 1D | 20 | 13F | 5A | 24 |
| Octal | 255 | 11 | 172 | 0 | 137 | 35 | 40 | 477 | 132 | 44 |
| Binary | 10101101 | 1001 | 1111010 | 0 | 1011111 | 11101 | 100000 | 100111111 | 1011010 | 100100 |
Color Harmonies of #AD097A
Complementary color
Monochromatic Colors of #AD097A
Black with #AD097A
Text Example
Text Example
White with #AD097A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD097A; }
p { color: rgb(173,9,122); }
H1.HeaderClassName
{
color: #AD097A;
}
.AnyTagClassName
{
color: #AD097A;
}
</style>
background-color css
<style>
a { background-color: #AD097A; }
a { background-color: rgb(173,9,122); }
div.DivClassName
{
background-color: #AD097A;
}
.BgClassName
{
background-color: #AD097A;
}
</style>
border-color css
<style>
span { border-color: #AD097A; }
span { border-color: rgb(173,9,122); }
td.TdClassName
{
border-color: #AD097A;
}
.TagClassName
{
border-color: #AD097A;
}
</style>