Shades of Eggplant #AD097B
Tints of Eggplant #AD097B
RGB
CMYK
RGB Variations
Color information
#AD097B (or 0xAD097B) is known color: Eggplant. HEX triplet: AD, 09 and 7B. RGB value is (173,9,123). Sum of RGB (Red+Green+Blue) = 173+9+123=305 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.72% from 305); Green value is 9 (3.91% from 255 or 2.95% from 305); Blue value is 123 (48.44% from 255 or 40.33% from 305); Max value from RGB is 173 - color contains mainly: red. Hex color #AD097B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD097B is #52F684. Grayscale: #464646. Windows color (decimal): -5437061 or 8063405. OLE color: 8063405.
HSL color Cylindrical-coordinate representation of color #AD097B: hue angle of 318.29º 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 #AD097B is Cyan = 0, Magento = 0.95, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 9 | 123 | - |
| CMYK | 0 | 0.95 | 0.29 | 0.32 |
| HSL | 318.29º | 0.9% | 0.36% | - |
| HSV(B) | 318.29º | 0.95% | 0.68% | - |
| XYZ | 20.91 | 10.51 | 19.67 | - |
| YUV | 71.03 | 157.33 | 200.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 9 | 123 | 0 | 0.95 | 0.29 | 0.32 | 318.29 | 0.9 | 0.36 |
| Hex | AD | 9 | 7B | 0 | 5F | 1D | 20 | 13E | 5A | 24 |
| Octal | 255 | 11 | 173 | 0 | 137 | 35 | 40 | 476 | 132 | 44 |
| Binary | 10101101 | 1001 | 1111011 | 0 | 1011111 | 11101 | 100000 | 100111110 | 1011010 | 100100 |
Color Harmonies of #AD097B
Complementary color
Monochromatic Colors of #AD097B
Black with #AD097B
Text Example
Text Example
White with #AD097B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD097B; }
p { color: rgb(173,9,123); }
H1.HeaderClassName
{
color: #AD097B;
}
.AnyTagClassName
{
color: #AD097B;
}
</style>
background-color css
<style>
a { background-color: #AD097B; }
a { background-color: rgb(173,9,123); }
div.DivClassName
{
background-color: #AD097B;
}
.BgClassName
{
background-color: #AD097B;
}
</style>
border-color css
<style>
span { border-color: #AD097B; }
span { border-color: rgb(173,9,123); }
td.TdClassName
{
border-color: #AD097B;
}
.TagClassName
{
border-color: #AD097B;
}
</style>