Shades of Dark Magenta #AD0C9F
Tints of Dark Magenta #AD0C9F
RGB
CMYK
RGB Variations
Color information
#AD0C9F (or 0xAD0C9F) is known color: Dark Magenta. HEX triplet: AD, 0C and 9F. RGB value is (173,12,159). Sum of RGB (Red+Green+Blue) = 173+12+159=344 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.29% from 344); Green value is 12 (5.08% from 255 or 3.49% from 344); Blue value is 159 (62.5% from 255 or 46.22% from 344); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0C9F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0C9F is #52F360. Grayscale: #4C4C4C. Windows color (decimal): -5436257 or 10423469. OLE color: 10423469.
HSL color Cylindrical-coordinate representation of color #AD0C9F: hue angle of 305.22º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AD0C9F is Cyan = 0, Magento = 0.93, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 12 | 159 | - |
| CMYK | 0 | 0.93 | 0.08 | 0.32 |
| HSL | 305.22º | 0.87% | 0.36% | - |
| HSV(B) | 305.22º | 0.93% | 0.68% | - |
| XYZ | 23.62 | 11.65 | 33.8 | - |
| YUV | 76.9 | 174.34 | 196.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 12 | 159 | 0 | 0.93 | 0.08 | 0.32 | 305.22 | 0.87 | 0.36 |
| Hex | AD | C | 9F | 0 | 5D | 8 | 20 | 131 | 57 | 24 |
| Octal | 255 | 14 | 237 | 0 | 135 | 10 | 40 | 461 | 127 | 44 |
| Binary | 10101101 | 1100 | 10011111 | 0 | 1011101 | 1000 | 100000 | 100110001 | 1010111 | 100100 |
Color Harmonies of #AD0C9F
Complementary color
Monochromatic Colors of #AD0C9F
Black with #AD0C9F
Text Example
Text Example
White with #AD0C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0C9F; }
p { color: rgb(173,12,159); }
H1.HeaderClassName
{
color: #AD0C9F;
}
.AnyTagClassName
{
color: #AD0C9F;
}
</style>
background-color css
<style>
a { background-color: #AD0C9F; }
a { background-color: rgb(173,12,159); }
div.DivClassName
{
background-color: #AD0C9F;
}
.BgClassName
{
background-color: #AD0C9F;
}
</style>
border-color css
<style>
span { border-color: #AD0C9F; }
span { border-color: rgb(173,12,159); }
td.TdClassName
{
border-color: #AD0C9F;
}
.TagClassName
{
border-color: #AD0C9F;
}
</style>