Shades of Dark Magenta #AD0494
Tints of Dark Magenta #AD0494
RGB
CMYK
RGB Variations
Color information
#AD0494 (or 0xAD0494) is known color: Dark Magenta. HEX triplet: AD, 04 and 94. RGB value is (173,4,148). Sum of RGB (Red+Green+Blue) = 173+4+148=325 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.23% from 325); Green value is 4 (1.95% from 255 or 1.23% from 325); Blue value is 148 (58.20% from 255 or 45.54% from 325); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0494 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0494 is #52FB6B. Grayscale: #464646. Windows color (decimal): -5438316 or 9700525. OLE color: 9700525.
HSL color Cylindrical-coordinate representation of color #AD0494: hue angle of 308.88º 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 #AD0494 is Cyan = 0, Magento = 0.98, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 4 | 148 | - |
| CMYK | 0 | 0.98 | 0.14 | 0.32 |
| HSL | 308.88º | 0.95% | 0.35% | - |
| HSV(B) | 308.88º | 0.98% | 0.68% | - |
| XYZ | 22.62 | 11.11 | 28.97 | - |
| YUV | 70.95 | 171.49 | 200.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 4 | 148 | 0 | 0.98 | 0.14 | 0.32 | 308.88 | 0.95 | 0.35 |
| Hex | AD | 4 | 94 | 0 | 62 | E | 20 | 135 | 5F | 23 |
| Octal | 255 | 4 | 224 | 0 | 142 | 16 | 40 | 465 | 137 | 43 |
| Binary | 10101101 | 100 | 10010100 | 0 | 1100010 | 1110 | 100000 | 100110101 | 1011111 | 100011 |
Color Harmonies of #AD0494
Complementary color
Monochromatic Colors of #AD0494
Black with #AD0494
Text Example
Text Example
White with #AD0494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0494; }
p { color: rgb(173,4,148); }
H1.HeaderClassName
{
color: #AD0494;
}
.AnyTagClassName
{
color: #AD0494;
}
</style>
background-color css
<style>
a { background-color: #AD0494; }
a { background-color: rgb(173,4,148); }
div.DivClassName
{
background-color: #AD0494;
}
.BgClassName
{
background-color: #AD0494;
}
</style>
border-color css
<style>
span { border-color: #AD0494; }
span { border-color: rgb(173,4,148); }
td.TdClassName
{
border-color: #AD0494;
}
.TagClassName
{
border-color: #AD0494;
}
</style>