Shades of Dark Magenta #AD039C
Tints of Dark Magenta #AD039C
RGB
CMYK
RGB Variations
Color information
#AD039C (or 0xAD039C) is known color: Dark Magenta. HEX triplet: AD, 03 and 9C. RGB value is (173,3,156). Sum of RGB (Red+Green+Blue) = 173+3+156=332 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.11% from 332); Green value is 3 (1.56% from 255 or 0.90% from 332); Blue value is 156 (61.33% from 255 or 46.99% from 332); Max value from RGB is 173 - color contains mainly: red. Hex color #AD039C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD039C is #52FC63. Grayscale: #464646. Windows color (decimal): -5438564 or 10224557. OLE color: 10224557.
HSL color Cylindrical-coordinate representation of color #AD039C: hue angle of 306º 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 #AD039C is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 3 | 156 | - |
| CMYK | 0 | 0.98 | 0.10 | 0.32 |
| HSL | 306º | 0.97% | 0.35% | - |
| HSV(B) | 306º | 0.98% | 0.68% | - |
| XYZ | 23.27 | 11.35 | 32.42 | - |
| YUV | 71.27 | 175.82 | 200.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 3 | 156 | 0 | 0.98 | 0.10 | 0.32 | 306 | 0.97 | 0.35 |
| Hex | AD | 3 | 9C | 0 | 62 | A | 20 | 132 | 61 | 23 |
| Octal | 255 | 3 | 234 | 0 | 142 | 12 | 40 | 462 | 141 | 43 |
| Binary | 10101101 | 11 | 10011100 | 0 | 1100010 | 1010 | 100000 | 100110010 | 1100001 | 100011 |
Color Harmonies of #AD039C
Complementary color
Monochromatic Colors of #AD039C
Black with #AD039C
Text Example
Text Example
White with #AD039C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD039C; }
p { color: rgb(173,3,156); }
H1.HeaderClassName
{
color: #AD039C;
}
.AnyTagClassName
{
color: #AD039C;
}
</style>
background-color css
<style>
a { background-color: #AD039C; }
a { background-color: rgb(173,3,156); }
div.DivClassName
{
background-color: #AD039C;
}
.BgClassName
{
background-color: #AD039C;
}
</style>
border-color css
<style>
span { border-color: #AD039C; }
span { border-color: rgb(173,3,156); }
td.TdClassName
{
border-color: #AD039C;
}
.TagClassName
{
border-color: #AD039C;
}
</style>