Shades of Deep Magenta #AD13B7
Tints of Deep Magenta #AD13B7
RGB
CMYK
RGB Variations
Color information
#AD13B7 (or 0xAD13B7) is known color: Deep Magenta. HEX triplet: AD, 13 and B7. RGB value is (173,19,183). Sum of RGB (Red+Green+Blue) = 173+19+183=375 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.13% from 375); Green value is 19 (7.81% from 255 or 5.07% from 375); Blue value is 183 (71.88% from 255 or 48.8% from 375); Max value from RGB is 183 - color contains mainly: blue. Hex color #AD13B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD13B7 is #52EC48. Grayscale: #535353. Windows color (decimal): -5434441 or 11998125. OLE color: 11998125.
HSL color Cylindrical-coordinate representation of color #AD13B7: hue angle of 296.34º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD13B7 is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 19 | 183 | - |
| CMYK | 0.05 | 0.90 | 0 | 0.28 |
| HSL | 296.34º | 0.81% | 0.4% | - |
| HSV(B) | 296.34º | 0.9% | 0.72% | - |
| XYZ | 26.01 | 12.77 | 45.89 | - |
| YUV | 83.74 | 184.02 | 191.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 19 | 183 | 0.05 | 0.90 | 0 | 0.28 | 296.34 | 0.81 | 0.4 |
| Hex | AD | 13 | B7 | 5 | 5A | 0 | 1C | 128 | 51 | 28 |
| Octal | 255 | 23 | 267 | 5 | 132 | 0 | 34 | 450 | 121 | 50 |
| Binary | 10101101 | 10011 | 10110111 | 101 | 1011010 | 0 | 11100 | 100101000 | 1010001 | 101000 |
Color Harmonies of #AD13B7
Complementary color
Monochromatic Colors of #AD13B7
Black with #AD13B7
Text Example
Text Example
White with #AD13B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD13B7; }
p { color: rgb(173,19,183); }
H1.HeaderClassName
{
color: #AD13B7;
}
.AnyTagClassName
{
color: #AD13B7;
}
</style>
background-color css
<style>
a { background-color: #AD13B7; }
a { background-color: rgb(173,19,183); }
div.DivClassName
{
background-color: #AD13B7;
}
.BgClassName
{
background-color: #AD13B7;
}
</style>
border-color css
<style>
span { border-color: #AD13B7; }
span { border-color: rgb(173,19,183); }
td.TdClassName
{
border-color: #AD13B7;
}
.TagClassName
{
border-color: #AD13B7;
}
</style>