Shades of Dark Magenta #AD0B9B
Tints of Dark Magenta #AD0B9B
RGB
CMYK
RGB Variations
Color information
#AD0B9B (or 0xAD0B9B) is known color: Dark Magenta. HEX triplet: AD, 0B and 9B. RGB value is (173,11,155). Sum of RGB (Red+Green+Blue) = 173+11+155=339 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.03% from 339); Green value is 11 (4.69% from 255 or 3.24% from 339); Blue value is 155 (60.94% from 255 or 45.72% from 339); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0B9B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0B9B is #52F464. Grayscale: #4B4B4B. Windows color (decimal): -5436517 or 10161069. OLE color: 10161069.
HSL color Cylindrical-coordinate representation of color #AD0B9B: hue angle of 306.67º 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 #AD0B9B is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 11 | 155 | - |
| CMYK | 0 | 0.94 | 0.10 | 0.32 |
| HSL | 306.67º | 0.88% | 0.36% | - |
| HSV(B) | 306.67º | 0.94% | 0.68% | - |
| XYZ | 23.27 | 11.49 | 32 | - |
| YUV | 75.85 | 172.67 | 197.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 11 | 155 | 0 | 0.94 | 0.10 | 0.32 | 306.67 | 0.88 | 0.36 |
| Hex | AD | B | 9B | 0 | 5E | A | 20 | 133 | 58 | 24 |
| Octal | 255 | 13 | 233 | 0 | 136 | 12 | 40 | 463 | 130 | 44 |
| Binary | 10101101 | 1011 | 10011011 | 0 | 1011110 | 1010 | 100000 | 100110011 | 1011000 | 100100 |
Color Harmonies of #AD0B9B
Complementary color
Monochromatic Colors of #AD0B9B
Black with #AD0B9B
Text Example
Text Example
White with #AD0B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0B9B; }
p { color: rgb(173,11,155); }
H1.HeaderClassName
{
color: #AD0B9B;
}
.AnyTagClassName
{
color: #AD0B9B;
}
</style>
background-color css
<style>
a { background-color: #AD0B9B; }
a { background-color: rgb(173,11,155); }
div.DivClassName
{
background-color: #AD0B9B;
}
.BgClassName
{
background-color: #AD0B9B;
}
</style>
border-color css
<style>
span { border-color: #AD0B9B; }
span { border-color: rgb(173,11,155); }
td.TdClassName
{
border-color: #AD0B9B;
}
.TagClassName
{
border-color: #AD0B9B;
}
</style>