Shades of Dark Magenta #AD0A9F
Tints of Dark Magenta #AD0A9F
RGB
CMYK
RGB Variations
Color information
#AD0A9F (or 0xAD0A9F) is known color: Dark Magenta. HEX triplet: AD, 0A and 9F. RGB value is (173,10,159). Sum of RGB (Red+Green+Blue) = 173+10+159=342 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.58% from 342); Green value is 10 (4.30% from 255 or 2.92% from 342); Blue value is 159 (62.5% from 255 or 46.49% from 342); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0A9F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0A9F is #52F560. Grayscale: #4B4B4B. Windows color (decimal): -5436769 or 10422957. OLE color: 10422957.
HSL color Cylindrical-coordinate representation of color #AD0A9F: hue angle of 305.15º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD0A9F is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 10 | 159 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.32 |
| HSL | 305.15º | 0.89% | 0.36% | - |
| HSV(B) | 305.15º | 0.94% | 0.68% | - |
| XYZ | 23.6 | 11.6 | 33.8 | - |
| YUV | 75.72 | 175 | 197.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 10 | 159 | 0 | 0.94 | 0.08 | 0.32 | 305.15 | 0.89 | 0.36 |
| Hex | AD | A | 9F | 0 | 5E | 8 | 20 | 131 | 59 | 24 |
| Octal | 255 | 12 | 237 | 0 | 136 | 10 | 40 | 461 | 131 | 44 |
| Binary | 10101101 | 1010 | 10011111 | 0 | 1011110 | 1000 | 100000 | 100110001 | 1011001 | 100100 |
Color Harmonies of #AD0A9F
Complementary color
Monochromatic Colors of #AD0A9F
Black with #AD0A9F
Text Example
Text Example
White with #AD0A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0A9F; }
p { color: rgb(173,10,159); }
H1.HeaderClassName
{
color: #AD0A9F;
}
.AnyTagClassName
{
color: #AD0A9F;
}
</style>
background-color css
<style>
a { background-color: #AD0A9F; }
a { background-color: rgb(173,10,159); }
div.DivClassName
{
background-color: #AD0A9F;
}
.BgClassName
{
background-color: #AD0A9F;
}
</style>
border-color css
<style>
span { border-color: #AD0A9F; }
span { border-color: rgb(173,10,159); }
td.TdClassName
{
border-color: #AD0A9F;
}
.TagClassName
{
border-color: #AD0A9F;
}
</style>