Shades of Dark Magenta #AD0EA8
Tints of Dark Magenta #AD0EA8
RGB
CMYK
RGB Variations
Color information
#AD0EA8 (or 0xAD0EA8) is known color: Dark Magenta. HEX triplet: AD, 0E and A8. RGB value is (173,14,168). Sum of RGB (Red+Green+Blue) = 173+14+168=355 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.73% from 355); Green value is 14 (5.86% from 255 or 3.94% from 355); Blue value is 168 (66.02% from 255 or 47.32% from 355); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0EA8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0EA8 is #52F157. Grayscale: #4E4E4E. Windows color (decimal): -5435736 or 11013805. OLE color: 11013805.
HSL color Cylindrical-coordinate representation of color #AD0EA8: hue angle of 301.89º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD0EA8 is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 14 | 168 | - |
| CMYK | 0 | 0.92 | 0.03 | 0.32 |
| HSL | 301.89º | 0.85% | 0.37% | - |
| HSV(B) | 301.89º | 0.92% | 0.68% | - |
| XYZ | 24.46 | 12.03 | 38.08 | - |
| YUV | 79.1 | 178.18 | 194.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 14 | 168 | 0 | 0.92 | 0.03 | 0.32 | 301.89 | 0.85 | 0.37 |
| Hex | AD | E | A8 | 0 | 5C | 3 | 20 | 12E | 55 | 25 |
| Octal | 255 | 16 | 250 | 0 | 134 | 3 | 40 | 456 | 125 | 45 |
| Binary | 10101101 | 1110 | 10101000 | 0 | 1011100 | 11 | 100000 | 100101110 | 1010101 | 100101 |
Color Harmonies of #AD0EA8
Complementary color
Monochromatic Colors of #AD0EA8
Black with #AD0EA8
Text Example
Text Example
White with #AD0EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0EA8; }
p { color: rgb(173,14,168); }
H1.HeaderClassName
{
color: #AD0EA8;
}
.AnyTagClassName
{
color: #AD0EA8;
}
</style>
background-color css
<style>
a { background-color: #AD0EA8; }
a { background-color: rgb(173,14,168); }
div.DivClassName
{
background-color: #AD0EA8;
}
.BgClassName
{
background-color: #AD0EA8;
}
</style>
border-color css
<style>
span { border-color: #AD0EA8; }
span { border-color: rgb(173,14,168); }
td.TdClassName
{
border-color: #AD0EA8;
}
.TagClassName
{
border-color: #AD0EA8;
}
</style>