Shades of Eggplant #AD037B
Tints of Eggplant #AD037B
RGB
CMYK
RGB Variations
Color information
#AD037B (or 0xAD037B) is known color: Eggplant. HEX triplet: AD, 03 and 7B. RGB value is (173,3,123). Sum of RGB (Red+Green+Blue) = 173+3+123=299 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.86% from 299); Green value is 3 (1.56% from 255 or 1.00% from 299); Blue value is 123 (48.44% from 255 or 41.14% from 299); Max value from RGB is 173 - color contains mainly: red. Hex color #AD037B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD037B is #52FC84. Grayscale: #434343. Windows color (decimal): -5438597 or 8061869. OLE color: 8061869.
HSL color Cylindrical-coordinate representation of color #AD037B: hue angle of 317.65º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD037B is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 3 | 123 | - |
| CMYK | 0 | 0.98 | 0.29 | 0.32 |
| HSL | 317.65º | 0.97% | 0.35% | - |
| HSV(B) | 317.65º | 0.98% | 0.68% | - |
| XYZ | 20.84 | 10.38 | 19.64 | - |
| YUV | 67.51 | 159.32 | 203.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 3 | 123 | 0 | 0.98 | 0.29 | 0.32 | 317.65 | 0.97 | 0.35 |
| Hex | AD | 3 | 7B | 0 | 62 | 1D | 20 | 13E | 61 | 23 |
| Octal | 255 | 3 | 173 | 0 | 142 | 35 | 40 | 476 | 141 | 43 |
| Binary | 10101101 | 11 | 1111011 | 0 | 1100010 | 11101 | 100000 | 100111110 | 1100001 | 100011 |
Color Harmonies of #AD037B
Complementary color
Monochromatic Colors of #AD037B
Black with #AD037B
Text Example
Text Example
White with #AD037B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD037B; }
p { color: rgb(173,3,123); }
H1.HeaderClassName
{
color: #AD037B;
}
.AnyTagClassName
{
color: #AD037B;
}
</style>
background-color css
<style>
a { background-color: #AD037B; }
a { background-color: rgb(173,3,123); }
div.DivClassName
{
background-color: #AD037B;
}
.BgClassName
{
background-color: #AD037B;
}
</style>
border-color css
<style>
span { border-color: #AD037B; }
span { border-color: rgb(173,3,123); }
td.TdClassName
{
border-color: #AD037B;
}
.TagClassName
{
border-color: #AD037B;
}
</style>