Shades of Deep Magenta #AD0BB9
Tints of Deep Magenta #AD0BB9
RGB
CMYK
RGB Variations
Color information
#AD0BB9 (or 0xAD0BB9) is known color: Deep Magenta. HEX triplet: AD, 0B and B9. RGB value is (173,11,185). Sum of RGB (Red+Green+Blue) = 173+11+185=369 (48% of max value = 765). Red value is 173 (67.97% from 255 or 46.88% from 369); Green value is 11 (4.69% from 255 or 2.98% from 369); Blue value is 185 (72.66% from 255 or 50.14% from 369); Max value from RGB is 185 - color contains mainly: blue. Hex color #AD0BB9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0BB9 is #52F446. Grayscale: #4E4E4E. Windows color (decimal): -5436487 or 12127149. OLE color: 12127149.
HSL color Cylindrical-coordinate representation of color #AD0BB9: hue angle of 295.86º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD0BB9 is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 11 | 185 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.27 |
| HSL | 295.86º | 0.89% | 0.38% | - |
| HSV(B) | 295.86º | 0.94% | 0.73% | - |
| XYZ | 26.11 | 12.63 | 46.96 | - |
| YUV | 79.27 | 187.67 | 194.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 11 | 185 | 0.06 | 0.94 | 0 | 0.27 | 295.86 | 0.89 | 0.38 |
| Hex | AD | B | B9 | 6 | 5E | 0 | 1B | 128 | 59 | 26 |
| Octal | 255 | 13 | 271 | 6 | 136 | 0 | 33 | 450 | 131 | 46 |
| Binary | 10101101 | 1011 | 10111001 | 110 | 1011110 | 0 | 11011 | 100101000 | 1011001 | 100110 |
Color Harmonies of #AD0BB9
Complementary color
Monochromatic Colors of #AD0BB9
Black with #AD0BB9
Text Example
Text Example
White with #AD0BB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0BB9; }
p { color: rgb(173,11,185); }
H1.HeaderClassName
{
color: #AD0BB9;
}
.AnyTagClassName
{
color: #AD0BB9;
}
</style>
background-color css
<style>
a { background-color: #AD0BB9; }
a { background-color: rgb(173,11,185); }
div.DivClassName
{
background-color: #AD0BB9;
}
.BgClassName
{
background-color: #AD0BB9;
}
</style>
border-color css
<style>
span { border-color: #AD0BB9; }
span { border-color: rgb(173,11,185); }
td.TdClassName
{
border-color: #AD0BB9;
}
.TagClassName
{
border-color: #AD0BB9;
}
</style>