Shades of Dark Magenta #AD0B9F
Tints of Dark Magenta #AD0B9F
RGB
CMYK
RGB Variations
Color information
#AD0B9F (or 0xAD0B9F) is known color: Dark Magenta. HEX triplet: AD, 0B and 9F. RGB value is (173,11,159). Sum of RGB (Red+Green+Blue) = 173+11+159=343 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.44% from 343); Green value is 11 (4.69% from 255 or 3.21% from 343); Blue value is 159 (62.5% from 255 or 46.36% from 343); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0B9F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0B9F is #52F460. Grayscale: #4B4B4B. Windows color (decimal): -5436513 or 10423213. OLE color: 10423213.
HSL color Cylindrical-coordinate representation of color #AD0B9F: hue angle of 305.19º degrees, saturation: 0.88, 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 #AD0B9F is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 11 | 159 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.32 |
| HSL | 305.19º | 0.88% | 0.36% | - |
| HSV(B) | 305.19º | 0.94% | 0.68% | - |
| XYZ | 23.61 | 11.63 | 33.8 | - |
| YUV | 76.31 | 174.67 | 196.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 11 | 159 | 0 | 0.94 | 0.08 | 0.32 | 305.19 | 0.88 | 0.36 |
| Hex | AD | B | 9F | 0 | 5E | 8 | 20 | 131 | 58 | 24 |
| Octal | 255 | 13 | 237 | 0 | 136 | 10 | 40 | 461 | 130 | 44 |
| Binary | 10101101 | 1011 | 10011111 | 0 | 1011110 | 1000 | 100000 | 100110001 | 1011000 | 100100 |
Color Harmonies of #AD0B9F
Complementary color
Monochromatic Colors of #AD0B9F
Black with #AD0B9F
Text Example
Text Example
White with #AD0B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0B9F; }
p { color: rgb(173,11,159); }
H1.HeaderClassName
{
color: #AD0B9F;
}
.AnyTagClassName
{
color: #AD0B9F;
}
</style>
background-color css
<style>
a { background-color: #AD0B9F; }
a { background-color: rgb(173,11,159); }
div.DivClassName
{
background-color: #AD0B9F;
}
.BgClassName
{
background-color: #AD0B9F;
}
</style>
border-color css
<style>
span { border-color: #AD0B9F; }
span { border-color: rgb(173,11,159); }
td.TdClassName
{
border-color: #AD0B9F;
}
.TagClassName
{
border-color: #AD0B9F;
}
</style>