Shades of Dark Magenta #AD059E
Tints of Dark Magenta #AD059E
RGB
CMYK
RGB Variations
Color information
#AD059E (or 0xAD059E) is known color: Dark Magenta. HEX triplet: AD, 05 and 9E. RGB value is (173,5,158). Sum of RGB (Red+Green+Blue) = 173+5+158=336 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.49% from 336); Green value is 5 (2.34% from 255 or 1.49% from 336); Blue value is 158 (62.11% from 255 or 47.02% from 336); Max value from RGB is 173 - color contains mainly: red. Hex color #AD059E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD059E is #52FA61. Grayscale: #484848. Windows color (decimal): -5438050 or 10356141. OLE color: 10356141.
HSL color Cylindrical-coordinate representation of color #AD059E: hue angle of 305.36º 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 #AD059E is Cyan = 0, Magento = 0.97, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 5 | 158 | - |
| CMYK | 0 | 0.97 | 0.09 | 0.32 |
| HSL | 305.36º | 0.94% | 0.35% | - |
| HSV(B) | 305.36º | 0.97% | 0.68% | - |
| XYZ | 23.46 | 11.46 | 33.32 | - |
| YUV | 72.67 | 176.16 | 199.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 5 | 158 | 0 | 0.97 | 0.09 | 0.32 | 305.36 | 0.94 | 0.35 |
| Hex | AD | 5 | 9E | 0 | 61 | 9 | 20 | 131 | 5E | 23 |
| Octal | 255 | 5 | 236 | 0 | 141 | 11 | 40 | 461 | 136 | 43 |
| Binary | 10101101 | 101 | 10011110 | 0 | 1100001 | 1001 | 100000 | 100110001 | 1011110 | 100011 |
Color Harmonies of #AD059E
Complementary color
Monochromatic Colors of #AD059E
Black with #AD059E
Text Example
Text Example
White with #AD059E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD059E; }
p { color: rgb(173,5,158); }
H1.HeaderClassName
{
color: #AD059E;
}
.AnyTagClassName
{
color: #AD059E;
}
</style>
background-color css
<style>
a { background-color: #AD059E; }
a { background-color: rgb(173,5,158); }
div.DivClassName
{
background-color: #AD059E;
}
.BgClassName
{
background-color: #AD059E;
}
</style>
border-color css
<style>
span { border-color: #AD059E; }
span { border-color: rgb(173,5,158); }
td.TdClassName
{
border-color: #AD059E;
}
.TagClassName
{
border-color: #AD059E;
}
</style>