Shades of Dark Magenta #AB0BA9
Tints of Dark Magenta #AB0BA9
RGB
CMYK
RGB Variations
Color information
#AB0BA9 (or 0xAB0BA9) is known color: Dark Magenta. HEX triplet: AB, 0B and A9. RGB value is (171,11,169). Sum of RGB (Red+Green+Blue) = 171+11+169=351 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.72% from 351); Green value is 11 (4.69% from 255 or 3.13% from 351); Blue value is 169 (66.41% from 255 or 48.15% from 351); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0BA9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0BA9 is #54F456. Grayscale: #4C4C4C. Windows color (decimal): -5567575 or 11078571. OLE color: 11078571.
HSL color Cylindrical-coordinate representation of color #AB0BA9: hue angle of 300.75º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB0BA9 is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 11 | 169 | - |
| CMYK | 0 | 0.94 | 0.01 | 0.33 |
| HSL | 300.75º | 0.88% | 0.36% | - |
| HSV(B) | 300.75º | 0.94% | 0.67% | - |
| XYZ | 24.08 | 11.76 | 38.54 | - |
| YUV | 76.85 | 180.01 | 195.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 11 | 169 | 0 | 0.94 | 0.01 | 0.33 | 300.75 | 0.88 | 0.36 |
| Hex | AB | B | A9 | 0 | 5E | 1 | 21 | 12D | 58 | 24 |
| Octal | 253 | 13 | 251 | 0 | 136 | 1 | 41 | 455 | 130 | 44 |
| Binary | 10101011 | 1011 | 10101001 | 0 | 1011110 | 1 | 100001 | 100101101 | 1011000 | 100100 |
Color Harmonies of #AB0BA9
Complementary color
Monochromatic Colors of #AB0BA9
Black with #AB0BA9
Text Example
Text Example
White with #AB0BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0BA9; }
p { color: rgb(171,11,169); }
H1.HeaderClassName
{
color: #AB0BA9;
}
.AnyTagClassName
{
color: #AB0BA9;
}
</style>
background-color css
<style>
a { background-color: #AB0BA9; }
a { background-color: rgb(171,11,169); }
div.DivClassName
{
background-color: #AB0BA9;
}
.BgClassName
{
background-color: #AB0BA9;
}
</style>
border-color css
<style>
span { border-color: #AB0BA9; }
span { border-color: rgb(171,11,169); }
td.TdClassName
{
border-color: #AB0BA9;
}
.TagClassName
{
border-color: #AB0BA9;
}
</style>