Shades of Dark Magenta #AD0A9A
Tints of Dark Magenta #AD0A9A
RGB
CMYK
RGB Variations
Color information
#AD0A9A (or 0xAD0A9A) is known color: Dark Magenta. HEX triplet: AD, 0A and 9A. RGB value is (173,10,154). Sum of RGB (Red+Green+Blue) = 173+10+154=337 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.34% from 337); Green value is 10 (4.30% from 255 or 2.97% from 337); Blue value is 154 (60.55% from 255 or 45.70% from 337); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0A9A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0A9A is #52F565. Grayscale: #4A4A4A. Windows color (decimal): -5436774 or 10095277. OLE color: 10095277.
HSL color Cylindrical-coordinate representation of color #AD0A9A: hue angle of 306.99º 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 #AD0A9A is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 10 | 154 | - |
| CMYK | 0 | 0.94 | 0.11 | 0.32 |
| HSL | 306.99º | 0.89% | 0.36% | - |
| HSV(B) | 306.99º | 0.94% | 0.68% | - |
| XYZ | 23.17 | 11.43 | 31.56 | - |
| YUV | 75.15 | 172.5 | 197.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 10 | 154 | 0 | 0.94 | 0.11 | 0.32 | 306.99 | 0.89 | 0.36 |
| Hex | AD | A | 9A | 0 | 5E | B | 20 | 133 | 59 | 24 |
| Octal | 255 | 12 | 232 | 0 | 136 | 13 | 40 | 463 | 131 | 44 |
| Binary | 10101101 | 1010 | 10011010 | 0 | 1011110 | 1011 | 100000 | 100110011 | 1011001 | 100100 |
Color Harmonies of #AD0A9A
Complementary color
Monochromatic Colors of #AD0A9A
Black with #AD0A9A
Text Example
Text Example
White with #AD0A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0A9A; }
p { color: rgb(173,10,154); }
H1.HeaderClassName
{
color: #AD0A9A;
}
.AnyTagClassName
{
color: #AD0A9A;
}
</style>
background-color css
<style>
a { background-color: #AD0A9A; }
a { background-color: rgb(173,10,154); }
div.DivClassName
{
background-color: #AD0A9A;
}
.BgClassName
{
background-color: #AD0A9A;
}
</style>
border-color css
<style>
span { border-color: #AD0A9A; }
span { border-color: rgb(173,10,154); }
td.TdClassName
{
border-color: #AD0A9A;
}
.TagClassName
{
border-color: #AD0A9A;
}
</style>