Shades of Dark Magenta #AB0790
Tints of Dark Magenta #AB0790
RGB
CMYK
RGB Variations
Color information
#AB0790 (or 0xAB0790) is known color: Dark Magenta. HEX triplet: AB, 07 and 90. RGB value is (171,7,144). Sum of RGB (Red+Green+Blue) = 171+7+144=322 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.11% from 322); Green value is 7 (3.12% from 255 or 2.17% from 322); Blue value is 144 (56.64% from 255 or 44.72% from 322); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0790 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0790 is #54F86F. Grayscale: #474747. Windows color (decimal): -5568624 or 9439147. OLE color: 9439147.
HSL color Cylindrical-coordinate representation of color #AB0790: hue angle of 309.88º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AB0790 is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 7 | 144 | - |
| CMYK | 0 | 0.96 | 0.16 | 0.33 |
| HSL | 309.88º | 0.92% | 0.35% | - |
| HSV(B) | 309.88º | 0.96% | 0.67% | - |
| XYZ | 21.9 | 10.82 | 27.32 | - |
| YUV | 71.65 | 168.83 | 198.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 7 | 144 | 0 | 0.96 | 0.16 | 0.33 | 309.88 | 0.92 | 0.35 |
| Hex | AB | 7 | 90 | 0 | 60 | 10 | 21 | 136 | 5C | 23 |
| Octal | 253 | 7 | 220 | 0 | 140 | 20 | 41 | 466 | 134 | 43 |
| Binary | 10101011 | 111 | 10010000 | 0 | 1100000 | 10000 | 100001 | 100110110 | 1011100 | 100011 |
Color Harmonies of #AB0790
Complementary color
Monochromatic Colors of #AB0790
Black with #AB0790
Text Example
Text Example
White with #AB0790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0790; }
p { color: rgb(171,7,144); }
H1.HeaderClassName
{
color: #AB0790;
}
.AnyTagClassName
{
color: #AB0790;
}
</style>
background-color css
<style>
a { background-color: #AB0790; }
a { background-color: rgb(171,7,144); }
div.DivClassName
{
background-color: #AB0790;
}
.BgClassName
{
background-color: #AB0790;
}
</style>
border-color css
<style>
span { border-color: #AB0790; }
span { border-color: rgb(171,7,144); }
td.TdClassName
{
border-color: #AB0790;
}
.TagClassName
{
border-color: #AB0790;
}
</style>