Shades of Deep Magenta #AD10AA
Tints of Deep Magenta #AD10AA
RGB
CMYK
RGB Variations
Color information
#AD10AA (or 0xAD10AA) is known color: Deep Magenta. HEX triplet: AD, 10 and AA. RGB value is (173,16,170). Sum of RGB (Red+Green+Blue) = 173+16+170=359 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.19% from 359); Green value is 16 (6.64% from 255 or 4.46% from 359); Blue value is 170 (66.80% from 255 or 47.35% from 359); Max value from RGB is 173 - color contains mainly: red. Hex color #AD10AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD10AA is #52EF55. Grayscale: #505050. Windows color (decimal): -5435222 or 11145389. OLE color: 11145389.
HSL color Cylindrical-coordinate representation of color #AD10AA: hue angle of 301.15º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD10AA is Cyan = 0, Magento = 0.91, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 16 | 170 | - |
| CMYK | 0 | 0.91 | 0.02 | 0.32 |
| HSL | 301.15º | 0.83% | 0.37% | - |
| HSV(B) | 301.15º | 0.91% | 0.68% | - |
| XYZ | 24.67 | 12.16 | 39.08 | - |
| YUV | 80.5 | 178.51 | 193.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 16 | 170 | 0 | 0.91 | 0.02 | 0.32 | 301.15 | 0.83 | 0.37 |
| Hex | AD | 10 | AA | 0 | 5B | 2 | 20 | 12D | 53 | 25 |
| Octal | 255 | 20 | 252 | 0 | 133 | 2 | 40 | 455 | 123 | 45 |
| Binary | 10101101 | 10000 | 10101010 | 0 | 1011011 | 10 | 100000 | 100101101 | 1010011 | 100101 |
Color Harmonies of #AD10AA
Complementary color
Monochromatic Colors of #AD10AA
Black with #AD10AA
Text Example
Text Example
White with #AD10AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD10AA; }
p { color: rgb(173,16,170); }
H1.HeaderClassName
{
color: #AD10AA;
}
.AnyTagClassName
{
color: #AD10AA;
}
</style>
background-color css
<style>
a { background-color: #AD10AA; }
a { background-color: rgb(173,16,170); }
div.DivClassName
{
background-color: #AD10AA;
}
.BgClassName
{
background-color: #AD10AA;
}
</style>
border-color css
<style>
span { border-color: #AD10AA; }
span { border-color: rgb(173,16,170); }
td.TdClassName
{
border-color: #AD10AA;
}
.TagClassName
{
border-color: #AD10AA;
}
</style>