Shades of Deep Magenta #AD12AA
Tints of Deep Magenta #AD12AA
RGB
CMYK
RGB Variations
Color information
#AD12AA (or 0xAD12AA) is known color: Deep Magenta. HEX triplet: AD, 12 and AA. RGB value is (173,18,170). Sum of RGB (Red+Green+Blue) = 173+18+170=361 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.92% from 361); Green value is 18 (7.42% from 255 or 4.99% from 361); Blue value is 170 (66.80% from 255 or 47.09% from 361); Max value from RGB is 173 - color contains mainly: red. Hex color #AD12AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD12AA is #52ED55. Grayscale: #515151. Windows color (decimal): -5434710 or 11145901. OLE color: 11145901.
HSL color Cylindrical-coordinate representation of color #AD12AA: hue angle of 301.16º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD12AA is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 18 | 170 | - |
| CMYK | 0 | 0.90 | 0.02 | 0.32 |
| HSL | 301.16º | 0.81% | 0.37% | - |
| HSV(B) | 301.16º | 0.9% | 0.68% | - |
| XYZ | 24.71 | 12.22 | 39.09 | - |
| YUV | 81.67 | 177.85 | 193.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 18 | 170 | 0 | 0.90 | 0.02 | 0.32 | 301.16 | 0.81 | 0.37 |
| Hex | AD | 12 | AA | 0 | 5A | 2 | 20 | 12D | 51 | 25 |
| Octal | 255 | 22 | 252 | 0 | 132 | 2 | 40 | 455 | 121 | 45 |
| Binary | 10101101 | 10010 | 10101010 | 0 | 1011010 | 10 | 100000 | 100101101 | 1010001 | 100101 |
Color Harmonies of #AD12AA
Complementary color
Monochromatic Colors of #AD12AA
Black with #AD12AA
Text Example
Text Example
White with #AD12AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD12AA; }
p { color: rgb(173,18,170); }
H1.HeaderClassName
{
color: #AD12AA;
}
.AnyTagClassName
{
color: #AD12AA;
}
</style>
background-color css
<style>
a { background-color: #AD12AA; }
a { background-color: rgb(173,18,170); }
div.DivClassName
{
background-color: #AD12AA;
}
.BgClassName
{
background-color: #AD12AA;
}
</style>
border-color css
<style>
span { border-color: #AD12AA; }
span { border-color: rgb(173,18,170); }
td.TdClassName
{
border-color: #AD12AA;
}
.TagClassName
{
border-color: #AD12AA;
}
</style>