Shades of Dark Magenta #AD039D
Tints of Dark Magenta #AD039D
RGB
CMYK
RGB Variations
Color information
#AD039D (or 0xAD039D) is known color: Dark Magenta. HEX triplet: AD, 03 and 9D. RGB value is (173,3,157). Sum of RGB (Red+Green+Blue) = 173+3+157=333 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.95% from 333); Green value is 3 (1.56% from 255 or 0.90% from 333); Blue value is 157 (61.72% from 255 or 47.15% from 333); Max value from RGB is 173 - color contains mainly: red. Hex color #AD039D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD039D is #52FC62. Grayscale: #464646. Windows color (decimal): -5438563 or 10290093. OLE color: 10290093.
HSL color Cylindrical-coordinate representation of color #AD039D: hue angle of 305.65º 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 #AD039D is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 3 | 157 | - |
| CMYK | 0 | 0.98 | 0.09 | 0.32 |
| HSL | 305.65º | 0.97% | 0.35% | - |
| HSV(B) | 305.65º | 0.98% | 0.68% | - |
| XYZ | 23.35 | 11.38 | 32.86 | - |
| YUV | 71.39 | 176.32 | 200.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 3 | 157 | 0 | 0.98 | 0.09 | 0.32 | 305.65 | 0.97 | 0.35 |
| Hex | AD | 3 | 9D | 0 | 62 | 9 | 20 | 132 | 61 | 23 |
| Octal | 255 | 3 | 235 | 0 | 142 | 11 | 40 | 462 | 141 | 43 |
| Binary | 10101101 | 11 | 10011101 | 0 | 1100010 | 1001 | 100000 | 100110010 | 1100001 | 100011 |
Color Harmonies of #AD039D
Complementary color
Monochromatic Colors of #AD039D
Black with #AD039D
Text Example
Text Example
White with #AD039D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD039D; }
p { color: rgb(173,3,157); }
H1.HeaderClassName
{
color: #AD039D;
}
.AnyTagClassName
{
color: #AD039D;
}
</style>
background-color css
<style>
a { background-color: #AD039D; }
a { background-color: rgb(173,3,157); }
div.DivClassName
{
background-color: #AD039D;
}
.BgClassName
{
background-color: #AD039D;
}
</style>
border-color css
<style>
span { border-color: #AD039D; }
span { border-color: rgb(173,3,157); }
td.TdClassName
{
border-color: #AD039D;
}
.TagClassName
{
border-color: #AD039D;
}
</style>