Shades of Dark Magenta #AB049B
Tints of Dark Magenta #AB049B
RGB
CMYK
RGB Variations
Color information
#AB049B (or 0xAB049B) is known color: Dark Magenta. HEX triplet: AB, 04 and 9B. RGB value is (171,4,155). Sum of RGB (Red+Green+Blue) = 171+4+155=330 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.82% from 330); Green value is 4 (1.95% from 255 or 1.21% from 330); Blue value is 155 (60.94% from 255 or 46.97% from 330); Max value from RGB is 171 - color contains mainly: red. Hex color #AB049B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB049B is #54FB64. Grayscale: #464646. Windows color (decimal): -5569381 or 10159275. OLE color: 10159275.
HSL color Cylindrical-coordinate representation of color #AB049B: hue angle of 305.75º 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 #AB049B is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 4 | 155 | - |
| CMYK | 0 | 0.98 | 0.09 | 0.33 |
| HSL | 305.75º | 0.95% | 0.34% | - |
| HSV(B) | 305.75º | 0.98% | 0.67% | - |
| XYZ | 22.75 | 11.11 | 31.96 | - |
| YUV | 71.15 | 175.33 | 199.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 4 | 155 | 0 | 0.98 | 0.09 | 0.33 | 305.75 | 0.95 | 0.34 |
| Hex | AB | 4 | 9B | 0 | 62 | 9 | 21 | 132 | 5F | 22 |
| Octal | 253 | 4 | 233 | 0 | 142 | 11 | 41 | 462 | 137 | 42 |
| Binary | 10101011 | 100 | 10011011 | 0 | 1100010 | 1001 | 100001 | 100110010 | 1011111 | 100010 |
Color Harmonies of #AB049B
Complementary color
Monochromatic Colors of #AB049B
Black with #AB049B
Text Example
Text Example
White with #AB049B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB049B; }
p { color: rgb(171,4,155); }
H1.HeaderClassName
{
color: #AB049B;
}
.AnyTagClassName
{
color: #AB049B;
}
</style>
background-color css
<style>
a { background-color: #AB049B; }
a { background-color: rgb(171,4,155); }
div.DivClassName
{
background-color: #AB049B;
}
.BgClassName
{
background-color: #AB049B;
}
</style>
border-color css
<style>
span { border-color: #AB049B; }
span { border-color: rgb(171,4,155); }
td.TdClassName
{
border-color: #AB049B;
}
.TagClassName
{
border-color: #AB049B;
}
</style>