Shades of Dark Magenta #AD039A
Tints of Dark Magenta #AD039A
RGB
CMYK
RGB Variations
Color information
#AD039A (or 0xAD039A) is known color: Dark Magenta. HEX triplet: AD, 03 and 9A. RGB value is (173,3,154). Sum of RGB (Red+Green+Blue) = 173+3+154=330 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.42% from 330); Green value is 3 (1.56% from 255 or 0.91% from 330); Blue value is 154 (60.55% from 255 or 46.67% from 330); Max value from RGB is 173 - color contains mainly: red. Hex color #AD039A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD039A is #52FC65. Grayscale: #464646. Windows color (decimal): -5438566 or 10093485. OLE color: 10093485.
HSL color Cylindrical-coordinate representation of color #AD039A: hue angle of 306.71º 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 #AD039A is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 3 | 154 | - |
| CMYK | 0 | 0.98 | 0.11 | 0.32 |
| HSL | 306.71º | 0.97% | 0.35% | - |
| HSV(B) | 306.71º | 0.98% | 0.68% | - |
| XYZ | 23.1 | 11.28 | 31.53 | - |
| YUV | 71.04 | 174.82 | 200.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 3 | 154 | 0 | 0.98 | 0.11 | 0.32 | 306.71 | 0.97 | 0.35 |
| Hex | AD | 3 | 9A | 0 | 62 | B | 20 | 133 | 61 | 23 |
| Octal | 255 | 3 | 232 | 0 | 142 | 13 | 40 | 463 | 141 | 43 |
| Binary | 10101101 | 11 | 10011010 | 0 | 1100010 | 1011 | 100000 | 100110011 | 1100001 | 100011 |
Color Harmonies of #AD039A
Complementary color
Monochromatic Colors of #AD039A
Black with #AD039A
Text Example
Text Example
White with #AD039A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD039A; }
p { color: rgb(173,3,154); }
H1.HeaderClassName
{
color: #AD039A;
}
.AnyTagClassName
{
color: #AD039A;
}
</style>
background-color css
<style>
a { background-color: #AD039A; }
a { background-color: rgb(173,3,154); }
div.DivClassName
{
background-color: #AD039A;
}
.BgClassName
{
background-color: #AD039A;
}
</style>
border-color css
<style>
span { border-color: #AD039A; }
span { border-color: rgb(173,3,154); }
td.TdClassName
{
border-color: #AD039A;
}
.TagClassName
{
border-color: #AD039A;
}
</style>