Shades of Dark Magenta #AB159D
Tints of Dark Magenta #AB159D
RGB
CMYK
RGB Variations
Color information
#AB159D (or 0xAB159D) is known color: Dark Magenta. HEX triplet: AB, 15 and 9D. RGB value is (171,21,157). Sum of RGB (Red+Green+Blue) = 171+21+157=349 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.00% from 349); Green value is 21 (8.59% from 255 or 6.02% from 349); Blue value is 157 (61.72% from 255 or 44.99% from 349); Max value from RGB is 171 - color contains mainly: red. Hex color #AB159D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB159D is #54EA62. Grayscale: #505050. Windows color (decimal): -5565027 or 10294699. OLE color: 10294699.
HSL color Cylindrical-coordinate representation of color #AB159D: hue angle of 305.6º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB159D is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 21 | 157 | - |
| CMYK | 0 | 0.88 | 0.08 | 0.33 |
| HSL | 305.6º | 0.78% | 0.38% | - |
| HSV(B) | 305.6º | 0.88% | 0.67% | - |
| XYZ | 23.15 | 11.63 | 32.92 | - |
| YUV | 81.35 | 170.7 | 191.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 21 | 157 | 0 | 0.88 | 0.08 | 0.33 | 305.6 | 0.78 | 0.38 |
| Hex | AB | 15 | 9D | 0 | 58 | 8 | 21 | 132 | 4E | 26 |
| Octal | 253 | 25 | 235 | 0 | 130 | 10 | 41 | 462 | 116 | 46 |
| Binary | 10101011 | 10101 | 10011101 | 0 | 1011000 | 1000 | 100001 | 100110010 | 1001110 | 100110 |
Color Harmonies of #AB159D
Complementary color
Monochromatic Colors of #AB159D
Black with #AB159D
Text Example
Text Example
White with #AB159D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB159D; }
p { color: rgb(171,21,157); }
H1.HeaderClassName
{
color: #AB159D;
}
.AnyTagClassName
{
color: #AB159D;
}
</style>
background-color css
<style>
a { background-color: #AB159D; }
a { background-color: rgb(171,21,157); }
div.DivClassName
{
background-color: #AB159D;
}
.BgClassName
{
background-color: #AB159D;
}
</style>
border-color css
<style>
span { border-color: #AB159D; }
span { border-color: rgb(171,21,157); }
td.TdClassName
{
border-color: #AB159D;
}
.TagClassName
{
border-color: #AB159D;
}
</style>