Shades of Dark Magenta #AB0291
Tints of Dark Magenta #AB0291
RGB
CMYK
RGB Variations
Color information
#AB0291 (or 0xAB0291) is known color: Dark Magenta. HEX triplet: AB, 02 and 91. RGB value is (171,2,145). Sum of RGB (Red+Green+Blue) = 171+2+145=318 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.77% from 318); Green value is 2 (1.17% from 255 or 0.63% from 318); Blue value is 145 (57.03% from 255 or 45.60% from 318); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0291 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0291 is #54FD6E. Grayscale: #444444. Windows color (decimal): -5569903 or 9503403. OLE color: 9503403.
HSL color Cylindrical-coordinate representation of color #AB0291: hue angle of 309.23º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB0291 is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 2 | 145 | - |
| CMYK | 0 | 0.99 | 0.15 | 0.33 |
| HSL | 309.23º | 0.98% | 0.34% | - |
| HSV(B) | 309.23º | 0.99% | 0.67% | - |
| XYZ | 21.93 | 10.75 | 27.71 | - |
| YUV | 68.83 | 170.99 | 200.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 2 | 145 | 0 | 0.99 | 0.15 | 0.33 | 309.23 | 0.98 | 0.34 |
| Hex | AB | 2 | 91 | 0 | 63 | F | 21 | 135 | 62 | 22 |
| Octal | 253 | 2 | 221 | 0 | 143 | 17 | 41 | 465 | 142 | 42 |
| Binary | 10101011 | 10 | 10010001 | 0 | 1100011 | 1111 | 100001 | 100110101 | 1100010 | 100010 |
Color Harmonies of #AB0291
Complementary color
Monochromatic Colors of #AB0291
Black with #AB0291
Text Example
Text Example
White with #AB0291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0291; }
p { color: rgb(171,2,145); }
H1.HeaderClassName
{
color: #AB0291;
}
.AnyTagClassName
{
color: #AB0291;
}
</style>
background-color css
<style>
a { background-color: #AB0291; }
a { background-color: rgb(171,2,145); }
div.DivClassName
{
background-color: #AB0291;
}
.BgClassName
{
background-color: #AB0291;
}
</style>
border-color css
<style>
span { border-color: #AB0291; }
span { border-color: rgb(171,2,145); }
td.TdClassName
{
border-color: #AB0291;
}
.TagClassName
{
border-color: #AB0291;
}
</style>