Shades of Dark Magenta #AB04A1
Tints of Dark Magenta #AB04A1
RGB
CMYK
RGB Variations
Color information
#AB04A1 (or 0xAB04A1) is known color: Dark Magenta. HEX triplet: AB, 04 and A1. RGB value is (171,4,161). Sum of RGB (Red+Green+Blue) = 171+4+161=336 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.89% from 336); Green value is 4 (1.95% from 255 or 1.19% from 336); Blue value is 161 (63.28% from 255 or 47.92% from 336); Max value from RGB is 171 - color contains mainly: red. Hex color #AB04A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB04A1 is #54FB5E. Grayscale: #474747. Windows color (decimal): -5569375 or 10552491. OLE color: 10552491.
HSL color Cylindrical-coordinate representation of color #AB04A1: hue angle of 303.59º degrees, saturation: 0.95, 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 #AB04A1 is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 4 | 161 | - |
| CMYK | 0 | 0.98 | 0.06 | 0.33 |
| HSL | 303.59º | 0.95% | 0.34% | - |
| HSV(B) | 303.59º | 0.98% | 0.67% | - |
| XYZ | 23.27 | 11.32 | 34.68 | - |
| YUV | 71.83 | 178.33 | 198.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 4 | 161 | 0 | 0.98 | 0.06 | 0.33 | 303.59 | 0.95 | 0.34 |
| Hex | AB | 4 | A1 | 0 | 62 | 6 | 21 | 130 | 5F | 22 |
| Octal | 253 | 4 | 241 | 0 | 142 | 6 | 41 | 460 | 137 | 42 |
| Binary | 10101011 | 100 | 10100001 | 0 | 1100010 | 110 | 100001 | 100110000 | 1011111 | 100010 |
Color Harmonies of #AB04A1
Complementary color
Monochromatic Colors of #AB04A1
Black with #AB04A1
Text Example
Text Example
White with #AB04A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB04A1; }
p { color: rgb(171,4,161); }
H1.HeaderClassName
{
color: #AB04A1;
}
.AnyTagClassName
{
color: #AB04A1;
}
</style>
background-color css
<style>
a { background-color: #AB04A1; }
a { background-color: rgb(171,4,161); }
div.DivClassName
{
background-color: #AB04A1;
}
.BgClassName
{
background-color: #AB04A1;
}
</style>
border-color css
<style>
span { border-color: #AB04A1; }
span { border-color: rgb(171,4,161); }
td.TdClassName
{
border-color: #AB04A1;
}
.TagClassName
{
border-color: #AB04A1;
}
</style>