Shades of Dark Magenta #AB0AA8
Tints of Dark Magenta #AB0AA8
RGB
CMYK
RGB Variations
Color information
#AB0AA8 (or 0xAB0AA8) is known color: Dark Magenta. HEX triplet: AB, 0A and A8. RGB value is (171,10,168). Sum of RGB (Red+Green+Blue) = 171+10+168=349 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.00% from 349); Green value is 10 (4.30% from 255 or 2.87% from 349); Blue value is 168 (66.02% from 255 or 48.14% from 349); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0AA8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0AA8 is #54F557. Grayscale: #4B4B4B. Windows color (decimal): -5567832 or 11012779. OLE color: 11012779.
HSL color Cylindrical-coordinate representation of color #AB0AA8: hue angle of 301.12º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB0AA8 is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 10 | 168 | - |
| CMYK | 0 | 0.94 | 0.02 | 0.33 |
| HSL | 301.12º | 0.89% | 0.35% | - |
| HSV(B) | 301.12º | 0.94% | 0.67% | - |
| XYZ | 23.97 | 11.7 | 38.04 | - |
| YUV | 76.15 | 179.84 | 195.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 10 | 168 | 0 | 0.94 | 0.02 | 0.33 | 301.12 | 0.89 | 0.35 |
| Hex | AB | A | A8 | 0 | 5E | 2 | 21 | 12D | 59 | 23 |
| Octal | 253 | 12 | 250 | 0 | 136 | 2 | 41 | 455 | 131 | 43 |
| Binary | 10101011 | 1010 | 10101000 | 0 | 1011110 | 10 | 100001 | 100101101 | 1011001 | 100011 |
Color Harmonies of #AB0AA8
Complementary color
Monochromatic Colors of #AB0AA8
Black with #AB0AA8
Text Example
Text Example
White with #AB0AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0AA8; }
p { color: rgb(171,10,168); }
H1.HeaderClassName
{
color: #AB0AA8;
}
.AnyTagClassName
{
color: #AB0AA8;
}
</style>
background-color css
<style>
a { background-color: #AB0AA8; }
a { background-color: rgb(171,10,168); }
div.DivClassName
{
background-color: #AB0AA8;
}
.BgClassName
{
background-color: #AB0AA8;
}
</style>
border-color css
<style>
span { border-color: #AB0AA8; }
span { border-color: rgb(171,10,168); }
td.TdClassName
{
border-color: #AB0AA8;
}
.TagClassName
{
border-color: #AB0AA8;
}
</style>