Shades of Dark Magenta #AB19A2
Tints of Dark Magenta #AB19A2
RGB
CMYK
RGB Variations
Color information
#AB19A2 (or 0xAB19A2) is known color: Dark Magenta. HEX triplet: AB, 19 and A2. RGB value is (171,25,162). Sum of RGB (Red+Green+Blue) = 171+25+162=358 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.77% from 358); Green value is 25 (10.16% from 255 or 6.98% from 358); Blue value is 162 (63.67% from 255 or 45.25% from 358); Max value from RGB is 171 - color contains mainly: red. Hex color #AB19A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB19A2 is #54E65D. Grayscale: #535353. Windows color (decimal): -5563998 or 10623403. OLE color: 10623403.
HSL color Cylindrical-coordinate representation of color #AB19A2: hue angle of 303.7º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AB19A2 is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 25 | 162 | - |
| CMYK | 0 | 0.85 | 0.05 | 0.33 |
| HSL | 303.7º | 0.74% | 0.38% | - |
| HSV(B) | 303.7º | 0.85% | 0.67% | - |
| XYZ | 23.66 | 11.96 | 35.24 | - |
| YUV | 84.27 | 171.87 | 189.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 25 | 162 | 0 | 0.85 | 0.05 | 0.33 | 303.7 | 0.74 | 0.38 |
| Hex | AB | 19 | A2 | 0 | 55 | 5 | 21 | 130 | 4A | 26 |
| Octal | 253 | 31 | 242 | 0 | 125 | 5 | 41 | 460 | 112 | 46 |
| Binary | 10101011 | 11001 | 10100010 | 0 | 1010101 | 101 | 100001 | 100110000 | 1001010 | 100110 |
Color Harmonies of #AB19A2
Complementary color
Monochromatic Colors of #AB19A2
Black with #AB19A2
Text Example
Text Example
White with #AB19A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB19A2; }
p { color: rgb(171,25,162); }
H1.HeaderClassName
{
color: #AB19A2;
}
.AnyTagClassName
{
color: #AB19A2;
}
</style>
background-color css
<style>
a { background-color: #AB19A2; }
a { background-color: rgb(171,25,162); }
div.DivClassName
{
background-color: #AB19A2;
}
.BgClassName
{
background-color: #AB19A2;
}
</style>
border-color css
<style>
span { border-color: #AB19A2; }
span { border-color: rgb(171,25,162); }
td.TdClassName
{
border-color: #AB19A2;
}
.TagClassName
{
border-color: #AB19A2;
}
</style>