Shades of Dark Magenta #AB119D
Tints of Dark Magenta #AB119D
RGB
CMYK
RGB Variations
Color information
#AB119D (or 0xAB119D) is known color: Dark Magenta. HEX triplet: AB, 11 and 9D. RGB value is (171,17,157). Sum of RGB (Red+Green+Blue) = 171+17+157=345 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.57% from 345); Green value is 17 (7.03% from 255 or 4.93% from 345); Blue value is 157 (61.72% from 255 or 45.51% from 345); Max value from RGB is 171 - color contains mainly: red. Hex color #AB119D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB119D is #54EE62. Grayscale: #4E4E4E. Windows color (decimal): -5566051 or 10293675. OLE color: 10293675.
HSL color Cylindrical-coordinate representation of color #AB119D: hue angle of 305.45º 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 #AB119D is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 17 | 157 | - |
| CMYK | 0 | 0.90 | 0.08 | 0.33 |
| HSL | 305.45º | 0.82% | 0.37% | - |
| HSV(B) | 305.45º | 0.9% | 0.67% | - |
| XYZ | 23.08 | 11.49 | 32.9 | - |
| YUV | 79.01 | 172.02 | 193.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 17 | 157 | 0 | 0.90 | 0.08 | 0.33 | 305.45 | 0.82 | 0.37 |
| Hex | AB | 11 | 9D | 0 | 5A | 8 | 21 | 131 | 52 | 25 |
| Octal | 253 | 21 | 235 | 0 | 132 | 10 | 41 | 461 | 122 | 45 |
| Binary | 10101011 | 10001 | 10011101 | 0 | 1011010 | 1000 | 100001 | 100110001 | 1010010 | 100101 |
Color Harmonies of #AB119D
Complementary color
Monochromatic Colors of #AB119D
Black with #AB119D
Text Example
Text Example
White with #AB119D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB119D; }
p { color: rgb(171,17,157); }
H1.HeaderClassName
{
color: #AB119D;
}
.AnyTagClassName
{
color: #AB119D;
}
</style>
background-color css
<style>
a { background-color: #AB119D; }
a { background-color: rgb(171,17,157); }
div.DivClassName
{
background-color: #AB119D;
}
.BgClassName
{
background-color: #AB119D;
}
</style>
border-color css
<style>
span { border-color: #AB119D; }
span { border-color: rgb(171,17,157); }
td.TdClassName
{
border-color: #AB119D;
}
.TagClassName
{
border-color: #AB119D;
}
</style>