Shades of Deep Magenta #AD11B5
Tints of Deep Magenta #AD11B5
RGB
CMYK
RGB Variations
Color information
#AD11B5 (or 0xAD11B5) is known color: Deep Magenta. HEX triplet: AD, 11 and B5. RGB value is (173,17,181). Sum of RGB (Red+Green+Blue) = 173+17+181=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 17 (7.03% from 255 or 4.58% from 371); Blue value is 181 (71.09% from 255 or 48.79% from 371); Max value from RGB is 181 - color contains mainly: blue. Hex color #AD11B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD11B5 is #52EE4A. Grayscale: #515151. Windows color (decimal): -5434955 or 11866541. OLE color: 11866541.
HSL color Cylindrical-coordinate representation of color #AD11B5: hue angle of 297.07º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD11B5 is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 17 | 181 | - |
| CMYK | 0.04 | 0.91 | 0 | 0.29 |
| HSL | 297.07º | 0.83% | 0.39% | - |
| HSV(B) | 297.07º | 0.91% | 0.71% | - |
| XYZ | 25.77 | 12.62 | 44.79 | - |
| YUV | 82.34 | 183.68 | 192.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 17 | 181 | 0.04 | 0.91 | 0 | 0.29 | 297.07 | 0.83 | 0.39 |
| Hex | AD | 11 | B5 | 4 | 5B | 0 | 1D | 129 | 53 | 27 |
| Octal | 255 | 21 | 265 | 4 | 133 | 0 | 35 | 451 | 123 | 47 |
| Binary | 10101101 | 10001 | 10110101 | 100 | 1011011 | 0 | 11101 | 100101001 | 1010011 | 100111 |
Color Harmonies of #AD11B5
Complementary color
Monochromatic Colors of #AD11B5
Black with #AD11B5
Text Example
Text Example
White with #AD11B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD11B5; }
p { color: rgb(173,17,181); }
H1.HeaderClassName
{
color: #AD11B5;
}
.AnyTagClassName
{
color: #AD11B5;
}
</style>
background-color css
<style>
a { background-color: #AD11B5; }
a { background-color: rgb(173,17,181); }
div.DivClassName
{
background-color: #AD11B5;
}
.BgClassName
{
background-color: #AD11B5;
}
</style>
border-color css
<style>
span { border-color: #AD11B5; }
span { border-color: rgb(173,17,181); }
td.TdClassName
{
border-color: #AD11B5;
}
.TagClassName
{
border-color: #AD11B5;
}
</style>