Shades of Deep Magenta #AD13AB
Tints of Deep Magenta #AD13AB
RGB
CMYK
RGB Variations
Color information
#AD13AB (or 0xAD13AB) is known color: Deep Magenta. HEX triplet: AD, 13 and AB. RGB value is (173,19,171). Sum of RGB (Red+Green+Blue) = 173+19+171=363 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.66% from 363); Green value is 19 (7.81% from 255 or 5.23% from 363); Blue value is 171 (67.19% from 255 or 47.11% from 363); Max value from RGB is 173 - color contains mainly: red. Hex color #AD13AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD13AB is #52EC54. Grayscale: #515151. Windows color (decimal): -5434453 or 11211693. OLE color: 11211693.
HSL color Cylindrical-coordinate representation of color #AD13AB: hue angle of 300.78º 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 #AD13AB is Cyan = 0, Magento = 0.89, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 19 | 171 | - |
| CMYK | 0 | 0.89 | 0.01 | 0.32 |
| HSL | 300.78º | 0.8% | 0.38% | - |
| HSV(B) | 300.78º | 0.89% | 0.68% | - |
| XYZ | 24.82 | 12.29 | 39.59 | - |
| YUV | 82.37 | 178.02 | 192.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 19 | 171 | 0 | 0.89 | 0.01 | 0.32 | 300.78 | 0.8 | 0.38 |
| Hex | AD | 13 | AB | 0 | 59 | 1 | 20 | 12D | 50 | 26 |
| Octal | 255 | 23 | 253 | 0 | 131 | 1 | 40 | 455 | 120 | 46 |
| Binary | 10101101 | 10011 | 10101011 | 0 | 1011001 | 1 | 100000 | 100101101 | 1010000 | 100110 |
Color Harmonies of #AD13AB
Complementary color
Monochromatic Colors of #AD13AB
Black with #AD13AB
Text Example
Text Example
White with #AD13AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD13AB; }
p { color: rgb(173,19,171); }
H1.HeaderClassName
{
color: #AD13AB;
}
.AnyTagClassName
{
color: #AD13AB;
}
</style>
background-color css
<style>
a { background-color: #AD13AB; }
a { background-color: rgb(173,19,171); }
div.DivClassName
{
background-color: #AD13AB;
}
.BgClassName
{
background-color: #AD13AB;
}
</style>
border-color css
<style>
span { border-color: #AD13AB; }
span { border-color: rgb(173,19,171); }
td.TdClassName
{
border-color: #AD13AB;
}
.TagClassName
{
border-color: #AD13AB;
}
</style>