Shades of Dark Magenta #AB04A0
Tints of Dark Magenta #AB04A0
RGB
CMYK
RGB Variations
Color information
#AB04A0 (or 0xAB04A0) is known color: Dark Magenta. HEX triplet: AB, 04 and A0. RGB value is (171,4,160). Sum of RGB (Red+Green+Blue) = 171+4+160=335 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.04% from 335); Green value is 4 (1.95% from 255 or 1.19% from 335); Blue value is 160 (62.89% from 255 or 47.76% from 335); Max value from RGB is 171 - color contains mainly: red. Hex color #AB04A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB04A0 is #54FB5F. Grayscale: #474747. Windows color (decimal): -5569376 or 10486955. OLE color: 10486955.
HSL color Cylindrical-coordinate representation of color #AB04A0: hue angle of 303.95º 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 #AB04A0 is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 4 | 160 | - |
| CMYK | 0 | 0.98 | 0.06 | 0.33 |
| HSL | 303.95º | 0.95% | 0.34% | - |
| HSV(B) | 303.95º | 0.98% | 0.67% | - |
| XYZ | 23.18 | 11.28 | 34.21 | - |
| YUV | 71.72 | 177.83 | 198.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 4 | 160 | 0 | 0.98 | 0.06 | 0.33 | 303.95 | 0.95 | 0.34 |
| Hex | AB | 4 | A0 | 0 | 62 | 6 | 21 | 130 | 5F | 22 |
| Octal | 253 | 4 | 240 | 0 | 142 | 6 | 41 | 460 | 137 | 42 |
| Binary | 10101011 | 100 | 10100000 | 0 | 1100010 | 110 | 100001 | 100110000 | 1011111 | 100010 |
Color Harmonies of #AB04A0
Complementary color
Monochromatic Colors of #AB04A0
Black with #AB04A0
Text Example
Text Example
White with #AB04A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB04A0; }
p { color: rgb(171,4,160); }
H1.HeaderClassName
{
color: #AB04A0;
}
.AnyTagClassName
{
color: #AB04A0;
}
</style>
background-color css
<style>
a { background-color: #AB04A0; }
a { background-color: rgb(171,4,160); }
div.DivClassName
{
background-color: #AB04A0;
}
.BgClassName
{
background-color: #AB04A0;
}
</style>
border-color css
<style>
span { border-color: #AB04A0; }
span { border-color: rgb(171,4,160); }
td.TdClassName
{
border-color: #AB04A0;
}
.TagClassName
{
border-color: #AB04A0;
}
</style>