Shades of Deep Magenta #AD0BBA
Tints of Deep Magenta #AD0BBA
RGB
CMYK
RGB Variations
Color information
#AD0BBA (or 0xAD0BBA) is known color: Deep Magenta. HEX triplet: AD, 0B and BA. RGB value is (173,11,186). Sum of RGB (Red+Green+Blue) = 173+11+186=370 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.76% from 370); Green value is 11 (4.69% from 255 or 2.97% from 370); Blue value is 186 (73.05% from 255 or 50.27% from 370); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD0BBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0BBA is #52F445. Grayscale: #4E4E4E. Windows color (decimal): -5436486 or 12192685. OLE color: 12192685.
HSL color Cylindrical-coordinate representation of color #AD0BBA: hue angle of 295.54º 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 #AD0BBA is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 11 | 186 | - |
| CMYK | 0.07 | 0.94 | 0 | 0.27 |
| HSL | 295.54º | 0.89% | 0.39% | - |
| HSV(B) | 295.54º | 0.94% | 0.73% | - |
| XYZ | 26.22 | 12.67 | 47.52 | - |
| YUV | 79.39 | 188.17 | 194.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 11 | 186 | 0.07 | 0.94 | 0 | 0.27 | 295.54 | 0.89 | 0.39 |
| Hex | AD | B | BA | 7 | 5E | 0 | 1B | 128 | 59 | 27 |
| Octal | 255 | 13 | 272 | 7 | 136 | 0 | 33 | 450 | 131 | 47 |
| Binary | 10101101 | 1011 | 10111010 | 111 | 1011110 | 0 | 11011 | 100101000 | 1011001 | 100111 |
Color Harmonies of #AD0BBA
Complementary color
Monochromatic Colors of #AD0BBA
Black with #AD0BBA
Text Example
Text Example
White with #AD0BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0BBA; }
p { color: rgb(173,11,186); }
H1.HeaderClassName
{
color: #AD0BBA;
}
.AnyTagClassName
{
color: #AD0BBA;
}
</style>
background-color css
<style>
a { background-color: #AD0BBA; }
a { background-color: rgb(173,11,186); }
div.DivClassName
{
background-color: #AD0BBA;
}
.BgClassName
{
background-color: #AD0BBA;
}
</style>
border-color css
<style>
span { border-color: #AD0BBA; }
span { border-color: rgb(173,11,186); }
td.TdClassName
{
border-color: #AD0BBA;
}
.TagClassName
{
border-color: #AD0BBA;
}
</style>