Shades of Dark Magenta #AB11A0
Tints of Dark Magenta #AB11A0
RGB
CMYK
RGB Variations
Color information
#AB11A0 (or 0xAB11A0) is known color: Dark Magenta. HEX triplet: AB, 11 and A0. RGB value is (171,17,160). Sum of RGB (Red+Green+Blue) = 171+17+160=348 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.14% from 348); Green value is 17 (7.03% from 255 or 4.89% from 348); Blue value is 160 (62.89% from 255 or 45.98% from 348); Max value from RGB is 171 - color contains mainly: red. Hex color #AB11A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB11A0 is #54EE5F. Grayscale: #4E4E4E. Windows color (decimal): -5566048 or 10490283. OLE color: 10490283.
HSL color Cylindrical-coordinate representation of color #AB11A0: hue angle of 304.29º 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 #AB11A0 is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 17 | 160 | - |
| CMYK | 0 | 0.90 | 0.06 | 0.33 |
| HSL | 304.29º | 0.82% | 0.37% | - |
| HSV(B) | 304.29º | 0.9% | 0.67% | - |
| XYZ | 23.34 | 11.6 | 34.27 | - |
| YUV | 79.35 | 173.52 | 193.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 17 | 160 | 0 | 0.90 | 0.06 | 0.33 | 304.29 | 0.82 | 0.37 |
| Hex | AB | 11 | A0 | 0 | 5A | 6 | 21 | 130 | 52 | 25 |
| Octal | 253 | 21 | 240 | 0 | 132 | 6 | 41 | 460 | 122 | 45 |
| Binary | 10101011 | 10001 | 10100000 | 0 | 1011010 | 110 | 100001 | 100110000 | 1010010 | 100101 |
Color Harmonies of #AB11A0
Complementary color
Monochromatic Colors of #AB11A0
Black with #AB11A0
Text Example
Text Example
White with #AB11A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB11A0; }
p { color: rgb(171,17,160); }
H1.HeaderClassName
{
color: #AB11A0;
}
.AnyTagClassName
{
color: #AB11A0;
}
</style>
background-color css
<style>
a { background-color: #AB11A0; }
a { background-color: rgb(171,17,160); }
div.DivClassName
{
background-color: #AB11A0;
}
.BgClassName
{
background-color: #AB11A0;
}
</style>
border-color css
<style>
span { border-color: #AB11A0; }
span { border-color: rgb(171,17,160); }
td.TdClassName
{
border-color: #AB11A0;
}
.TagClassName
{
border-color: #AB11A0;
}
</style>