Shades of Dark Magenta #AB159E
Tints of Dark Magenta #AB159E
RGB
CMYK
RGB Variations
Color information
#AB159E (or 0xAB159E) is known color: Dark Magenta. HEX triplet: AB, 15 and 9E. RGB value is (171,21,158). Sum of RGB (Red+Green+Blue) = 171+21+158=350 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.86% from 350); Green value is 21 (8.59% from 255 or 6% from 350); Blue value is 158 (62.11% from 255 or 45.14% from 350); Max value from RGB is 171 - color contains mainly: red. Hex color #AB159E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB159E is #54EA61. Grayscale: #515151. Windows color (decimal): -5565026 or 10360235. OLE color: 10360235.
HSL color Cylindrical-coordinate representation of color #AB159E: hue angle of 305.2º 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 #AB159E is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 21 | 158 | - |
| CMYK | 0 | 0.88 | 0.08 | 0.33 |
| HSL | 305.2º | 0.78% | 0.38% | - |
| HSV(B) | 305.2º | 0.88% | 0.67% | - |
| XYZ | 23.23 | 11.66 | 33.37 | - |
| YUV | 81.47 | 171.2 | 191.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 21 | 158 | 0 | 0.88 | 0.08 | 0.33 | 305.2 | 0.78 | 0.38 |
| Hex | AB | 15 | 9E | 0 | 58 | 8 | 21 | 131 | 4E | 26 |
| Octal | 253 | 25 | 236 | 0 | 130 | 10 | 41 | 461 | 116 | 46 |
| Binary | 10101011 | 10101 | 10011110 | 0 | 1011000 | 1000 | 100001 | 100110001 | 1001110 | 100110 |
Color Harmonies of #AB159E
Complementary color
Monochromatic Colors of #AB159E
Black with #AB159E
Text Example
Text Example
White with #AB159E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB159E; }
p { color: rgb(171,21,158); }
H1.HeaderClassName
{
color: #AB159E;
}
.AnyTagClassName
{
color: #AB159E;
}
</style>
background-color css
<style>
a { background-color: #AB159E; }
a { background-color: rgb(171,21,158); }
div.DivClassName
{
background-color: #AB159E;
}
.BgClassName
{
background-color: #AB159E;
}
</style>
border-color css
<style>
span { border-color: #AB159E; }
span { border-color: rgb(171,21,158); }
td.TdClassName
{
border-color: #AB159E;
}
.TagClassName
{
border-color: #AB159E;
}
</style>