Shades of Eggplant #AD077A
Tints of Eggplant #AD077A
RGB
CMYK
RGB Variations
Color information
#AD077A (or 0xAD077A) is known color: Eggplant. HEX triplet: AD, 07 and 7A. RGB value is (173,7,122). Sum of RGB (Red+Green+Blue) = 173+7+122=302 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.28% from 302); Green value is 7 (3.12% from 255 or 2.32% from 302); Blue value is 122 (48.05% from 255 or 40.40% from 302); Max value from RGB is 173 - color contains mainly: red. Hex color #AD077A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD077A is #52F885. Grayscale: #454545. Windows color (decimal): -5437574 or 7997357. OLE color: 7997357.
HSL color Cylindrical-coordinate representation of color #AD077A: hue angle of 318.43º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AD077A is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 7 | 122 | - |
| CMYK | 0 | 0.96 | 0.29 | 0.32 |
| HSL | 318.43º | 0.92% | 0.35% | - |
| HSV(B) | 318.43º | 0.96% | 0.68% | - |
| XYZ | 20.82 | 10.44 | 19.33 | - |
| YUV | 69.74 | 157.5 | 201.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 7 | 122 | 0 | 0.96 | 0.29 | 0.32 | 318.43 | 0.92 | 0.35 |
| Hex | AD | 7 | 7A | 0 | 60 | 1D | 20 | 13E | 5C | 23 |
| Octal | 255 | 7 | 172 | 0 | 140 | 35 | 40 | 476 | 134 | 43 |
| Binary | 10101101 | 111 | 1111010 | 0 | 1100000 | 11101 | 100000 | 100111110 | 1011100 | 100011 |
Color Harmonies of #AD077A
Complementary color
Monochromatic Colors of #AD077A
Black with #AD077A
Text Example
Text Example
White with #AD077A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD077A; }
p { color: rgb(173,7,122); }
H1.HeaderClassName
{
color: #AD077A;
}
.AnyTagClassName
{
color: #AD077A;
}
</style>
background-color css
<style>
a { background-color: #AD077A; }
a { background-color: rgb(173,7,122); }
div.DivClassName
{
background-color: #AD077A;
}
.BgClassName
{
background-color: #AD077A;
}
</style>
border-color css
<style>
span { border-color: #AD077A; }
span { border-color: rgb(173,7,122); }
td.TdClassName
{
border-color: #AD077A;
}
.TagClassName
{
border-color: #AD077A;
}
</style>