Shades of Deep Magenta #AD0BBB
Tints of Deep Magenta #AD0BBB
RGB
CMYK
RGB Variations
Color information
#AD0BBB (or 0xAD0BBB) is known color: Deep Magenta. HEX triplet: AD, 0B and BB. RGB value is (173,11,187). Sum of RGB (Red+Green+Blue) = 173+11+187=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 11 (4.69% from 255 or 2.96% from 371); Blue value is 187 (73.44% from 255 or 50.40% from 371); Max value from RGB is 187 - color contains mainly: blue. Hex color #AD0BBB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0BBB is #52F444. Grayscale: #4E4E4E. Windows color (decimal): -5436485 or 12258221. OLE color: 12258221.
HSL color Cylindrical-coordinate representation of color #AD0BBB: hue angle of 295.23º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD0BBB is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 11 | 187 | - |
| CMYK | 0.07 | 0.94 | 0 | 0.27 |
| HSL | 295.23º | 0.89% | 0.39% | - |
| HSV(B) | 295.23º | 0.94% | 0.73% | - |
| XYZ | 26.32 | 12.71 | 48.08 | - |
| YUV | 79.5 | 188.67 | 194.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 11 | 187 | 0.07 | 0.94 | 0 | 0.27 | 295.23 | 0.89 | 0.39 |
| Hex | AD | B | BB | 7 | 5E | 0 | 1B | 127 | 59 | 27 |
| Octal | 255 | 13 | 273 | 7 | 136 | 0 | 33 | 447 | 131 | 47 |
| Binary | 10101101 | 1011 | 10111011 | 111 | 1011110 | 0 | 11011 | 100100111 | 1011001 | 100111 |
Color Harmonies of #AD0BBB
Complementary color
Monochromatic Colors of #AD0BBB
Black with #AD0BBB
Text Example
Text Example
White with #AD0BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0BBB; }
p { color: rgb(173,11,187); }
H1.HeaderClassName
{
color: #AD0BBB;
}
.AnyTagClassName
{
color: #AD0BBB;
}
</style>
background-color css
<style>
a { background-color: #AD0BBB; }
a { background-color: rgb(173,11,187); }
div.DivClassName
{
background-color: #AD0BBB;
}
.BgClassName
{
background-color: #AD0BBB;
}
</style>
border-color css
<style>
span { border-color: #AD0BBB; }
span { border-color: rgb(173,11,187); }
td.TdClassName
{
border-color: #AD0BBB;
}
.TagClassName
{
border-color: #AD0BBB;
}
</style>