Shades of Deep Magenta #AD11AE
Tints of Deep Magenta #AD11AE
RGB
CMYK
RGB Variations
Color information
#AD11AE (or 0xAD11AE) is known color: Deep Magenta. HEX triplet: AD, 11 and AE. RGB value is (173,17,174). Sum of RGB (Red+Green+Blue) = 173+17+174=364 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.53% from 364); Green value is 17 (7.03% from 255 or 4.67% from 364); Blue value is 174 (68.36% from 255 or 47.80% from 364); Max value from RGB is 174 - color contains mainly: blue. Hex color #AD11AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD11AE is #52EE51. Grayscale: #515151. Windows color (decimal): -5434962 or 11407789. OLE color: 11407789.
HSL color Cylindrical-coordinate representation of color #AD11AE: hue angle of 299.62º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD11AE is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 17 | 174 | - |
| CMYK | 0.01 | 0.90 | 0 | 0.32 |
| HSL | 299.62º | 0.82% | 0.37% | - |
| HSV(B) | 299.62º | 0.9% | 0.68% | - |
| XYZ | 25.07 | 12.34 | 41.1 | - |
| YUV | 81.54 | 180.18 | 193.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 17 | 174 | 0.01 | 0.90 | 0 | 0.32 | 299.62 | 0.82 | 0.37 |
| Hex | AD | 11 | AE | 1 | 5A | 0 | 20 | 12C | 52 | 25 |
| Octal | 255 | 21 | 256 | 1 | 132 | 0 | 40 | 454 | 122 | 45 |
| Binary | 10101101 | 10001 | 10101110 | 1 | 1011010 | 0 | 100000 | 100101100 | 1010010 | 100101 |
Color Harmonies of #AD11AE
Complementary color
Monochromatic Colors of #AD11AE
Black with #AD11AE
Text Example
Text Example
White with #AD11AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD11AE; }
p { color: rgb(173,17,174); }
H1.HeaderClassName
{
color: #AD11AE;
}
.AnyTagClassName
{
color: #AD11AE;
}
</style>
background-color css
<style>
a { background-color: #AD11AE; }
a { background-color: rgb(173,17,174); }
div.DivClassName
{
background-color: #AD11AE;
}
.BgClassName
{
background-color: #AD11AE;
}
</style>
border-color css
<style>
span { border-color: #AD11AE; }
span { border-color: rgb(173,17,174); }
td.TdClassName
{
border-color: #AD11AE;
}
.TagClassName
{
border-color: #AD11AE;
}
</style>