Shades of Dark Magenta #AD049D
Tints of Dark Magenta #AD049D
RGB
CMYK
RGB Variations
Color information
#AD049D (or 0xAD049D) is known color: Dark Magenta. HEX triplet: AD, 04 and 9D. RGB value is (173,4,157). Sum of RGB (Red+Green+Blue) = 173+4+157=334 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.80% from 334); Green value is 4 (1.95% from 255 or 1.20% from 334); Blue value is 157 (61.72% from 255 or 47.01% from 334); Max value from RGB is 173 - color contains mainly: red. Hex color #AD049D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD049D is #52FB62. Grayscale: #474747. Windows color (decimal): -5438307 or 10290349. OLE color: 10290349.
HSL color Cylindrical-coordinate representation of color #AD049D: hue angle of 305.68º 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 #AD049D is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 4 | 157 | - |
| CMYK | 0 | 0.98 | 0.09 | 0.32 |
| HSL | 305.68º | 0.95% | 0.35% | - |
| HSV(B) | 305.68º | 0.98% | 0.68% | - |
| XYZ | 23.36 | 11.41 | 32.87 | - |
| YUV | 71.97 | 175.99 | 200.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 4 | 157 | 0 | 0.98 | 0.09 | 0.32 | 305.68 | 0.95 | 0.35 |
| Hex | AD | 4 | 9D | 0 | 62 | 9 | 20 | 132 | 5F | 23 |
| Octal | 255 | 4 | 235 | 0 | 142 | 11 | 40 | 462 | 137 | 43 |
| Binary | 10101101 | 100 | 10011101 | 0 | 1100010 | 1001 | 100000 | 100110010 | 1011111 | 100011 |
Color Harmonies of #AD049D
Complementary color
Monochromatic Colors of #AD049D
Black with #AD049D
Text Example
Text Example
White with #AD049D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD049D; }
p { color: rgb(173,4,157); }
H1.HeaderClassName
{
color: #AD049D;
}
.AnyTagClassName
{
color: #AD049D;
}
</style>
background-color css
<style>
a { background-color: #AD049D; }
a { background-color: rgb(173,4,157); }
div.DivClassName
{
background-color: #AD049D;
}
.BgClassName
{
background-color: #AD049D;
}
</style>
border-color css
<style>
span { border-color: #AD049D; }
span { border-color: rgb(173,4,157); }
td.TdClassName
{
border-color: #AD049D;
}
.TagClassName
{
border-color: #AD049D;
}
</style>