Shades of Dark Magenta #AD049C
Tints of Dark Magenta #AD049C
RGB
CMYK
RGB Variations
Color information
#AD049C (or 0xAD049C) is known color: Dark Magenta. HEX triplet: AD, 04 and 9C. RGB value is (173,4,156). Sum of RGB (Red+Green+Blue) = 173+4+156=333 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.95% from 333); Green value is 4 (1.95% from 255 or 1.20% from 333); Blue value is 156 (61.33% from 255 or 46.85% from 333); Max value from RGB is 173 - color contains mainly: red. Hex color #AD049C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD049C is #52FB63. Grayscale: #474747. Windows color (decimal): -5438308 or 10224813. OLE color: 10224813.
HSL color Cylindrical-coordinate representation of color #AD049C: hue angle of 306.04º 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 #AD049C is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 4 | 156 | - |
| CMYK | 0 | 0.98 | 0.10 | 0.32 |
| HSL | 306.04º | 0.95% | 0.35% | - |
| HSV(B) | 306.04º | 0.98% | 0.68% | - |
| XYZ | 23.28 | 11.37 | 32.42 | - |
| YUV | 71.86 | 175.49 | 200.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 4 | 156 | 0 | 0.98 | 0.10 | 0.32 | 306.04 | 0.95 | 0.35 |
| Hex | AD | 4 | 9C | 0 | 62 | A | 20 | 132 | 5F | 23 |
| Octal | 255 | 4 | 234 | 0 | 142 | 12 | 40 | 462 | 137 | 43 |
| Binary | 10101101 | 100 | 10011100 | 0 | 1100010 | 1010 | 100000 | 100110010 | 1011111 | 100011 |
Color Harmonies of #AD049C
Complementary color
Monochromatic Colors of #AD049C
Black with #AD049C
Text Example
Text Example
White with #AD049C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD049C; }
p { color: rgb(173,4,156); }
H1.HeaderClassName
{
color: #AD049C;
}
.AnyTagClassName
{
color: #AD049C;
}
</style>
background-color css
<style>
a { background-color: #AD049C; }
a { background-color: rgb(173,4,156); }
div.DivClassName
{
background-color: #AD049C;
}
.BgClassName
{
background-color: #AD049C;
}
</style>
border-color css
<style>
span { border-color: #AD049C; }
span { border-color: rgb(173,4,156); }
td.TdClassName
{
border-color: #AD049C;
}
.TagClassName
{
border-color: #AD049C;
}
</style>