Shades of Deep Magenta #AD0DAE
Tints of Deep Magenta #AD0DAE
RGB
CMYK
RGB Variations
Color information
#AD0DAE (or 0xAD0DAE) is known color: Deep Magenta. HEX triplet: AD, 0D and AE. RGB value is (173,13,174). Sum of RGB (Red+Green+Blue) = 173+13+174=360 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.06% from 360); Green value is 13 (5.47% from 255 or 3.61% from 360); Blue value is 174 (68.36% from 255 or 48.33% from 360); Max value from RGB is 174 - color contains mainly: blue. Hex color #AD0DAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0DAE is #52F251. Grayscale: #4E4E4E. Windows color (decimal): -5435986 or 11406765. OLE color: 11406765.
HSL color Cylindrical-coordinate representation of color #AD0DAE: hue angle of 299.63º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AD0DAE is Cyan = 0.01, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 13 | 174 | - |
| CMYK | 0.01 | 0.93 | 0 | 0.32 |
| HSL | 299.63º | 0.86% | 0.37% | - |
| HSV(B) | 299.63º | 0.93% | 0.68% | - |
| XYZ | 25.02 | 12.23 | 41.09 | - |
| YUV | 79.19 | 181.51 | 194.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 13 | 174 | 0.01 | 0.93 | 0 | 0.32 | 299.63 | 0.86 | 0.37 |
| Hex | AD | D | AE | 1 | 5D | 0 | 20 | 12C | 56 | 25 |
| Octal | 255 | 15 | 256 | 1 | 135 | 0 | 40 | 454 | 126 | 45 |
| Binary | 10101101 | 1101 | 10101110 | 1 | 1011101 | 0 | 100000 | 100101100 | 1010110 | 100101 |
Color Harmonies of #AD0DAE
Complementary color
Monochromatic Colors of #AD0DAE
Black with #AD0DAE
Text Example
Text Example
White with #AD0DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0DAE; }
p { color: rgb(173,13,174); }
H1.HeaderClassName
{
color: #AD0DAE;
}
.AnyTagClassName
{
color: #AD0DAE;
}
</style>
background-color css
<style>
a { background-color: #AD0DAE; }
a { background-color: rgb(173,13,174); }
div.DivClassName
{
background-color: #AD0DAE;
}
.BgClassName
{
background-color: #AD0DAE;
}
</style>
border-color css
<style>
span { border-color: #AD0DAE; }
span { border-color: rgb(173,13,174); }
td.TdClassName
{
border-color: #AD0DAE;
}
.TagClassName
{
border-color: #AD0DAE;
}
</style>