Shades of Deep Magenta #AD0EAC
Tints of Deep Magenta #AD0EAC
RGB
CMYK
RGB Variations
Color information
#AD0EAC (or 0xAD0EAC) is known color: Deep Magenta. HEX triplet: AD, 0E and AC. RGB value is (173,14,172). Sum of RGB (Red+Green+Blue) = 173+14+172=359 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.19% from 359); Green value is 14 (5.86% from 255 or 3.90% from 359); Blue value is 172 (67.58% from 255 or 47.91% from 359); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0EAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0EAC is #52F153. Grayscale: #4F4F4F. Windows color (decimal): -5435732 or 11275949. OLE color: 11275949.
HSL color Cylindrical-coordinate representation of color #AD0EAC: hue angle of 300.38º 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 #AD0EAC is Cyan = 0, Magento = 0.92, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 14 | 172 | - |
| CMYK | 0 | 0.92 | 0.01 | 0.32 |
| HSL | 300.38º | 0.85% | 0.37% | - |
| HSV(B) | 300.38º | 0.92% | 0.68% | - |
| XYZ | 24.84 | 12.18 | 40.07 | - |
| YUV | 79.55 | 180.18 | 194.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 14 | 172 | 0 | 0.92 | 0.01 | 0.32 | 300.38 | 0.85 | 0.37 |
| Hex | AD | E | AC | 0 | 5C | 1 | 20 | 12C | 55 | 25 |
| Octal | 255 | 16 | 254 | 0 | 134 | 1 | 40 | 454 | 125 | 45 |
| Binary | 10101101 | 1110 | 10101100 | 0 | 1011100 | 1 | 100000 | 100101100 | 1010101 | 100101 |
Color Harmonies of #AD0EAC
Complementary color
Monochromatic Colors of #AD0EAC
Black with #AD0EAC
Text Example
Text Example
White with #AD0EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0EAC; }
p { color: rgb(173,14,172); }
H1.HeaderClassName
{
color: #AD0EAC;
}
.AnyTagClassName
{
color: #AD0EAC;
}
</style>
background-color css
<style>
a { background-color: #AD0EAC; }
a { background-color: rgb(173,14,172); }
div.DivClassName
{
background-color: #AD0EAC;
}
.BgClassName
{
background-color: #AD0EAC;
}
</style>
border-color css
<style>
span { border-color: #AD0EAC; }
span { border-color: rgb(173,14,172); }
td.TdClassName
{
border-color: #AD0EAC;
}
.TagClassName
{
border-color: #AD0EAC;
}
</style>