Shades of Dark Magenta #AD059A
Tints of Dark Magenta #AD059A
RGB
CMYK
RGB Variations
Color information
#AD059A (or 0xAD059A) is known color: Dark Magenta. HEX triplet: AD, 05 and 9A. RGB value is (173,5,154). Sum of RGB (Red+Green+Blue) = 173+5+154=332 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.11% from 332); Green value is 5 (2.34% from 255 or 1.51% from 332); Blue value is 154 (60.55% from 255 or 46.39% from 332); Max value from RGB is 173 - color contains mainly: red. Hex color #AD059A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD059A is #52FA65. Grayscale: #474747. Windows color (decimal): -5438054 or 10093997. OLE color: 10093997.
HSL color Cylindrical-coordinate representation of color #AD059A: hue angle of 306.79º 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 #AD059A is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 5 | 154 | - |
| CMYK | 0 | 0.97 | 0.11 | 0.32 |
| HSL | 306.79º | 0.94% | 0.35% | - |
| HSV(B) | 306.79º | 0.97% | 0.68% | - |
| XYZ | 23.12 | 11.33 | 31.54 | - |
| YUV | 72.22 | 174.16 | 199.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 5 | 154 | 0 | 0.97 | 0.11 | 0.32 | 306.79 | 0.94 | 0.35 |
| Hex | AD | 5 | 9A | 0 | 61 | B | 20 | 133 | 5E | 23 |
| Octal | 255 | 5 | 232 | 0 | 141 | 13 | 40 | 463 | 136 | 43 |
| Binary | 10101101 | 101 | 10011010 | 0 | 1100001 | 1011 | 100000 | 100110011 | 1011110 | 100011 |
Color Harmonies of #AD059A
Complementary color
Monochromatic Colors of #AD059A
Black with #AD059A
Text Example
Text Example
White with #AD059A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD059A; }
p { color: rgb(173,5,154); }
H1.HeaderClassName
{
color: #AD059A;
}
.AnyTagClassName
{
color: #AD059A;
}
</style>
background-color css
<style>
a { background-color: #AD059A; }
a { background-color: rgb(173,5,154); }
div.DivClassName
{
background-color: #AD059A;
}
.BgClassName
{
background-color: #AD059A;
}
</style>
border-color css
<style>
span { border-color: #AD059A; }
span { border-color: rgb(173,5,154); }
td.TdClassName
{
border-color: #AD059A;
}
.TagClassName
{
border-color: #AD059A;
}
</style>