Shades of Dark Magenta #AB1199
Tints of Dark Magenta #AB1199
RGB
CMYK
RGB Variations
Color information
#AB1199 (or 0xAB1199) is known color: Dark Magenta. HEX triplet: AB, 11 and 99. RGB value is (171,17,153). Sum of RGB (Red+Green+Blue) = 171+17+153=341 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.15% from 341); Green value is 17 (7.03% from 255 or 4.99% from 341); Blue value is 153 (60.16% from 255 or 44.87% from 341); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1199 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB1199 is #54EE66. Grayscale: #4E4E4E. Windows color (decimal): -5566055 or 10031531. OLE color: 10031531.
HSL color Cylindrical-coordinate representation of color #AB1199: hue angle of 307.01º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AB1199 is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 17 | 153 | - |
| CMYK | 0 | 0.90 | 0.11 | 0.33 |
| HSL | 307.01º | 0.82% | 0.37% | - |
| HSV(B) | 307.01º | 0.9% | 0.67% | - |
| XYZ | 22.74 | 11.36 | 31.13 | - |
| YUV | 78.55 | 170.02 | 193.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 17 | 153 | 0 | 0.90 | 0.11 | 0.33 | 307.01 | 0.82 | 0.37 |
| Hex | AB | 11 | 99 | 0 | 5A | B | 21 | 133 | 52 | 25 |
| Octal | 253 | 21 | 231 | 0 | 132 | 13 | 41 | 463 | 122 | 45 |
| Binary | 10101011 | 10001 | 10011001 | 0 | 1011010 | 1011 | 100001 | 100110011 | 1010010 | 100101 |
Color Harmonies of #AB1199
Complementary color
Monochromatic Colors of #AB1199
Black with #AB1199
Text Example
Text Example
White with #AB1199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1199; }
p { color: rgb(171,17,153); }
H1.HeaderClassName
{
color: #AB1199;
}
.AnyTagClassName
{
color: #AB1199;
}
</style>
background-color css
<style>
a { background-color: #AB1199; }
a { background-color: rgb(171,17,153); }
div.DivClassName
{
background-color: #AB1199;
}
.BgClassName
{
background-color: #AB1199;
}
</style>
border-color css
<style>
span { border-color: #AB1199; }
span { border-color: rgb(171,17,153); }
td.TdClassName
{
border-color: #AB1199;
}
.TagClassName
{
border-color: #AB1199;
}
</style>