Shades of Eggplant #AD067A
Tints of Eggplant #AD067A
RGB
CMYK
RGB Variations
Color information
#AD067A (or 0xAD067A) is known color: Eggplant. HEX triplet: AD, 06 and 7A. RGB value is (173,6,122). Sum of RGB (Red+Green+Blue) = 173+6+122=301 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.48% from 301); Green value is 6 (2.73% from 255 or 1.99% from 301); Blue value is 122 (48.05% from 255 or 40.53% from 301); Max value from RGB is 173 - color contains mainly: red. Hex color #AD067A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD067A is #52F985. Grayscale: #444444. Windows color (decimal): -5437830 or 7997101. OLE color: 7997101.
HSL color Cylindrical-coordinate representation of color #AD067A: hue angle of 318.32º degrees, saturation: 0.93, 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 #AD067A is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 6 | 122 | - |
| CMYK | 0 | 0.97 | 0.29 | 0.32 |
| HSL | 318.32º | 0.93% | 0.35% | - |
| HSV(B) | 318.32º | 0.97% | 0.68% | - |
| XYZ | 20.81 | 10.42 | 19.33 | - |
| YUV | 69.16 | 157.83 | 202.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 6 | 122 | 0 | 0.97 | 0.29 | 0.32 | 318.32 | 0.93 | 0.35 |
| Hex | AD | 6 | 7A | 0 | 61 | 1D | 20 | 13E | 5D | 23 |
| Octal | 255 | 6 | 172 | 0 | 141 | 35 | 40 | 476 | 135 | 43 |
| Binary | 10101101 | 110 | 1111010 | 0 | 1100001 | 11101 | 100000 | 100111110 | 1011101 | 100011 |
Color Harmonies of #AD067A
Complementary color
Monochromatic Colors of #AD067A
Black with #AD067A
Text Example
Text Example
White with #AD067A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD067A; }
p { color: rgb(173,6,122); }
H1.HeaderClassName
{
color: #AD067A;
}
.AnyTagClassName
{
color: #AD067A;
}
</style>
background-color css
<style>
a { background-color: #AD067A; }
a { background-color: rgb(173,6,122); }
div.DivClassName
{
background-color: #AD067A;
}
.BgClassName
{
background-color: #AD067A;
}
</style>
border-color css
<style>
span { border-color: #AD067A; }
span { border-color: rgb(173,6,122); }
td.TdClassName
{
border-color: #AD067A;
}
.TagClassName
{
border-color: #AD067A;
}
</style>