Shades of Dark Magenta #AB129D
Tints of Dark Magenta #AB129D
RGB
CMYK
RGB Variations
Color information
#AB129D (or 0xAB129D) is known color: Dark Magenta. HEX triplet: AB, 12 and 9D. RGB value is (171,18,157). Sum of RGB (Red+Green+Blue) = 171+18+157=346 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.42% from 346); Green value is 18 (7.42% from 255 or 5.20% from 346); Blue value is 157 (61.72% from 255 or 45.38% from 346); Max value from RGB is 171 - color contains mainly: red. Hex color #AB129D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB129D is #54ED62. Grayscale: #4F4F4F. Windows color (decimal): -5565795 or 10293931. OLE color: 10293931.
HSL color Cylindrical-coordinate representation of color #AB129D: hue angle of 305.49º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB129D is Cyan = 0, Magento = 0.89, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 18 | 157 | - |
| CMYK | 0 | 0.89 | 0.08 | 0.33 |
| HSL | 305.49º | 0.81% | 0.37% | - |
| HSV(B) | 305.49º | 0.89% | 0.67% | - |
| XYZ | 23.1 | 11.52 | 32.91 | - |
| YUV | 79.59 | 171.69 | 193.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 18 | 157 | 0 | 0.89 | 0.08 | 0.33 | 305.49 | 0.81 | 0.37 |
| Hex | AB | 12 | 9D | 0 | 59 | 8 | 21 | 131 | 51 | 25 |
| Octal | 253 | 22 | 235 | 0 | 131 | 10 | 41 | 461 | 121 | 45 |
| Binary | 10101011 | 10010 | 10011101 | 0 | 1011001 | 1000 | 100001 | 100110001 | 1010001 | 100101 |
Color Harmonies of #AB129D
Complementary color
Monochromatic Colors of #AB129D
Black with #AB129D
Text Example
Text Example
White with #AB129D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB129D; }
p { color: rgb(171,18,157); }
H1.HeaderClassName
{
color: #AB129D;
}
.AnyTagClassName
{
color: #AB129D;
}
</style>
background-color css
<style>
a { background-color: #AB129D; }
a { background-color: rgb(171,18,157); }
div.DivClassName
{
background-color: #AB129D;
}
.BgClassName
{
background-color: #AB129D;
}
</style>
border-color css
<style>
span { border-color: #AB129D; }
span { border-color: rgb(171,18,157); }
td.TdClassName
{
border-color: #AB129D;
}
.TagClassName
{
border-color: #AB129D;
}
</style>