Shades of Dark Magenta #AD0A9B
Tints of Dark Magenta #AD0A9B
RGB
CMYK
RGB Variations
Color information
#AD0A9B (or 0xAD0A9B) is known color: Dark Magenta. HEX triplet: AD, 0A and 9B. RGB value is (173,10,155). Sum of RGB (Red+Green+Blue) = 173+10+155=338 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.18% from 338); Green value is 10 (4.30% from 255 or 2.96% from 338); Blue value is 155 (60.94% from 255 or 45.86% from 338); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0A9B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0A9B is #52F564. Grayscale: #4A4A4A. Windows color (decimal): -5436773 or 10160813. OLE color: 10160813.
HSL color Cylindrical-coordinate representation of color #AD0A9B: hue angle of 306.63º 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 #AD0A9B is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 10 | 155 | - |
| CMYK | 0 | 0.94 | 0.10 | 0.32 |
| HSL | 306.63º | 0.89% | 0.36% | - |
| HSV(B) | 306.63º | 0.94% | 0.68% | - |
| XYZ | 23.26 | 11.47 | 32 | - |
| YUV | 75.27 | 173 | 197.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 10 | 155 | 0 | 0.94 | 0.10 | 0.32 | 306.63 | 0.89 | 0.36 |
| Hex | AD | A | 9B | 0 | 5E | A | 20 | 133 | 59 | 24 |
| Octal | 255 | 12 | 233 | 0 | 136 | 12 | 40 | 463 | 131 | 44 |
| Binary | 10101101 | 1010 | 10011011 | 0 | 1011110 | 1010 | 100000 | 100110011 | 1011001 | 100100 |
Color Harmonies of #AD0A9B
Complementary color
Monochromatic Colors of #AD0A9B
Black with #AD0A9B
Text Example
Text Example
White with #AD0A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0A9B; }
p { color: rgb(173,10,155); }
H1.HeaderClassName
{
color: #AD0A9B;
}
.AnyTagClassName
{
color: #AD0A9B;
}
</style>
background-color css
<style>
a { background-color: #AD0A9B; }
a { background-color: rgb(173,10,155); }
div.DivClassName
{
background-color: #AD0A9B;
}
.BgClassName
{
background-color: #AD0A9B;
}
</style>
border-color css
<style>
span { border-color: #AD0A9B; }
span { border-color: rgb(173,10,155); }
td.TdClassName
{
border-color: #AD0A9B;
}
.TagClassName
{
border-color: #AD0A9B;
}
</style>