Shades of Deep Magenta #AD0AAF
Tints of Deep Magenta #AD0AAF
RGB
CMYK
RGB Variations
Color information
#AD0AAF (or 0xAD0AAF) is known color: Deep Magenta. HEX triplet: AD, 0A and AF. RGB value is (173,10,175). Sum of RGB (Red+Green+Blue) = 173+10+175=358 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.32% from 358); Green value is 10 (4.30% from 255 or 2.79% from 358); Blue value is 175 (68.75% from 255 or 48.88% from 358); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD0AAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0AAF is #52F550. Grayscale: #4D4D4D. Windows color (decimal): -5436753 or 11471533. OLE color: 11471533.
HSL color Cylindrical-coordinate representation of color #AD0AAF: hue angle of 299.27º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD0AAF is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 10 | 175 | - |
| CMYK | 0.01 | 0.94 | 0 | 0.31 |
| HSL | 299.27º | 0.89% | 0.36% | - |
| HSV(B) | 299.27º | 0.94% | 0.69% | - |
| XYZ | 25.08 | 12.2 | 41.59 | - |
| YUV | 77.55 | 183 | 196.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 10 | 175 | 0.01 | 0.94 | 0 | 0.31 | 299.27 | 0.89 | 0.36 |
| Hex | AD | A | AF | 1 | 5E | 0 | 1F | 12B | 59 | 24 |
| Octal | 255 | 12 | 257 | 1 | 136 | 0 | 37 | 453 | 131 | 44 |
| Binary | 10101101 | 1010 | 10101111 | 1 | 1011110 | 0 | 11111 | 100101011 | 1011001 | 100100 |
Color Harmonies of #AD0AAF
Complementary color
Monochromatic Colors of #AD0AAF
Black with #AD0AAF
Text Example
Text Example
White with #AD0AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0AAF; }
p { color: rgb(173,10,175); }
H1.HeaderClassName
{
color: #AD0AAF;
}
.AnyTagClassName
{
color: #AD0AAF;
}
</style>
background-color css
<style>
a { background-color: #AD0AAF; }
a { background-color: rgb(173,10,175); }
div.DivClassName
{
background-color: #AD0AAF;
}
.BgClassName
{
background-color: #AD0AAF;
}
</style>
border-color css
<style>
span { border-color: #AD0AAF; }
span { border-color: rgb(173,10,175); }
td.TdClassName
{
border-color: #AD0AAF;
}
.TagClassName
{
border-color: #AD0AAF;
}
</style>