Shades of Dark Magenta #AB03A1
Tints of Dark Magenta #AB03A1
RGB
CMYK
RGB Variations
Color information
#AB03A1 (or 0xAB03A1) is known color: Dark Magenta. HEX triplet: AB, 03 and A1. RGB value is (171,3,161). Sum of RGB (Red+Green+Blue) = 171+3+161=335 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.04% from 335); Green value is 3 (1.56% from 255 or 0.90% from 335); Blue value is 161 (63.28% from 255 or 48.06% from 335); Max value from RGB is 171 - color contains mainly: red. Hex color #AB03A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB03A1 is #54FC5E. Grayscale: #464646. Windows color (decimal): -5569631 or 10552235. OLE color: 10552235.
HSL color Cylindrical-coordinate representation of color #AB03A1: hue angle of 303.57º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AB03A1 is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 3 | 161 | - |
| CMYK | 0 | 0.98 | 0.06 | 0.33 |
| HSL | 303.57º | 0.97% | 0.34% | - |
| HSV(B) | 303.57º | 0.98% | 0.67% | - |
| XYZ | 23.26 | 11.3 | 34.67 | - |
| YUV | 71.24 | 178.66 | 199.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 3 | 161 | 0 | 0.98 | 0.06 | 0.33 | 303.57 | 0.97 | 0.34 |
| Hex | AB | 3 | A1 | 0 | 62 | 6 | 21 | 130 | 61 | 22 |
| Octal | 253 | 3 | 241 | 0 | 142 | 6 | 41 | 460 | 141 | 42 |
| Binary | 10101011 | 11 | 10100001 | 0 | 1100010 | 110 | 100001 | 100110000 | 1100001 | 100010 |
Color Harmonies of #AB03A1
Complementary color
Monochromatic Colors of #AB03A1
Black with #AB03A1
Text Example
Text Example
White with #AB03A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB03A1; }
p { color: rgb(171,3,161); }
H1.HeaderClassName
{
color: #AB03A1;
}
.AnyTagClassName
{
color: #AB03A1;
}
</style>
background-color css
<style>
a { background-color: #AB03A1; }
a { background-color: rgb(171,3,161); }
div.DivClassName
{
background-color: #AB03A1;
}
.BgClassName
{
background-color: #AB03A1;
}
</style>
border-color css
<style>
span { border-color: #AB03A1; }
span { border-color: rgb(171,3,161); }
td.TdClassName
{
border-color: #AB03A1;
}
.TagClassName
{
border-color: #AB03A1;
}
</style>