Shades of Deep Magenta #AD0BAD
Tints of Deep Magenta #AD0BAD
RGB
CMYK
RGB Variations
Color information
#AD0BAD (or 0xAD0BAD) is known color: Deep Magenta. HEX triplet: AD, 0B and AD. RGB value is (173,11,173). Sum of RGB (Red+Green+Blue) = 173+11+173=357 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.46% from 357); Green value is 11 (4.69% from 255 or 3.08% from 357); Blue value is 173 (67.97% from 255 or 48.46% from 357); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD0BAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0BAD is #52F452. Grayscale: #4D4D4D. Windows color (decimal): -5436499 or 11340717. OLE color: 11340717.
HSL color Cylindrical-coordinate representation of color #AD0BAD: hue angle of 300º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD0BAD is Cyan = 0, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 11 | 173 | - |
| CMYK | 0 | 0.94 | 0 | 0.32 |
| HSL | 300º | 0.88% | 0.36% | - |
| HSV(B) | 300º | 0.94% | 0.68% | - |
| XYZ | 24.9 | 12.14 | 40.57 | - |
| YUV | 77.91 | 181.67 | 195.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 11 | 173 | 0 | 0.94 | 0 | 0.32 | 300 | 0.88 | 0.36 |
| Hex | AD | B | AD | 0 | 5E | 0 | 20 | 12C | 58 | 24 |
| Octal | 255 | 13 | 255 | 0 | 136 | 0 | 40 | 454 | 130 | 44 |
| Binary | 10101101 | 1011 | 10101101 | 0 | 1011110 | 0 | 100000 | 100101100 | 1011000 | 100100 |
Color Harmonies of #AD0BAD
Complementary color
Monochromatic Colors of #AD0BAD
Black with #AD0BAD
Text Example
Text Example
White with #AD0BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0BAD; }
p { color: rgb(173,11,173); }
H1.HeaderClassName
{
color: #AD0BAD;
}
.AnyTagClassName
{
color: #AD0BAD;
}
</style>
background-color css
<style>
a { background-color: #AD0BAD; }
a { background-color: rgb(173,11,173); }
div.DivClassName
{
background-color: #AD0BAD;
}
.BgClassName
{
background-color: #AD0BAD;
}
</style>
border-color css
<style>
span { border-color: #AD0BAD; }
span { border-color: rgb(173,11,173); }
td.TdClassName
{
border-color: #AD0BAD;
}
.TagClassName
{
border-color: #AD0BAD;
}
</style>