Shades of Eggplant #AD087B
Tints of Eggplant #AD087B
RGB
CMYK
RGB Variations
Color information
#AD087B (or 0xAD087B) is known color: Eggplant. HEX triplet: AD, 08 and 7B. RGB value is (173,8,123). Sum of RGB (Red+Green+Blue) = 173+8+123=304 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.91% from 304); Green value is 8 (3.52% from 255 or 2.63% from 304); Blue value is 123 (48.44% from 255 or 40.46% from 304); Max value from RGB is 173 - color contains mainly: red. Hex color #AD087B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD087B is #52F784. Grayscale: #464646. Windows color (decimal): -5437317 or 8063149. OLE color: 8063149.
HSL color Cylindrical-coordinate representation of color #AD087B: hue angle of 318.18º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD087B is Cyan = 0, Magento = 0.95, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
RGB | 173 | 8 | 123 | - |
CMYK | 0 | 0.95 | 0.29 | 0.32 |
HSL | 318.18º | 0.91% | 0.35% | - |
HSV(B) | 318.18º | 0.95% | 0.68% | - |
XYZ | 20.9 | 10.49 | 19.66 | - |
YUV | 70.45 | 157.66 | 201.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 8 | 123 | 0 | 0.95 | 0.29 | 0.32 | 318.18 | 0.91 | 0.35 |
Hex | AD | 8 | 7B | 0 | 5F | 1D | 20 | 13E | 5B | 23 |
Octal | 255 | 10 | 173 | 0 | 137 | 35 | 40 | 476 | 133 | 43 |
Binary | 10101101 | 1000 | 1111011 | 0 | 1011111 | 11101 | 100000 | 100111110 | 1011011 | 100011 |
Color Harmonies of #AD087B
Complementary color
Monochromatic Colors of #AD087B
Black with #AD087B
Text Example
Text Example
White with #AD087B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD087B; }
p { color: rgb(173,8,123); }
H1.HeaderClassName
{
color: #AD087B;
}
.AnyTagClassName
{
color: #AD087B;
}
</style>
background-color css
<style>
a { background-color: #AD087B; }
a { background-color: rgb(173,8,123); }
div.DivClassName
{
background-color: #AD087B;
}
.BgClassName
{
background-color: #AD087B;
}
</style>
border-color css
<style>
span { border-color: #AD087B; }
span { border-color: rgb(173,8,123); }
td.TdClassName
{
border-color: #AD087B;
}
.TagClassName
{
border-color: #AD087B;
}
</style>