Shades of Deep Magenta #AD11BD
Tints of Deep Magenta #AD11BD
RGB
CMYK
RGB Variations
Color information
#AD11BD (or 0xAD11BD) is known color: Deep Magenta. HEX triplet: AD, 11 and BD. RGB value is (173,17,189). Sum of RGB (Red+Green+Blue) = 173+17+189=379 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.65% from 379); Green value is 17 (7.03% from 255 or 4.49% from 379); Blue value is 189 (74.22% from 255 or 49.87% from 379); Max value from RGB is 189 - color contains mainly: blue. Hex color #AD11BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD11BD is #52EE42. Grayscale: #525252. Windows color (decimal): -5434947 or 12390829. OLE color: 12390829.
HSL color Cylindrical-coordinate representation of color #AD11BD: hue angle of 294.42º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD11BD is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 17 | 189 | - |
| CMYK | 0.08 | 0.91 | 0 | 0.26 |
| HSL | 294.42º | 0.83% | 0.4% | - |
| HSV(B) | 294.42º | 0.91% | 0.74% | - |
| XYZ | 26.62 | 12.96 | 49.24 | - |
| YUV | 83.25 | 187.68 | 192.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 17 | 189 | 0.08 | 0.91 | 0 | 0.26 | 294.42 | 0.83 | 0.4 |
| Hex | AD | 11 | BD | 8 | 5B | 0 | 1A | 126 | 53 | 28 |
| Octal | 255 | 21 | 275 | 10 | 133 | 0 | 32 | 446 | 123 | 50 |
| Binary | 10101101 | 10001 | 10111101 | 1000 | 1011011 | 0 | 11010 | 100100110 | 1010011 | 101000 |
Color Harmonies of #AD11BD
Complementary color
Monochromatic Colors of #AD11BD
Black with #AD11BD
Text Example
Text Example
White with #AD11BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD11BD; }
p { color: rgb(173,17,189); }
H1.HeaderClassName
{
color: #AD11BD;
}
.AnyTagClassName
{
color: #AD11BD;
}
</style>
background-color css
<style>
a { background-color: #AD11BD; }
a { background-color: rgb(173,17,189); }
div.DivClassName
{
background-color: #AD11BD;
}
.BgClassName
{
background-color: #AD11BD;
}
</style>
border-color css
<style>
span { border-color: #AD11BD; }
span { border-color: rgb(173,17,189); }
td.TdClassName
{
border-color: #AD11BD;
}
.TagClassName
{
border-color: #AD11BD;
}
</style>