Shades of Dark Magenta #AB1AA8
Tints of Dark Magenta #AB1AA8
RGB
CMYK
RGB Variations
Color information
#AB1AA8 (or 0xAB1AA8) is known color: Dark Magenta. HEX triplet: AB, 1A and A8. RGB value is (171,26,168). Sum of RGB (Red+Green+Blue) = 171+26+168=365 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.85% from 365); Green value is 26 (10.55% from 255 or 7.12% from 365); Blue value is 168 (66.02% from 255 or 46.03% from 365); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1AA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB1AA8 is #54E557. Grayscale: #555555. Windows color (decimal): -5563736 or 11016875. OLE color: 11016875.
HSL color Cylindrical-coordinate representation of color #AB1AA8: hue angle of 301.24º 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 #AB1AA8 is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 26 | 168 | - |
| CMYK | 0 | 0.85 | 0.02 | 0.33 |
| HSL | 301.24º | 0.74% | 0.39% | - |
| HSV(B) | 301.24º | 0.85% | 0.67% | - |
| XYZ | 24.23 | 12.22 | 38.13 | - |
| YUV | 85.54 | 174.54 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 26 | 168 | 0 | 0.85 | 0.02 | 0.33 | 301.24 | 0.74 | 0.39 |
| Hex | AB | 1A | A8 | 0 | 55 | 2 | 21 | 12D | 4A | 27 |
| Octal | 253 | 32 | 250 | 0 | 125 | 2 | 41 | 455 | 112 | 47 |
| Binary | 10101011 | 11010 | 10101000 | 0 | 1010101 | 10 | 100001 | 100101101 | 1001010 | 100111 |
Color Harmonies of #AB1AA8
Complementary color
Monochromatic Colors of #AB1AA8
Black with #AB1AA8
Text Example
Text Example
White with #AB1AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1AA8; }
p { color: rgb(171,26,168); }
H1.HeaderClassName
{
color: #AB1AA8;
}
.AnyTagClassName
{
color: #AB1AA8;
}
</style>
background-color css
<style>
a { background-color: #AB1AA8; }
a { background-color: rgb(171,26,168); }
div.DivClassName
{
background-color: #AB1AA8;
}
.BgClassName
{
background-color: #AB1AA8;
}
</style>
border-color css
<style>
span { border-color: #AB1AA8; }
span { border-color: rgb(171,26,168); }
td.TdClassName
{
border-color: #AB1AA8;
}
.TagClassName
{
border-color: #AB1AA8;
}
</style>