Shades of Dark Magenta #AB0595
Tints of Dark Magenta #AB0595
RGB
CMYK
RGB Variations
Color information
#AB0595 (or 0xAB0595) is known color: Dark Magenta. HEX triplet: AB, 05 and 95. RGB value is (171,5,149). Sum of RGB (Red+Green+Blue) = 171+5+149=325 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.62% from 325); Green value is 5 (2.34% from 255 or 1.54% from 325); Blue value is 149 (58.59% from 255 or 45.85% from 325); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0595 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0595 is #54FA6A. Grayscale: #464646. Windows color (decimal): -5569131 or 9766315. OLE color: 9766315.
HSL color Cylindrical-coordinate representation of color #AB0595: hue angle of 307.95º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AB0595 is Cyan = 0, Magento = 0.97, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 5 | 149 | - |
| CMYK | 0 | 0.97 | 0.13 | 0.33 |
| HSL | 307.95º | 0.94% | 0.35% | - |
| HSV(B) | 307.95º | 0.97% | 0.67% | - |
| XYZ | 22.27 | 10.94 | 29.37 | - |
| YUV | 71.05 | 172 | 199.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 5 | 149 | 0 | 0.97 | 0.13 | 0.33 | 307.95 | 0.94 | 0.35 |
| Hex | AB | 5 | 95 | 0 | 61 | D | 21 | 134 | 5E | 23 |
| Octal | 253 | 5 | 225 | 0 | 141 | 15 | 41 | 464 | 136 | 43 |
| Binary | 10101011 | 101 | 10010101 | 0 | 1100001 | 1101 | 100001 | 100110100 | 1011110 | 100011 |
Color Harmonies of #AB0595
Complementary color
Monochromatic Colors of #AB0595
Black with #AB0595
Text Example
Text Example
White with #AB0595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0595; }
p { color: rgb(171,5,149); }
H1.HeaderClassName
{
color: #AB0595;
}
.AnyTagClassName
{
color: #AB0595;
}
</style>
background-color css
<style>
a { background-color: #AB0595; }
a { background-color: rgb(171,5,149); }
div.DivClassName
{
background-color: #AB0595;
}
.BgClassName
{
background-color: #AB0595;
}
</style>
border-color css
<style>
span { border-color: #AB0595; }
span { border-color: rgb(171,5,149); }
td.TdClassName
{
border-color: #AB0595;
}
.TagClassName
{
border-color: #AB0595;
}
</style>