Shades of Dark Magenta #AB119A
Tints of Dark Magenta #AB119A
RGB
CMYK
RGB Variations
Color information
#AB119A (or 0xAB119A) is known color: Dark Magenta. HEX triplet: AB, 11 and 9A. RGB value is (171,17,154). Sum of RGB (Red+Green+Blue) = 171+17+154=342 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50% from 342); Green value is 17 (7.03% from 255 or 4.97% from 342); Blue value is 154 (60.55% from 255 or 45.03% from 342); Max value from RGB is 171 - color contains mainly: red. Hex color #AB119A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB119A is #54EE65. Grayscale: #4E4E4E. Windows color (decimal): -5566054 or 10097067. OLE color: 10097067.
HSL color Cylindrical-coordinate representation of color #AB119A: hue angle of 306.62º 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 #AB119A is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 17 | 154 | - |
| CMYK | 0 | 0.90 | 0.10 | 0.33 |
| HSL | 306.62º | 0.82% | 0.37% | - |
| HSV(B) | 306.62º | 0.9% | 0.67% | - |
| XYZ | 22.83 | 11.39 | 31.57 | - |
| YUV | 78.66 | 170.52 | 193.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 17 | 154 | 0 | 0.90 | 0.10 | 0.33 | 306.62 | 0.82 | 0.37 |
| Hex | AB | 11 | 9A | 0 | 5A | A | 21 | 133 | 52 | 25 |
| Octal | 253 | 21 | 232 | 0 | 132 | 12 | 41 | 463 | 122 | 45 |
| Binary | 10101011 | 10001 | 10011010 | 0 | 1011010 | 1010 | 100001 | 100110011 | 1010010 | 100101 |
Color Harmonies of #AB119A
Complementary color
Monochromatic Colors of #AB119A
Black with #AB119A
Text Example
Text Example
White with #AB119A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB119A; }
p { color: rgb(171,17,154); }
H1.HeaderClassName
{
color: #AB119A;
}
.AnyTagClassName
{
color: #AB119A;
}
</style>
background-color css
<style>
a { background-color: #AB119A; }
a { background-color: rgb(171,17,154); }
div.DivClassName
{
background-color: #AB119A;
}
.BgClassName
{
background-color: #AB119A;
}
</style>
border-color css
<style>
span { border-color: #AB119A; }
span { border-color: rgb(171,17,154); }
td.TdClassName
{
border-color: #AB119A;
}
.TagClassName
{
border-color: #AB119A;
}
</style>