Shades of Dark Magenta #AB1AA6
Tints of Dark Magenta #AB1AA6
RGB
CMYK
RGB Variations
Color information
#AB1AA6 (or 0xAB1AA6) is known color: Dark Magenta. HEX triplet: AB, 1A and A6. RGB value is (171,26,166). Sum of RGB (Red+Green+Blue) = 171+26+166=363 (48% of max value = 765). Red value is 171 (67.19% from 255 or 47.11% from 363); Green value is 26 (10.55% from 255 or 7.16% from 363); Blue value is 166 (65.23% from 255 or 45.73% from 363); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1AA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB1AA6 is #54E559. Grayscale: #545454. Windows color (decimal): -5563738 or 10885803. OLE color: 10885803.
HSL color Cylindrical-coordinate representation of color #AB1AA6: hue angle of 302.07º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AB1AA6 is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 26 | 166 | - |
| CMYK | 0 | 0.85 | 0.03 | 0.33 |
| HSL | 302.07º | 0.74% | 0.39% | - |
| HSV(B) | 302.07º | 0.85% | 0.67% | - |
| XYZ | 24.05 | 12.15 | 37.15 | - |
| YUV | 85.32 | 173.54 | 189.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 26 | 166 | 0 | 0.85 | 0.03 | 0.33 | 302.07 | 0.74 | 0.39 |
| Hex | AB | 1A | A6 | 0 | 55 | 3 | 21 | 12E | 4A | 27 |
| Octal | 253 | 32 | 246 | 0 | 125 | 3 | 41 | 456 | 112 | 47 |
| Binary | 10101011 | 11010 | 10100110 | 0 | 1010101 | 11 | 100001 | 100101110 | 1001010 | 100111 |
Color Harmonies of #AB1AA6
Complementary color
Monochromatic Colors of #AB1AA6
Black with #AB1AA6
Text Example
Text Example
White with #AB1AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1AA6; }
p { color: rgb(171,26,166); }
H1.HeaderClassName
{
color: #AB1AA6;
}
.AnyTagClassName
{
color: #AB1AA6;
}
</style>
background-color css
<style>
a { background-color: #AB1AA6; }
a { background-color: rgb(171,26,166); }
div.DivClassName
{
background-color: #AB1AA6;
}
.BgClassName
{
background-color: #AB1AA6;
}
</style>
border-color css
<style>
span { border-color: #AB1AA6; }
span { border-color: rgb(171,26,166); }
td.TdClassName
{
border-color: #AB1AA6;
}
.TagClassName
{
border-color: #AB1AA6;
}
</style>