Shades of Dark Magenta #AD0594
Tints of Dark Magenta #AD0594
RGB
CMYK
RGB Variations
Color information
#AD0594 (or 0xAD0594) is known color: Dark Magenta. HEX triplet: AD, 05 and 94. RGB value is (173,5,148). Sum of RGB (Red+Green+Blue) = 173+5+148=326 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.07% from 326); Green value is 5 (2.34% from 255 or 1.53% from 326); Blue value is 148 (58.20% from 255 or 45.40% from 326); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0594 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0594 is #52FA6B. Grayscale: #474747. Windows color (decimal): -5438060 or 9700781. OLE color: 9700781.
HSL color Cylindrical-coordinate representation of color #AD0594: hue angle of 308.93º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD0594 is Cyan = 0, Magento = 0.97, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 5 | 148 | - |
| CMYK | 0 | 0.97 | 0.14 | 0.32 |
| HSL | 308.93º | 0.94% | 0.35% | - |
| HSV(B) | 308.93º | 0.97% | 0.68% | - |
| XYZ | 22.63 | 11.13 | 28.97 | - |
| YUV | 71.53 | 171.16 | 200.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 5 | 148 | 0 | 0.97 | 0.14 | 0.32 | 308.93 | 0.94 | 0.35 |
| Hex | AD | 5 | 94 | 0 | 61 | E | 20 | 135 | 5E | 23 |
| Octal | 255 | 5 | 224 | 0 | 141 | 16 | 40 | 465 | 136 | 43 |
| Binary | 10101101 | 101 | 10010100 | 0 | 1100001 | 1110 | 100000 | 100110101 | 1011110 | 100011 |
Color Harmonies of #AD0594
Complementary color
Monochromatic Colors of #AD0594
Black with #AD0594
Text Example
Text Example
White with #AD0594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0594; }
p { color: rgb(173,5,148); }
H1.HeaderClassName
{
color: #AD0594;
}
.AnyTagClassName
{
color: #AD0594;
}
</style>
background-color css
<style>
a { background-color: #AD0594; }
a { background-color: rgb(173,5,148); }
div.DivClassName
{
background-color: #AD0594;
}
.BgClassName
{
background-color: #AD0594;
}
</style>
border-color css
<style>
span { border-color: #AD0594; }
span { border-color: rgb(173,5,148); }
td.TdClassName
{
border-color: #AD0594;
}
.TagClassName
{
border-color: #AD0594;
}
</style>