Shades of Deep Magenta #AD0BAE
Tints of Deep Magenta #AD0BAE
RGB
CMYK
RGB Variations
Color information
#AD0BAE (or 0xAD0BAE) is known color: Deep Magenta. HEX triplet: AD, 0B and AE. RGB value is (173,11,174). Sum of RGB (Red+Green+Blue) = 173+11+174=358 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.32% from 358); Green value is 11 (4.69% from 255 or 3.07% from 358); Blue value is 174 (68.36% from 255 or 48.60% from 358); Max value from RGB is 174 - color contains mainly: blue. Hex color #AD0BAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0BAE is #52F451. Grayscale: #4D4D4D. Windows color (decimal): -5436498 or 11406253. OLE color: 11406253.
HSL color Cylindrical-coordinate representation of color #AD0BAE: hue angle of 299.63º degrees, saturation: 0.88, 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 #AD0BAE is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 11 | 174 | - |
| CMYK | 0.01 | 0.94 | 0 | 0.32 |
| HSL | 299.63º | 0.88% | 0.36% | - |
| HSV(B) | 299.63º | 0.94% | 0.68% | - |
| XYZ | 24.99 | 12.18 | 41.08 | - |
| YUV | 78.02 | 182.17 | 195.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 11 | 174 | 0.01 | 0.94 | 0 | 0.32 | 299.63 | 0.88 | 0.36 |
| Hex | AD | B | AE | 1 | 5E | 0 | 20 | 12C | 58 | 24 |
| Octal | 255 | 13 | 256 | 1 | 136 | 0 | 40 | 454 | 130 | 44 |
| Binary | 10101101 | 1011 | 10101110 | 1 | 1011110 | 0 | 100000 | 100101100 | 1011000 | 100100 |
Color Harmonies of #AD0BAE
Complementary color
Monochromatic Colors of #AD0BAE
Black with #AD0BAE
Text Example
Text Example
White with #AD0BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0BAE; }
p { color: rgb(173,11,174); }
H1.HeaderClassName
{
color: #AD0BAE;
}
.AnyTagClassName
{
color: #AD0BAE;
}
</style>
background-color css
<style>
a { background-color: #AD0BAE; }
a { background-color: rgb(173,11,174); }
div.DivClassName
{
background-color: #AD0BAE;
}
.BgClassName
{
background-color: #AD0BAE;
}
</style>
border-color css
<style>
span { border-color: #AD0BAE; }
span { border-color: rgb(173,11,174); }
td.TdClassName
{
border-color: #AD0BAE;
}
.TagClassName
{
border-color: #AD0BAE;
}
</style>