Shades of Dark Magenta #AD049F
Tints of Dark Magenta #AD049F
RGB
CMYK
RGB Variations
Color information
#AD049F (or 0xAD049F) is known color: Dark Magenta. HEX triplet: AD, 04 and 9F. RGB value is (173,4,159). Sum of RGB (Red+Green+Blue) = 173+4+159=336 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.49% from 336); Green value is 4 (1.95% from 255 or 1.19% from 336); Blue value is 159 (62.5% from 255 or 47.32% from 336); Max value from RGB is 173 - color contains mainly: red. Hex color #AD049F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD049F is #52FB60. Grayscale: #474747. Windows color (decimal): -5438305 or 10421421. OLE color: 10421421.
HSL color Cylindrical-coordinate representation of color #AD049F: hue angle of 304.97º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD049F is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 4 | 159 | - |
| CMYK | 0 | 0.98 | 0.08 | 0.32 |
| HSL | 304.97º | 0.95% | 0.35% | - |
| HSV(B) | 304.97º | 0.98% | 0.68% | - |
| XYZ | 23.54 | 11.47 | 33.78 | - |
| YUV | 72.2 | 176.99 | 199.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 4 | 159 | 0 | 0.98 | 0.08 | 0.32 | 304.97 | 0.95 | 0.35 |
| Hex | AD | 4 | 9F | 0 | 62 | 8 | 20 | 131 | 5F | 23 |
| Octal | 255 | 4 | 237 | 0 | 142 | 10 | 40 | 461 | 137 | 43 |
| Binary | 10101101 | 100 | 10011111 | 0 | 1100010 | 1000 | 100000 | 100110001 | 1011111 | 100011 |
Color Harmonies of #AD049F
Complementary color
Monochromatic Colors of #AD049F
Black with #AD049F
Text Example
Text Example
White with #AD049F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD049F; }
p { color: rgb(173,4,159); }
H1.HeaderClassName
{
color: #AD049F;
}
.AnyTagClassName
{
color: #AD049F;
}
</style>
background-color css
<style>
a { background-color: #AD049F; }
a { background-color: rgb(173,4,159); }
div.DivClassName
{
background-color: #AD049F;
}
.BgClassName
{
background-color: #AD049F;
}
</style>
border-color css
<style>
span { border-color: #AD049F; }
span { border-color: rgb(173,4,159); }
td.TdClassName
{
border-color: #AD049F;
}
.TagClassName
{
border-color: #AD049F;
}
</style>