Shades of Dark Magenta #AD039E
Tints of Dark Magenta #AD039E
RGB
CMYK
RGB Variations
Color information
#AD039E (or 0xAD039E) is known color: Dark Magenta. HEX triplet: AD, 03 and 9E. RGB value is (173,3,158). Sum of RGB (Red+Green+Blue) = 173+3+158=334 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.80% from 334); Green value is 3 (1.56% from 255 or 0.90% from 334); Blue value is 158 (62.11% from 255 or 47.31% from 334); Max value from RGB is 173 - color contains mainly: red. Hex color #AD039E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD039E is #52FC61. Grayscale: #474747. Windows color (decimal): -5438562 or 10355629. OLE color: 10355629.
HSL color Cylindrical-coordinate representation of color #AD039E: hue angle of 305.29º degrees, saturation: 0.97, 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 #AD039E is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 3 | 158 | - |
| CMYK | 0 | 0.98 | 0.09 | 0.32 |
| HSL | 305.29º | 0.97% | 0.35% | - |
| HSV(B) | 305.29º | 0.98% | 0.68% | - |
| XYZ | 23.44 | 11.42 | 33.32 | - |
| YUV | 71.5 | 176.82 | 200.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 3 | 158 | 0 | 0.98 | 0.09 | 0.32 | 305.29 | 0.97 | 0.35 |
| Hex | AD | 3 | 9E | 0 | 62 | 9 | 20 | 131 | 61 | 23 |
| Octal | 255 | 3 | 236 | 0 | 142 | 11 | 40 | 461 | 141 | 43 |
| Binary | 10101101 | 11 | 10011110 | 0 | 1100010 | 1001 | 100000 | 100110001 | 1100001 | 100011 |
Color Harmonies of #AD039E
Complementary color
Monochromatic Colors of #AD039E
Black with #AD039E
Text Example
Text Example
White with #AD039E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD039E; }
p { color: rgb(173,3,158); }
H1.HeaderClassName
{
color: #AD039E;
}
.AnyTagClassName
{
color: #AD039E;
}
</style>
background-color css
<style>
a { background-color: #AD039E; }
a { background-color: rgb(173,3,158); }
div.DivClassName
{
background-color: #AD039E;
}
.BgClassName
{
background-color: #AD039E;
}
</style>
border-color css
<style>
span { border-color: #AD039E; }
span { border-color: rgb(173,3,158); }
td.TdClassName
{
border-color: #AD039E;
}
.TagClassName
{
border-color: #AD039E;
}
</style>