Shades of Dark Magenta #AB019C
Tints of Dark Magenta #AB019C
RGB
CMYK
RGB Variations
Color information
#AB019C (or 0xAB019C) is known color: Dark Magenta. HEX triplet: AB, 01 and 9C. RGB value is (171,1,156). Sum of RGB (Red+Green+Blue) = 171+1+156=328 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.13% from 328); Green value is 1 (0.78% from 255 or 0.30% from 328); Blue value is 156 (61.33% from 255 or 47.56% from 328); Max value from RGB is 171 - color contains mainly: red. Hex color #AB019C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB019C is #54FE63. Grayscale: #454545. Windows color (decimal): -5570148 or 10224043. OLE color: 10224043.
HSL color Cylindrical-coordinate representation of color #AB019C: hue angle of 305.29º 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 #AB019C is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 1 | 156 | - |
| CMYK | 0 | 0.99 | 0.09 | 0.33 |
| HSL | 305.29º | 0.99% | 0.34% | - |
| HSV(B) | 305.29º | 0.99% | 0.67% | - |
| XYZ | 22.81 | 11.08 | 32.39 | - |
| YUV | 69.5 | 176.82 | 200.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 1 | 156 | 0 | 0.99 | 0.09 | 0.33 | 305.29 | 0.99 | 0.34 |
| Hex | AB | 1 | 9C | 0 | 63 | 9 | 21 | 131 | 63 | 22 |
| Octal | 253 | 1 | 234 | 0 | 143 | 11 | 41 | 461 | 143 | 42 |
| Binary | 10101011 | 1 | 10011100 | 0 | 1100011 | 1001 | 100001 | 100110001 | 1100011 | 100010 |
Color Harmonies of #AB019C
Complementary color
Monochromatic Colors of #AB019C
Black with #AB019C
Text Example
Text Example
White with #AB019C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB019C; }
p { color: rgb(171,1,156); }
H1.HeaderClassName
{
color: #AB019C;
}
.AnyTagClassName
{
color: #AB019C;
}
</style>
background-color css
<style>
a { background-color: #AB019C; }
a { background-color: rgb(171,1,156); }
div.DivClassName
{
background-color: #AB019C;
}
.BgClassName
{
background-color: #AB019C;
}
</style>
border-color css
<style>
span { border-color: #AB019C; }
span { border-color: rgb(171,1,156); }
td.TdClassName
{
border-color: #AB019C;
}
.TagClassName
{
border-color: #AB019C;
}
</style>