Shades of Dark Magenta #AB0391
Tints of Dark Magenta #AB0391
RGB
CMYK
RGB Variations
Color information
#AB0391 (or 0xAB0391) is known color: Dark Magenta. HEX triplet: AB, 03 and 91. RGB value is (171,3,145). Sum of RGB (Red+Green+Blue) = 171+3+145=319 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.61% from 319); Green value is 3 (1.56% from 255 or 0.94% from 319); Blue value is 145 (57.03% from 255 or 45.45% from 319); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0391 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0391 is #54FC6E. Grayscale: #454545. Windows color (decimal): -5569647 or 9503659. OLE color: 9503659.
HSL color Cylindrical-coordinate representation of color #AB0391: hue angle of 309.29º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AB0391 is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 3 | 145 | - |
| CMYK | 0 | 0.98 | 0.15 | 0.33 |
| HSL | 309.29º | 0.97% | 0.34% | - |
| HSV(B) | 309.29º | 0.98% | 0.67% | - |
| XYZ | 21.94 | 10.77 | 27.71 | - |
| YUV | 69.42 | 170.66 | 200.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 3 | 145 | 0 | 0.98 | 0.15 | 0.33 | 309.29 | 0.97 | 0.34 |
| Hex | AB | 3 | 91 | 0 | 62 | F | 21 | 135 | 61 | 22 |
| Octal | 253 | 3 | 221 | 0 | 142 | 17 | 41 | 465 | 141 | 42 |
| Binary | 10101011 | 11 | 10010001 | 0 | 1100010 | 1111 | 100001 | 100110101 | 1100001 | 100010 |
Color Harmonies of #AB0391
Complementary color
Monochromatic Colors of #AB0391
Black with #AB0391
Text Example
Text Example
White with #AB0391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0391; }
p { color: rgb(171,3,145); }
H1.HeaderClassName
{
color: #AB0391;
}
.AnyTagClassName
{
color: #AB0391;
}
</style>
background-color css
<style>
a { background-color: #AB0391; }
a { background-color: rgb(171,3,145); }
div.DivClassName
{
background-color: #AB0391;
}
.BgClassName
{
background-color: #AB0391;
}
</style>
border-color css
<style>
span { border-color: #AB0391; }
span { border-color: rgb(171,3,145); }
td.TdClassName
{
border-color: #AB0391;
}
.TagClassName
{
border-color: #AB0391;
}
</style>