Shades of Dark Magenta #AB019F
Tints of Dark Magenta #AB019F
RGB
CMYK
RGB Variations
Color information
#AB019F (or 0xAB019F) is known color: Dark Magenta. HEX triplet: AB, 01 and 9F. RGB value is (171,1,159). Sum of RGB (Red+Green+Blue) = 171+1+159=331 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.66% from 331); Green value is 1 (0.78% from 255 or 0.30% from 331); Blue value is 159 (62.5% from 255 or 48.04% from 331); Max value from RGB is 171 - color contains mainly: red. Hex color #AB019F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB019F is #54FE60. Grayscale: #454545. Windows color (decimal): -5570145 or 10420651. OLE color: 10420651.
HSL color Cylindrical-coordinate representation of color #AB019F: hue angle of 304.24º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB019F is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 1 | 159 | - |
| CMYK | 0 | 0.99 | 0.07 | 0.33 |
| HSL | 304.24º | 0.99% | 0.34% | - |
| HSV(B) | 304.24º | 0.99% | 0.67% | - |
| XYZ | 23.06 | 11.18 | 33.74 | - |
| YUV | 69.84 | 178.32 | 200.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 1 | 159 | 0 | 0.99 | 0.07 | 0.33 | 304.24 | 0.99 | 0.34 |
| Hex | AB | 1 | 9F | 0 | 63 | 7 | 21 | 130 | 63 | 22 |
| Octal | 253 | 1 | 237 | 0 | 143 | 7 | 41 | 460 | 143 | 42 |
| Binary | 10101011 | 1 | 10011111 | 0 | 1100011 | 111 | 100001 | 100110000 | 1100011 | 100010 |
Color Harmonies of #AB019F
Complementary color
Monochromatic Colors of #AB019F
Black with #AB019F
Text Example
Text Example
White with #AB019F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB019F; }
p { color: rgb(171,1,159); }
H1.HeaderClassName
{
color: #AB019F;
}
.AnyTagClassName
{
color: #AB019F;
}
</style>
background-color css
<style>
a { background-color: #AB019F; }
a { background-color: rgb(171,1,159); }
div.DivClassName
{
background-color: #AB019F;
}
.BgClassName
{
background-color: #AB019F;
}
</style>
border-color css
<style>
span { border-color: #AB019F; }
span { border-color: rgb(171,1,159); }
td.TdClassName
{
border-color: #AB019F;
}
.TagClassName
{
border-color: #AB019F;
}
</style>