Shades of Dark Magenta #AB059A
Tints of Dark Magenta #AB059A
RGB
CMYK
RGB Variations
Color information
#AB059A (or 0xAB059A) is known color: Dark Magenta. HEX triplet: AB, 05 and 9A. RGB value is (171,5,154). Sum of RGB (Red+Green+Blue) = 171+5+154=330 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.82% from 330); Green value is 5 (2.34% from 255 or 1.52% from 330); Blue value is 154 (60.55% from 255 or 46.67% from 330); Max value from RGB is 171 - color contains mainly: red. Hex color #AB059A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB059A is #54FA65. Grayscale: #474747. Windows color (decimal): -5569126 or 10093995. OLE color: 10093995.
HSL color Cylindrical-coordinate representation of color #AB059A: hue angle of 306.14º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AB059A is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 5 | 154 | - |
| CMYK | 0 | 0.97 | 0.10 | 0.33 |
| HSL | 306.14º | 0.94% | 0.35% | - |
| HSV(B) | 306.14º | 0.97% | 0.67% | - |
| XYZ | 22.68 | 11.1 | 31.52 | - |
| YUV | 71.62 | 174.5 | 198.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 5 | 154 | 0 | 0.97 | 0.10 | 0.33 | 306.14 | 0.94 | 0.35 |
| Hex | AB | 5 | 9A | 0 | 61 | A | 21 | 132 | 5E | 23 |
| Octal | 253 | 5 | 232 | 0 | 141 | 12 | 41 | 462 | 136 | 43 |
| Binary | 10101011 | 101 | 10011010 | 0 | 1100001 | 1010 | 100001 | 100110010 | 1011110 | 100011 |
Color Harmonies of #AB059A
Complementary color
Monochromatic Colors of #AB059A
Black with #AB059A
Text Example
Text Example
White with #AB059A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB059A; }
p { color: rgb(171,5,154); }
H1.HeaderClassName
{
color: #AB059A;
}
.AnyTagClassName
{
color: #AB059A;
}
</style>
background-color css
<style>
a { background-color: #AB059A; }
a { background-color: rgb(171,5,154); }
div.DivClassName
{
background-color: #AB059A;
}
.BgClassName
{
background-color: #AB059A;
}
</style>
border-color css
<style>
span { border-color: #AB059A; }
span { border-color: rgb(171,5,154); }
td.TdClassName
{
border-color: #AB059A;
}
.TagClassName
{
border-color: #AB059A;
}
</style>