Shades of Dark Magenta #AD0598
Tints of Dark Magenta #AD0598
RGB
CMYK
RGB Variations
Color information
#AD0598 (or 0xAD0598) is known color: Dark Magenta. HEX triplet: AD, 05 and 98. RGB value is (173,5,152). Sum of RGB (Red+Green+Blue) = 173+5+152=330 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.42% from 330); Green value is 5 (2.34% from 255 or 1.52% from 330); Blue value is 152 (59.77% from 255 or 46.06% from 330); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0598 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0598 is #52FA67. Grayscale: #474747. Windows color (decimal): -5438056 or 9962925. OLE color: 9962925.
HSL color Cylindrical-coordinate representation of color #AD0598: hue angle of 307.5º 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 #AD0598 is Cyan = 0, Magento = 0.97, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 5 | 152 | - |
| CMYK | 0 | 0.97 | 0.12 | 0.32 |
| HSL | 307.5º | 0.94% | 0.35% | - |
| HSV(B) | 307.5º | 0.97% | 0.68% | - |
| XYZ | 22.96 | 11.26 | 30.67 | - |
| YUV | 71.99 | 173.16 | 200.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 5 | 152 | 0 | 0.97 | 0.12 | 0.32 | 307.5 | 0.94 | 0.35 |
| Hex | AD | 5 | 98 | 0 | 61 | C | 20 | 134 | 5E | 23 |
| Octal | 255 | 5 | 230 | 0 | 141 | 14 | 40 | 464 | 136 | 43 |
| Binary | 10101101 | 101 | 10011000 | 0 | 1100001 | 1100 | 100000 | 100110100 | 1011110 | 100011 |
Color Harmonies of #AD0598
Complementary color
Monochromatic Colors of #AD0598
Black with #AD0598
Text Example
Text Example
White with #AD0598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0598; }
p { color: rgb(173,5,152); }
H1.HeaderClassName
{
color: #AD0598;
}
.AnyTagClassName
{
color: #AD0598;
}
</style>
background-color css
<style>
a { background-color: #AD0598; }
a { background-color: rgb(173,5,152); }
div.DivClassName
{
background-color: #AD0598;
}
.BgClassName
{
background-color: #AD0598;
}
</style>
border-color css
<style>
span { border-color: #AD0598; }
span { border-color: rgb(173,5,152); }
td.TdClassName
{
border-color: #AD0598;
}
.TagClassName
{
border-color: #AD0598;
}
</style>