Shades of Dark Magenta #AB12A1
Tints of Dark Magenta #AB12A1
RGB
CMYK
RGB Variations
Color information
#AB12A1 (or 0xAB12A1) is known color: Dark Magenta. HEX triplet: AB, 12 and A1. RGB value is (171,18,161). Sum of RGB (Red+Green+Blue) = 171+18+161=350 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.86% from 350); Green value is 18 (7.42% from 255 or 5.14% from 350); Blue value is 161 (63.28% from 255 or 46% from 350); Max value from RGB is 171 - color contains mainly: red. Hex color #AB12A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB12A1 is #54ED5E. Grayscale: #4F4F4F. Windows color (decimal): -5565791 or 10556075. OLE color: 10556075.
HSL color Cylindrical-coordinate representation of color #AB12A1: hue angle of 303.92º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB12A1 is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 18 | 161 | - |
| CMYK | 0 | 0.89 | 0.06 | 0.33 |
| HSL | 303.92º | 0.81% | 0.37% | - |
| HSV(B) | 303.92º | 0.89% | 0.67% | - |
| XYZ | 23.44 | 11.66 | 34.73 | - |
| YUV | 80.05 | 173.69 | 192.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 18 | 161 | 0 | 0.89 | 0.06 | 0.33 | 303.92 | 0.81 | 0.37 |
| Hex | AB | 12 | A1 | 0 | 59 | 6 | 21 | 130 | 51 | 25 |
| Octal | 253 | 22 | 241 | 0 | 131 | 6 | 41 | 460 | 121 | 45 |
| Binary | 10101011 | 10010 | 10100001 | 0 | 1011001 | 110 | 100001 | 100110000 | 1010001 | 100101 |
Color Harmonies of #AB12A1
Complementary color
Monochromatic Colors of #AB12A1
Black with #AB12A1
Text Example
Text Example
White with #AB12A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB12A1; }
p { color: rgb(171,18,161); }
H1.HeaderClassName
{
color: #AB12A1;
}
.AnyTagClassName
{
color: #AB12A1;
}
</style>
background-color css
<style>
a { background-color: #AB12A1; }
a { background-color: rgb(171,18,161); }
div.DivClassName
{
background-color: #AB12A1;
}
.BgClassName
{
background-color: #AB12A1;
}
</style>
border-color css
<style>
span { border-color: #AB12A1; }
span { border-color: rgb(171,18,161); }
td.TdClassName
{
border-color: #AB12A1;
}
.TagClassName
{
border-color: #AB12A1;
}
</style>