Shades of Deep Magenta #AD0BBC
Tints of Deep Magenta #AD0BBC
RGB
CMYK
RGB Variations
Color information
#AD0BBC (or 0xAD0BBC) is known color: Deep Magenta. HEX triplet: AD, 0B and BC. RGB value is (173,11,188). Sum of RGB (Red+Green+Blue) = 173+11+188=372 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.51% from 372); Green value is 11 (4.69% from 255 or 2.96% from 372); Blue value is 188 (73.83% from 255 or 50.54% from 372); Max value from RGB is 188 - color contains mainly: blue. Hex color #AD0BBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0BBC is #52F443. Grayscale: #4F4F4F. Windows color (decimal): -5436484 or 12323757. OLE color: 12323757.
HSL color Cylindrical-coordinate representation of color #AD0BBC: hue angle of 294.92º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD0BBC is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 11 | 188 | - |
| CMYK | 0.08 | 0.94 | 0 | 0.26 |
| HSL | 294.92º | 0.89% | 0.39% | - |
| HSV(B) | 294.92º | 0.94% | 0.74% | - |
| XYZ | 26.43 | 12.75 | 48.65 | - |
| YUV | 79.62 | 189.17 | 194.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 11 | 188 | 0.08 | 0.94 | 0 | 0.26 | 294.92 | 0.89 | 0.39 |
| Hex | AD | B | BC | 8 | 5E | 0 | 1A | 127 | 59 | 27 |
| Octal | 255 | 13 | 274 | 10 | 136 | 0 | 32 | 447 | 131 | 47 |
| Binary | 10101101 | 1011 | 10111100 | 1000 | 1011110 | 0 | 11010 | 100100111 | 1011001 | 100111 |
Color Harmonies of #AD0BBC
Complementary color
Monochromatic Colors of #AD0BBC
Black with #AD0BBC
Text Example
Text Example
White with #AD0BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0BBC; }
p { color: rgb(173,11,188); }
H1.HeaderClassName
{
color: #AD0BBC;
}
.AnyTagClassName
{
color: #AD0BBC;
}
</style>
background-color css
<style>
a { background-color: #AD0BBC; }
a { background-color: rgb(173,11,188); }
div.DivClassName
{
background-color: #AD0BBC;
}
.BgClassName
{
background-color: #AD0BBC;
}
</style>
border-color css
<style>
span { border-color: #AD0BBC; }
span { border-color: rgb(173,11,188); }
td.TdClassName
{
border-color: #AD0BBC;
}
.TagClassName
{
border-color: #AD0BBC;
}
</style>