Shades of Dark Magenta #AB0593
Tints of Dark Magenta #AB0593
RGB
CMYK
RGB Variations
Color information
#AB0593 (or 0xAB0593) is known color: Dark Magenta. HEX triplet: AB, 05 and 93. RGB value is (171,5,147). Sum of RGB (Red+Green+Blue) = 171+5+147=323 (42% of max value = 765). Red value is 171 (67.19% from 255 or 52.94% from 323); Green value is 5 (2.34% from 255 or 1.55% from 323); Blue value is 147 (57.81% from 255 or 45.51% from 323); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0593 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0593 is #54FA6C. Grayscale: #464646. Windows color (decimal): -5569133 or 9635243. OLE color: 9635243.
HSL color Cylindrical-coordinate representation of color #AB0593: hue angle of 308.67º 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 #AB0593 is Cyan = 0, Magento = 0.97, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 5 | 147 | - |
| CMYK | 0 | 0.97 | 0.14 | 0.33 |
| HSL | 308.67º | 0.94% | 0.35% | - |
| HSV(B) | 308.67º | 0.97% | 0.67% | - |
| XYZ | 22.12 | 10.87 | 28.54 | - |
| YUV | 70.82 | 171 | 199.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 5 | 147 | 0 | 0.97 | 0.14 | 0.33 | 308.67 | 0.94 | 0.35 |
| Hex | AB | 5 | 93 | 0 | 61 | E | 21 | 135 | 5E | 23 |
| Octal | 253 | 5 | 223 | 0 | 141 | 16 | 41 | 465 | 136 | 43 |
| Binary | 10101011 | 101 | 10010011 | 0 | 1100001 | 1110 | 100001 | 100110101 | 1011110 | 100011 |
Color Harmonies of #AB0593
Complementary color
Monochromatic Colors of #AB0593
Black with #AB0593
Text Example
Text Example
White with #AB0593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0593; }
p { color: rgb(171,5,147); }
H1.HeaderClassName
{
color: #AB0593;
}
.AnyTagClassName
{
color: #AB0593;
}
</style>
background-color css
<style>
a { background-color: #AB0593; }
a { background-color: rgb(171,5,147); }
div.DivClassName
{
background-color: #AB0593;
}
.BgClassName
{
background-color: #AB0593;
}
</style>
border-color css
<style>
span { border-color: #AB0593; }
span { border-color: rgb(171,5,147); }
td.TdClassName
{
border-color: #AB0593;
}
.TagClassName
{
border-color: #AB0593;
}
</style>