Shades of Deep Magenta #AD0AAE
Tints of Deep Magenta #AD0AAE
RGB
CMYK
RGB Variations
Color information
#AD0AAE (or 0xAD0AAE) is known color: Deep Magenta. HEX triplet: AD, 0A and AE. RGB value is (173,10,174). Sum of RGB (Red+Green+Blue) = 173+10+174=357 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.46% from 357); Green value is 10 (4.30% from 255 or 2.80% from 357); Blue value is 174 (68.36% from 255 or 48.74% from 357); Max value from RGB is 174 - color contains mainly: blue. Hex color #AD0AAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0AAE is #52F551. Grayscale: #4C4C4C. Windows color (decimal): -5436754 or 11405997. OLE color: 11405997.
HSL color Cylindrical-coordinate representation of color #AD0AAE: hue angle of 299.63º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD0AAE is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 10 | 174 | - |
| CMYK | 0.01 | 0.94 | 0 | 0.32 |
| HSL | 299.63º | 0.89% | 0.36% | - |
| HSV(B) | 299.63º | 0.94% | 0.68% | - |
| XYZ | 24.98 | 12.16 | 41.07 | - |
| YUV | 77.43 | 182.5 | 196.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 10 | 174 | 0.01 | 0.94 | 0 | 0.32 | 299.63 | 0.89 | 0.36 |
| Hex | AD | A | AE | 1 | 5E | 0 | 20 | 12C | 59 | 24 |
| Octal | 255 | 12 | 256 | 1 | 136 | 0 | 40 | 454 | 131 | 44 |
| Binary | 10101101 | 1010 | 10101110 | 1 | 1011110 | 0 | 100000 | 100101100 | 1011001 | 100100 |
Color Harmonies of #AD0AAE
Complementary color
Monochromatic Colors of #AD0AAE
Black with #AD0AAE
Text Example
Text Example
White with #AD0AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0AAE; }
p { color: rgb(173,10,174); }
H1.HeaderClassName
{
color: #AD0AAE;
}
.AnyTagClassName
{
color: #AD0AAE;
}
</style>
background-color css
<style>
a { background-color: #AD0AAE; }
a { background-color: rgb(173,10,174); }
div.DivClassName
{
background-color: #AD0AAE;
}
.BgClassName
{
background-color: #AD0AAE;
}
</style>
border-color css
<style>
span { border-color: #AD0AAE; }
span { border-color: rgb(173,10,174); }
td.TdClassName
{
border-color: #AD0AAE;
}
.TagClassName
{
border-color: #AD0AAE;
}
</style>