Shades of Eggplant #AD067B
Tints of Eggplant #AD067B
RGB
CMYK
RGB Variations
Color information
#AD067B (or 0xAD067B) is known color: Eggplant. HEX triplet: AD, 06 and 7B. RGB value is (173,6,123). Sum of RGB (Red+Green+Blue) = 173+6+123=302 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.28% from 302); Green value is 6 (2.73% from 255 or 1.99% from 302); Blue value is 123 (48.44% from 255 or 40.73% from 302); Max value from RGB is 173 - color contains mainly: red. Hex color #AD067B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD067B is #52F984. Grayscale: #444444. Windows color (decimal): -5437829 or 8062637. OLE color: 8062637.
HSL color Cylindrical-coordinate representation of color #AD067B: hue angle of 317.96º 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 #AD067B is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 6 | 123 | - |
| CMYK | 0 | 0.97 | 0.29 | 0.32 |
| HSL | 317.96º | 0.93% | 0.35% | - |
| HSV(B) | 317.96º | 0.97% | 0.68% | - |
| XYZ | 20.87 | 10.44 | 19.65 | - |
| YUV | 69.27 | 158.33 | 201.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 6 | 123 | 0 | 0.97 | 0.29 | 0.32 | 317.96 | 0.93 | 0.35 |
| Hex | AD | 6 | 7B | 0 | 61 | 1D | 20 | 13E | 5D | 23 |
| Octal | 255 | 6 | 173 | 0 | 141 | 35 | 40 | 476 | 135 | 43 |
| Binary | 10101101 | 110 | 1111011 | 0 | 1100001 | 11101 | 100000 | 100111110 | 1011101 | 100011 |
Color Harmonies of #AD067B
Complementary color
Monochromatic Colors of #AD067B
Black with #AD067B
Text Example
Text Example
White with #AD067B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD067B; }
p { color: rgb(173,6,123); }
H1.HeaderClassName
{
color: #AD067B;
}
.AnyTagClassName
{
color: #AD067B;
}
</style>
background-color css
<style>
a { background-color: #AD067B; }
a { background-color: rgb(173,6,123); }
div.DivClassName
{
background-color: #AD067B;
}
.BgClassName
{
background-color: #AD067B;
}
</style>
border-color css
<style>
span { border-color: #AD067B; }
span { border-color: rgb(173,6,123); }
td.TdClassName
{
border-color: #AD067B;
}
.TagClassName
{
border-color: #AD067B;
}
</style>