Shades of Dark Magenta #AB0AA6
Tints of Dark Magenta #AB0AA6
RGB
CMYK
RGB Variations
Color information
#AB0AA6 (or 0xAB0AA6) is known color: Dark Magenta. HEX triplet: AB, 0A and A6. RGB value is (171,10,166). Sum of RGB (Red+Green+Blue) = 171+10+166=347 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.28% from 347); Green value is 10 (4.30% from 255 or 2.88% from 347); Blue value is 166 (65.23% from 255 or 47.84% from 347); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0AA6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0AA6 is #54F559. Grayscale: #4B4B4B. Windows color (decimal): -5567834 or 10881707. OLE color: 10881707.
HSL color Cylindrical-coordinate representation of color #AB0AA6: hue angle of 301.86º 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 #AB0AA6 is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 10 | 166 | - |
| CMYK | 0 | 0.94 | 0.03 | 0.33 |
| HSL | 301.86º | 0.89% | 0.35% | - |
| HSV(B) | 301.86º | 0.94% | 0.67% | - |
| XYZ | 23.79 | 11.63 | 37.07 | - |
| YUV | 75.92 | 178.84 | 195.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 10 | 166 | 0 | 0.94 | 0.03 | 0.33 | 301.86 | 0.89 | 0.35 |
| Hex | AB | A | A6 | 0 | 5E | 3 | 21 | 12E | 59 | 23 |
| Octal | 253 | 12 | 246 | 0 | 136 | 3 | 41 | 456 | 131 | 43 |
| Binary | 10101011 | 1010 | 10100110 | 0 | 1011110 | 11 | 100001 | 100101110 | 1011001 | 100011 |
Color Harmonies of #AB0AA6
Complementary color
Monochromatic Colors of #AB0AA6
Black with #AB0AA6
Text Example
Text Example
White with #AB0AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0AA6; }
p { color: rgb(171,10,166); }
H1.HeaderClassName
{
color: #AB0AA6;
}
.AnyTagClassName
{
color: #AB0AA6;
}
</style>
background-color css
<style>
a { background-color: #AB0AA6; }
a { background-color: rgb(171,10,166); }
div.DivClassName
{
background-color: #AB0AA6;
}
.BgClassName
{
background-color: #AB0AA6;
}
</style>
border-color css
<style>
span { border-color: #AB0AA6; }
span { border-color: rgb(171,10,166); }
td.TdClassName
{
border-color: #AB0AA6;
}
.TagClassName
{
border-color: #AB0AA6;
}
</style>