Shades of Dark Magenta #AB0BA6
Tints of Dark Magenta #AB0BA6
RGB
CMYK
RGB Variations
Color information
#AB0BA6 (or 0xAB0BA6) is known color: Dark Magenta. HEX triplet: AB, 0B and A6. RGB value is (171,11,166). Sum of RGB (Red+Green+Blue) = 171+11+166=348 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.14% from 348); Green value is 11 (4.69% from 255 or 3.16% from 348); Blue value is 166 (65.23% from 255 or 47.70% from 348); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0BA6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0BA6 is #54F459. Grayscale: #4C4C4C. Windows color (decimal): -5567578 or 10881963. OLE color: 10881963.
HSL color Cylindrical-coordinate representation of color #AB0BA6: hue angle of 301.88º 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 #AB0BA6 is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 11 | 166 | - |
| CMYK | 0 | 0.94 | 0.03 | 0.33 |
| HSL | 301.88º | 0.88% | 0.36% | - |
| HSV(B) | 301.88º | 0.94% | 0.67% | - |
| XYZ | 23.8 | 11.65 | 37.07 | - |
| YUV | 76.51 | 178.51 | 195.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 11 | 166 | 0 | 0.94 | 0.03 | 0.33 | 301.88 | 0.88 | 0.36 |
| Hex | AB | B | A6 | 0 | 5E | 3 | 21 | 12E | 58 | 24 |
| Octal | 253 | 13 | 246 | 0 | 136 | 3 | 41 | 456 | 130 | 44 |
| Binary | 10101011 | 1011 | 10100110 | 0 | 1011110 | 11 | 100001 | 100101110 | 1011000 | 100100 |
Color Harmonies of #AB0BA6
Complementary color
Monochromatic Colors of #AB0BA6
Black with #AB0BA6
Text Example
Text Example
White with #AB0BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0BA6; }
p { color: rgb(171,11,166); }
H1.HeaderClassName
{
color: #AB0BA6;
}
.AnyTagClassName
{
color: #AB0BA6;
}
</style>
background-color css
<style>
a { background-color: #AB0BA6; }
a { background-color: rgb(171,11,166); }
div.DivClassName
{
background-color: #AB0BA6;
}
.BgClassName
{
background-color: #AB0BA6;
}
</style>
border-color css
<style>
span { border-color: #AB0BA6; }
span { border-color: rgb(171,11,166); }
td.TdClassName
{
border-color: #AB0BA6;
}
.TagClassName
{
border-color: #AB0BA6;
}
</style>