Shades of Dark Magenta #AB0091
Tints of Dark Magenta #AB0091
RGB
CMYK
RGB Variations
Color information
#AB0091 (or 0xAB0091) is known color: Dark Magenta. HEX triplet: AB, 00 and 91. RGB value is (171,0,145). Sum of RGB (Red+Green+Blue) = 171+0+145=316 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.11% from 316); Green value is 0 (0.39% from 255 or 0% from 316); Blue value is 145 (57.03% from 255 or 45.89% from 316); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0091 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0091 is #54FF6E. Grayscale: #434343. Windows color (decimal): -5570415 or 9502891. OLE color: 9502891.
HSL color Cylindrical-coordinate representation of color #AB0091: hue angle of 309.12º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AB0091 is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 0 | 145 | - |
| CMYK | 0 | 1 | 0.15 | 0.33 |
| HSL | 309.12º | 1% | 0.34% | - |
| HSV(B) | 309.12º | 1% | 0.67% | - |
| XYZ | 21.91 | 10.7 | 27.7 | - |
| YUV | 67.66 | 171.65 | 201.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 0 | 145 | 0 | 1 | 0.15 | 0.33 | 309.12 | 1 | 0.34 |
| Hex | AB | 0 | 91 | 0 | 64 | F | 21 | 135 | 64 | 22 |
| Octal | 253 | 0 | 221 | 0 | 144 | 17 | 41 | 465 | 144 | 42 |
| Binary | 10101011 | 0 | 10010001 | 0 | 1100100 | 1111 | 100001 | 100110101 | 1100100 | 100010 |
Color Harmonies of #AB0091
Complementary color
Monochromatic Colors of #AB0091
Black with #AB0091
Text Example
Text Example
White with #AB0091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0091; }
p { color: rgb(171,0,145); }
H1.HeaderClassName
{
color: #AB0091;
}
.AnyTagClassName
{
color: #AB0091;
}
</style>
background-color css
<style>
a { background-color: #AB0091; }
a { background-color: rgb(171,0,145); }
div.DivClassName
{
background-color: #AB0091;
}
.BgClassName
{
background-color: #AB0091;
}
</style>
border-color css
<style>
span { border-color: #AB0091; }
span { border-color: rgb(171,0,145); }
td.TdClassName
{
border-color: #AB0091;
}
.TagClassName
{
border-color: #AB0091;
}
</style>