Shades of Dark Magenta #AD12A1
Tints of Dark Magenta #AD12A1
RGB
CMYK
RGB Variations
Color information
#AD12A1 (or 0xAD12A1) is known color: Dark Magenta. HEX triplet: AD, 12 and A1. RGB value is (173,18,161). Sum of RGB (Red+Green+Blue) = 173+18+161=352 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.15% from 352); Green value is 18 (7.42% from 255 or 5.11% from 352); Blue value is 161 (63.28% from 255 or 45.74% from 352); Max value from RGB is 173 - color contains mainly: red. Hex color #AD12A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD12A1 is #52ED5E. Grayscale: #505050. Windows color (decimal): -5434719 or 10556077. OLE color: 10556077.
HSL color Cylindrical-coordinate representation of color #AD12A1: hue angle of 304.65º 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 #AD12A1 is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 18 | 161 | - |
| CMYK | 0 | 0.90 | 0.07 | 0.32 |
| HSL | 304.65º | 0.81% | 0.37% | - |
| HSV(B) | 304.65º | 0.9% | 0.68% | - |
| XYZ | 23.88 | 11.89 | 34.75 | - |
| YUV | 80.65 | 173.35 | 193.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 18 | 161 | 0 | 0.90 | 0.07 | 0.32 | 304.65 | 0.81 | 0.37 |
| Hex | AD | 12 | A1 | 0 | 5A | 7 | 20 | 131 | 51 | 25 |
| Octal | 255 | 22 | 241 | 0 | 132 | 7 | 40 | 461 | 121 | 45 |
| Binary | 10101101 | 10010 | 10100001 | 0 | 1011010 | 111 | 100000 | 100110001 | 1010001 | 100101 |
Color Harmonies of #AD12A1
Complementary color
Monochromatic Colors of #AD12A1
Black with #AD12A1
Text Example
Text Example
White with #AD12A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD12A1; }
p { color: rgb(173,18,161); }
H1.HeaderClassName
{
color: #AD12A1;
}
.AnyTagClassName
{
color: #AD12A1;
}
</style>
background-color css
<style>
a { background-color: #AD12A1; }
a { background-color: rgb(173,18,161); }
div.DivClassName
{
background-color: #AD12A1;
}
.BgClassName
{
background-color: #AD12A1;
}
</style>
border-color css
<style>
span { border-color: #AD12A1; }
span { border-color: rgb(173,18,161); }
td.TdClassName
{
border-color: #AD12A1;
}
.TagClassName
{
border-color: #AD12A1;
}
</style>