Shades of Deep Magenta #AD13AD
Tints of Deep Magenta #AD13AD
RGB
CMYK
RGB Variations
Color information
#AD13AD (or 0xAD13AD) is known color: Deep Magenta. HEX triplet: AD, 13 and AD. RGB value is (173,19,173). Sum of RGB (Red+Green+Blue) = 173+19+173=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 19 (7.81% from 255 or 5.21% from 365); Blue value is 173 (67.97% from 255 or 47.40% from 365); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD13AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD13AD is #52EC52. Grayscale: #525252. Windows color (decimal): -5434451 or 11342765. OLE color: 11342765.
HSL color Cylindrical-coordinate representation of color #AD13AD: hue angle of 300º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AD13AD is Cyan = 0, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 19 | 173 | - |
| CMYK | 0 | 0.89 | 0 | 0.32 |
| HSL | 300º | 0.8% | 0.38% | - |
| HSV(B) | 300º | 0.89% | 0.68% | - |
| XYZ | 25.01 | 12.37 | 40.6 | - |
| YUV | 82.6 | 179.02 | 192.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 19 | 173 | 0 | 0.89 | 0 | 0.32 | 300 | 0.8 | 0.38 |
| Hex | AD | 13 | AD | 0 | 59 | 0 | 20 | 12C | 50 | 26 |
| Octal | 255 | 23 | 255 | 0 | 131 | 0 | 40 | 454 | 120 | 46 |
| Binary | 10101101 | 10011 | 10101101 | 0 | 1011001 | 0 | 100000 | 100101100 | 1010000 | 100110 |
Color Harmonies of #AD13AD
Complementary color
Monochromatic Colors of #AD13AD
Black with #AD13AD
Text Example
Text Example
White with #AD13AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD13AD; }
p { color: rgb(173,19,173); }
H1.HeaderClassName
{
color: #AD13AD;
}
.AnyTagClassName
{
color: #AD13AD;
}
</style>
background-color css
<style>
a { background-color: #AD13AD; }
a { background-color: rgb(173,19,173); }
div.DivClassName
{
background-color: #AD13AD;
}
.BgClassName
{
background-color: #AD13AD;
}
</style>
border-color css
<style>
span { border-color: #AD13AD; }
span { border-color: rgb(173,19,173); }
td.TdClassName
{
border-color: #AD13AD;
}
.TagClassName
{
border-color: #AD13AD;
}
</style>