Shades of Dark Magenta #AD0F9F
Tints of Dark Magenta #AD0F9F
RGB
CMYK
RGB Variations
Color information
#AD0F9F (or 0xAD0F9F) is known color: Dark Magenta. HEX triplet: AD, 0F and 9F. RGB value is (173,15,159). Sum of RGB (Red+Green+Blue) = 173+15+159=347 (45% of max value = 765). Red value is 173 (67.97% from 255 or 49.86% from 347); Green value is 15 (6.25% from 255 or 4.32% from 347); Blue value is 159 (62.5% from 255 or 45.82% from 347); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0F9F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0F9F is #52F060. Grayscale: #4E4E4E. Windows color (decimal): -5435489 or 10424237. OLE color: 10424237.
HSL color Cylindrical-coordinate representation of color #AD0F9F: hue angle of 305.32º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD0F9F is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 15 | 159 | - |
| CMYK | 0 | 0.91 | 0.08 | 0.32 |
| HSL | 305.32º | 0.84% | 0.37% | - |
| HSV(B) | 305.32º | 0.91% | 0.68% | - |
| XYZ | 23.66 | 11.73 | 33.82 | - |
| YUV | 78.66 | 173.35 | 195.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 15 | 159 | 0 | 0.91 | 0.08 | 0.32 | 305.32 | 0.84 | 0.37 |
| Hex | AD | F | 9F | 0 | 5B | 8 | 20 | 131 | 54 | 25 |
| Octal | 255 | 17 | 237 | 0 | 133 | 10 | 40 | 461 | 124 | 45 |
| Binary | 10101101 | 1111 | 10011111 | 0 | 1011011 | 1000 | 100000 | 100110001 | 1010100 | 100101 |
Color Harmonies of #AD0F9F
Complementary color
Monochromatic Colors of #AD0F9F
Black with #AD0F9F
Text Example
Text Example
White with #AD0F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0F9F; }
p { color: rgb(173,15,159); }
H1.HeaderClassName
{
color: #AD0F9F;
}
.AnyTagClassName
{
color: #AD0F9F;
}
</style>
background-color css
<style>
a { background-color: #AD0F9F; }
a { background-color: rgb(173,15,159); }
div.DivClassName
{
background-color: #AD0F9F;
}
.BgClassName
{
background-color: #AD0F9F;
}
</style>
border-color css
<style>
span { border-color: #AD0F9F; }
span { border-color: rgb(173,15,159); }
td.TdClassName
{
border-color: #AD0F9F;
}
.TagClassName
{
border-color: #AD0F9F;
}
</style>