Shades of Dark Magenta #AB039C
Tints of Dark Magenta #AB039C
RGB
CMYK
RGB Variations
Color information
#AB039C (or 0xAB039C) is known color: Dark Magenta. HEX triplet: AB, 03 and 9C. RGB value is (171,3,156). Sum of RGB (Red+Green+Blue) = 171+3+156=330 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.82% from 330); Green value is 3 (1.56% from 255 or 0.91% from 330); Blue value is 156 (61.33% from 255 or 47.27% from 330); Max value from RGB is 171 - color contains mainly: red. Hex color #AB039C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB039C is #54FC63. Grayscale: #464646. Windows color (decimal): -5569636 or 10224555. OLE color: 10224555.
HSL color Cylindrical-coordinate representation of color #AB039C: hue angle of 305.36º degrees, saturation: 0.97, 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 #AB039C is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 3 | 156 | - |
| CMYK | 0 | 0.98 | 0.09 | 0.33 |
| HSL | 305.36º | 0.97% | 0.34% | - |
| HSV(B) | 305.36º | 0.98% | 0.67% | - |
| XYZ | 22.83 | 11.12 | 32.4 | - |
| YUV | 70.67 | 176.16 | 199.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 3 | 156 | 0 | 0.98 | 0.09 | 0.33 | 305.36 | 0.97 | 0.34 |
| Hex | AB | 3 | 9C | 0 | 62 | 9 | 21 | 131 | 61 | 22 |
| Octal | 253 | 3 | 234 | 0 | 142 | 11 | 41 | 461 | 141 | 42 |
| Binary | 10101011 | 11 | 10011100 | 0 | 1100010 | 1001 | 100001 | 100110001 | 1100001 | 100010 |
Color Harmonies of #AB039C
Complementary color
Monochromatic Colors of #AB039C
Black with #AB039C
Text Example
Text Example
White with #AB039C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB039C; }
p { color: rgb(171,3,156); }
H1.HeaderClassName
{
color: #AB039C;
}
.AnyTagClassName
{
color: #AB039C;
}
</style>
background-color css
<style>
a { background-color: #AB039C; }
a { background-color: rgb(171,3,156); }
div.DivClassName
{
background-color: #AB039C;
}
.BgClassName
{
background-color: #AB039C;
}
</style>
border-color css
<style>
span { border-color: #AB039C; }
span { border-color: rgb(171,3,156); }
td.TdClassName
{
border-color: #AB039C;
}
.TagClassName
{
border-color: #AB039C;
}
</style>