Shades of Dark Magenta #AB149E
Tints of Dark Magenta #AB149E
RGB
CMYK
RGB Variations
Color information
#AB149E (or 0xAB149E) is known color: Dark Magenta. HEX triplet: AB, 14 and 9E. RGB value is (171,20,158). Sum of RGB (Red+Green+Blue) = 171+20+158=349 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.00% from 349); Green value is 20 (8.20% from 255 or 5.73% from 349); Blue value is 158 (62.11% from 255 or 45.27% from 349); Max value from RGB is 171 - color contains mainly: red. Hex color #AB149E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB149E is #54EB61. Grayscale: #505050. Windows color (decimal): -5565282 or 10359979. OLE color: 10359979.
HSL color Cylindrical-coordinate representation of color #AB149E: hue angle of 305.17º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB149E is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 20 | 158 | - |
| CMYK | 0 | 0.88 | 0.08 | 0.33 |
| HSL | 305.17º | 0.79% | 0.37% | - |
| HSV(B) | 305.17º | 0.88% | 0.67% | - |
| XYZ | 23.22 | 11.63 | 33.37 | - |
| YUV | 80.88 | 171.53 | 192.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 20 | 158 | 0 | 0.88 | 0.08 | 0.33 | 305.17 | 0.79 | 0.37 |
| Hex | AB | 14 | 9E | 0 | 58 | 8 | 21 | 131 | 4F | 25 |
| Octal | 253 | 24 | 236 | 0 | 130 | 10 | 41 | 461 | 117 | 45 |
| Binary | 10101011 | 10100 | 10011110 | 0 | 1011000 | 1000 | 100001 | 100110001 | 1001111 | 100101 |
Color Harmonies of #AB149E
Complementary color
Monochromatic Colors of #AB149E
Black with #AB149E
Text Example
Text Example
White with #AB149E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB149E; }
p { color: rgb(171,20,158); }
H1.HeaderClassName
{
color: #AB149E;
}
.AnyTagClassName
{
color: #AB149E;
}
</style>
background-color css
<style>
a { background-color: #AB149E; }
a { background-color: rgb(171,20,158); }
div.DivClassName
{
background-color: #AB149E;
}
.BgClassName
{
background-color: #AB149E;
}
</style>
border-color css
<style>
span { border-color: #AB149E; }
span { border-color: rgb(171,20,158); }
td.TdClassName
{
border-color: #AB149E;
}
.TagClassName
{
border-color: #AB149E;
}
</style>