Shades of Dark Magenta #AB11A2
Tints of Dark Magenta #AB11A2
RGB
CMYK
RGB Variations
Color information
#AB11A2 (or 0xAB11A2) is known color: Dark Magenta. HEX triplet: AB, 11 and A2. RGB value is (171,17,162). Sum of RGB (Red+Green+Blue) = 171+17+162=350 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.86% from 350); Green value is 17 (7.03% from 255 or 4.86% from 350); Blue value is 162 (63.67% from 255 or 46.29% from 350); Max value from RGB is 171 - color contains mainly: red. Hex color #AB11A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB11A2 is #54EE5D. Grayscale: #4F4F4F. Windows color (decimal): -5566046 or 10621355. OLE color: 10621355.
HSL color Cylindrical-coordinate representation of color #AB11A2: hue angle of 303.51º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AB11A2 is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 17 | 162 | - |
| CMYK | 0 | 0.90 | 0.05 | 0.33 |
| HSL | 303.51º | 0.82% | 0.37% | - |
| HSV(B) | 303.51º | 0.9% | 0.67% | - |
| XYZ | 23.52 | 11.67 | 35.2 | - |
| YUV | 79.58 | 174.52 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 17 | 162 | 0 | 0.90 | 0.05 | 0.33 | 303.51 | 0.82 | 0.37 |
| Hex | AB | 11 | A2 | 0 | 5A | 5 | 21 | 130 | 52 | 25 |
| Octal | 253 | 21 | 242 | 0 | 132 | 5 | 41 | 460 | 122 | 45 |
| Binary | 10101011 | 10001 | 10100010 | 0 | 1011010 | 101 | 100001 | 100110000 | 1010010 | 100101 |
Color Harmonies of #AB11A2
Complementary color
Monochromatic Colors of #AB11A2
Black with #AB11A2
Text Example
Text Example
White with #AB11A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB11A2; }
p { color: rgb(171,17,162); }
H1.HeaderClassName
{
color: #AB11A2;
}
.AnyTagClassName
{
color: #AB11A2;
}
</style>
background-color css
<style>
a { background-color: #AB11A2; }
a { background-color: rgb(171,17,162); }
div.DivClassName
{
background-color: #AB11A2;
}
.BgClassName
{
background-color: #AB11A2;
}
</style>
border-color css
<style>
span { border-color: #AB11A2; }
span { border-color: rgb(171,17,162); }
td.TdClassName
{
border-color: #AB11A2;
}
.TagClassName
{
border-color: #AB11A2;
}
</style>