Shades of Dark Magenta #AD0D9F
Tints of Dark Magenta #AD0D9F
RGB
CMYK
RGB Variations
Color information
#AD0D9F (or 0xAD0D9F) is known color: Dark Magenta. HEX triplet: AD, 0D and 9F. RGB value is (173,13,159). Sum of RGB (Red+Green+Blue) = 173+13+159=345 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.14% from 345); Green value is 13 (5.47% from 255 or 3.77% from 345); Blue value is 159 (62.5% from 255 or 46.09% from 345); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0D9F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0D9F is #52F260. Grayscale: #4D4D4D. Windows color (decimal): -5436001 or 10423725. OLE color: 10423725.
HSL color Cylindrical-coordinate representation of color #AD0D9F: hue angle of 305.25º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD0D9F is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 13 | 159 | - |
| CMYK | 0 | 0.92 | 0.08 | 0.32 |
| HSL | 305.25º | 0.86% | 0.36% | - |
| HSV(B) | 305.25º | 0.92% | 0.68% | - |
| XYZ | 23.64 | 11.68 | 33.81 | - |
| YUV | 77.48 | 174.01 | 196.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 13 | 159 | 0 | 0.92 | 0.08 | 0.32 | 305.25 | 0.86 | 0.36 |
| Hex | AD | D | 9F | 0 | 5C | 8 | 20 | 131 | 56 | 24 |
| Octal | 255 | 15 | 237 | 0 | 134 | 10 | 40 | 461 | 126 | 44 |
| Binary | 10101101 | 1101 | 10011111 | 0 | 1011100 | 1000 | 100000 | 100110001 | 1010110 | 100100 |
Color Harmonies of #AD0D9F
Complementary color
Monochromatic Colors of #AD0D9F
Black with #AD0D9F
Text Example
Text Example
White with #AD0D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0D9F; }
p { color: rgb(173,13,159); }
H1.HeaderClassName
{
color: #AD0D9F;
}
.AnyTagClassName
{
color: #AD0D9F;
}
</style>
background-color css
<style>
a { background-color: #AD0D9F; }
a { background-color: rgb(173,13,159); }
div.DivClassName
{
background-color: #AD0D9F;
}
.BgClassName
{
background-color: #AD0D9F;
}
</style>
border-color css
<style>
span { border-color: #AD0D9F; }
span { border-color: rgb(173,13,159); }
td.TdClassName
{
border-color: #AD0D9F;
}
.TagClassName
{
border-color: #AD0D9F;
}
</style>