Shades of Deep Magenta #AD0AAB
Tints of Deep Magenta #AD0AAB
RGB
CMYK
RGB Variations
Color information
#AD0AAB (or 0xAD0AAB) is known color: Deep Magenta. HEX triplet: AD, 0A and AB. RGB value is (173,10,171). Sum of RGB (Red+Green+Blue) = 173+10+171=354 (46% of max value = 765). Red value is 173 (67.97% from 255 or 48.87% from 354); Green value is 10 (4.30% from 255 or 2.82% from 354); Blue value is 171 (67.19% from 255 or 48.31% from 354); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0AAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0AAB is #52F554. Grayscale: #4C4C4C. Windows color (decimal): -5436757 or 11209389. OLE color: 11209389.
HSL color Cylindrical-coordinate representation of color #AD0AAB: hue angle of 300.74º 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 #AD0AAB is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 10 | 171 | - |
| CMYK | 0 | 0.94 | 0.01 | 0.32 |
| HSL | 300.74º | 0.89% | 0.36% | - |
| HSV(B) | 300.74º | 0.94% | 0.68% | - |
| XYZ | 24.69 | 12.04 | 39.55 | - |
| YUV | 77.09 | 181 | 196.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 10 | 171 | 0 | 0.94 | 0.01 | 0.32 | 300.74 | 0.89 | 0.36 |
| Hex | AD | A | AB | 0 | 5E | 1 | 20 | 12D | 59 | 24 |
| Octal | 255 | 12 | 253 | 0 | 136 | 1 | 40 | 455 | 131 | 44 |
| Binary | 10101101 | 1010 | 10101011 | 0 | 1011110 | 1 | 100000 | 100101101 | 1011001 | 100100 |
Color Harmonies of #AD0AAB
Complementary color
Monochromatic Colors of #AD0AAB
Black with #AD0AAB
Text Example
Text Example
White with #AD0AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0AAB; }
p { color: rgb(173,10,171); }
H1.HeaderClassName
{
color: #AD0AAB;
}
.AnyTagClassName
{
color: #AD0AAB;
}
</style>
background-color css
<style>
a { background-color: #AD0AAB; }
a { background-color: rgb(173,10,171); }
div.DivClassName
{
background-color: #AD0AAB;
}
.BgClassName
{
background-color: #AD0AAB;
}
</style>
border-color css
<style>
span { border-color: #AD0AAB; }
span { border-color: rgb(173,10,171); }
td.TdClassName
{
border-color: #AD0AAB;
}
.TagClassName
{
border-color: #AD0AAB;
}
</style>