Shades of Deep Magenta #AD13AF
Tints of Deep Magenta #AD13AF
RGB
CMYK
RGB Variations
Color information
#AD13AF (or 0xAD13AF) is known color: Deep Magenta. HEX triplet: AD, 13 and AF. RGB value is (173,19,175). Sum of RGB (Red+Green+Blue) = 173+19+175=367 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.14% from 367); Green value is 19 (7.81% from 255 or 5.18% from 367); Blue value is 175 (68.75% from 255 or 47.68% from 367); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD13AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD13AF is #52EC50. Grayscale: #525252. Windows color (decimal): -5434449 or 11473837. OLE color: 11473837.
HSL color Cylindrical-coordinate representation of color #AD13AF: hue angle of 299.23º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AD13AF is Cyan = 0.01, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 19 | 175 | - |
| CMYK | 0.01 | 0.89 | 0 | 0.31 |
| HSL | 299.23º | 0.8% | 0.38% | - |
| HSV(B) | 299.23º | 0.89% | 0.69% | - |
| XYZ | 25.2 | 12.45 | 41.63 | - |
| YUV | 82.83 | 180.02 | 192.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 19 | 175 | 0.01 | 0.89 | 0 | 0.31 | 299.23 | 0.8 | 0.38 |
| Hex | AD | 13 | AF | 1 | 59 | 0 | 1F | 12B | 50 | 26 |
| Octal | 255 | 23 | 257 | 1 | 131 | 0 | 37 | 453 | 120 | 46 |
| Binary | 10101101 | 10011 | 10101111 | 1 | 1011001 | 0 | 11111 | 100101011 | 1010000 | 100110 |
Color Harmonies of #AD13AF
Complementary color
Monochromatic Colors of #AD13AF
Black with #AD13AF
Text Example
Text Example
White with #AD13AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD13AF; }
p { color: rgb(173,19,175); }
H1.HeaderClassName
{
color: #AD13AF;
}
.AnyTagClassName
{
color: #AD13AF;
}
</style>
background-color css
<style>
a { background-color: #AD13AF; }
a { background-color: rgb(173,19,175); }
div.DivClassName
{
background-color: #AD13AF;
}
.BgClassName
{
background-color: #AD13AF;
}
</style>
border-color css
<style>
span { border-color: #AD13AF; }
span { border-color: rgb(173,19,175); }
td.TdClassName
{
border-color: #AD13AF;
}
.TagClassName
{
border-color: #AD13AF;
}
</style>