Shades of Deep Magenta #AD11BF
Tints of Deep Magenta #AD11BF
RGB
CMYK
RGB Variations
Color information
#AD11BF (or 0xAD11BF) is known color: Deep Magenta. HEX triplet: AD, 11 and BF. RGB value is (173,17,191). Sum of RGB (Red+Green+Blue) = 173+17+191=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 17 (7.03% from 255 or 4.46% from 381); Blue value is 191 (75% from 255 or 50.13% from 381); Max value from RGB is 191 - color contains mainly: blue. Hex color #AD11BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD11BF is #52EE40. Grayscale: #525252. Windows color (decimal): -5434945 or 12521901. OLE color: 12521901.
HSL color Cylindrical-coordinate representation of color #AD11BF: hue angle of 293.79º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD11BF is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 17 | 191 | - |
| CMYK | 0.09 | 0.91 | 0 | 0.25 |
| HSL | 293.79º | 0.84% | 0.41% | - |
| HSV(B) | 293.79º | 0.91% | 0.75% | - |
| XYZ | 26.84 | 13.05 | 50.39 | - |
| YUV | 83.48 | 188.68 | 191.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 17 | 191 | 0.09 | 0.91 | 0 | 0.25 | 293.79 | 0.84 | 0.41 |
| Hex | AD | 11 | BF | 9 | 5B | 0 | 19 | 126 | 54 | 29 |
| Octal | 255 | 21 | 277 | 11 | 133 | 0 | 31 | 446 | 124 | 51 |
| Binary | 10101101 | 10001 | 10111111 | 1001 | 1011011 | 0 | 11001 | 100100110 | 1010100 | 101001 |
Color Harmonies of #AD11BF
Complementary color
Monochromatic Colors of #AD11BF
Black with #AD11BF
Text Example
Text Example
White with #AD11BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD11BF; }
p { color: rgb(173,17,191); }
H1.HeaderClassName
{
color: #AD11BF;
}
.AnyTagClassName
{
color: #AD11BF;
}
</style>
background-color css
<style>
a { background-color: #AD11BF; }
a { background-color: rgb(173,17,191); }
div.DivClassName
{
background-color: #AD11BF;
}
.BgClassName
{
background-color: #AD11BF;
}
</style>
border-color css
<style>
span { border-color: #AD11BF; }
span { border-color: rgb(173,17,191); }
td.TdClassName
{
border-color: #AD11BF;
}
.TagClassName
{
border-color: #AD11BF;
}
</style>