Shades of Deep Magenta #AD0BBF
Tints of Deep Magenta #AD0BBF
RGB
CMYK
RGB Variations
Color information
#AD0BBF (or 0xAD0BBF) is known color: Deep Magenta. HEX triplet: AD, 0B and BF. RGB value is (173,11,191). Sum of RGB (Red+Green+Blue) = 173+11+191=375 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.13% from 375); Green value is 11 (4.69% from 255 or 2.93% from 375); Blue value is 191 (75% from 255 or 50.93% from 375); Max value from RGB is 191 - color contains mainly: blue. Hex color #AD0BBF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0BBF is #52F440. Grayscale: #4F4F4F. Windows color (decimal): -5436481 or 12520365. OLE color: 12520365.
HSL color Cylindrical-coordinate representation of color #AD0BBF: hue angle of 294º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD0BBF is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 11 | 191 | - |
| CMYK | 0.09 | 0.94 | 0 | 0.25 |
| HSL | 294º | 0.89% | 0.4% | - |
| HSV(B) | 294º | 0.94% | 0.75% | - |
| XYZ | 26.76 | 12.89 | 50.37 | - |
| YUV | 79.96 | 190.67 | 194.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 11 | 191 | 0.09 | 0.94 | 0 | 0.25 | 294 | 0.89 | 0.4 |
| Hex | AD | B | BF | 9 | 5E | 0 | 19 | 126 | 59 | 28 |
| Octal | 255 | 13 | 277 | 11 | 136 | 0 | 31 | 446 | 131 | 50 |
| Binary | 10101101 | 1011 | 10111111 | 1001 | 1011110 | 0 | 11001 | 100100110 | 1011001 | 101000 |
Color Harmonies of #AD0BBF
Complementary color
Monochromatic Colors of #AD0BBF
Black with #AD0BBF
Text Example
Text Example
White with #AD0BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0BBF; }
p { color: rgb(173,11,191); }
H1.HeaderClassName
{
color: #AD0BBF;
}
.AnyTagClassName
{
color: #AD0BBF;
}
</style>
background-color css
<style>
a { background-color: #AD0BBF; }
a { background-color: rgb(173,11,191); }
div.DivClassName
{
background-color: #AD0BBF;
}
.BgClassName
{
background-color: #AD0BBF;
}
</style>
border-color css
<style>
span { border-color: #AD0BBF; }
span { border-color: rgb(173,11,191); }
td.TdClassName
{
border-color: #AD0BBF;
}
.TagClassName
{
border-color: #AD0BBF;
}
</style>