Shades of Dark Magenta #AB149D
Tints of Dark Magenta #AB149D
RGB
CMYK
RGB Variations
Color information
#AB149D (or 0xAB149D) is known color: Dark Magenta. HEX triplet: AB, 14 and 9D. RGB value is (171,20,157). Sum of RGB (Red+Green+Blue) = 171+20+157=348 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.14% from 348); Green value is 20 (8.20% from 255 or 5.75% from 348); Blue value is 157 (61.72% from 255 or 45.11% from 348); Max value from RGB is 171 - color contains mainly: red. Hex color #AB149D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB149D is #54EB62. Grayscale: #505050. Windows color (decimal): -5565283 or 10294443. OLE color: 10294443.
HSL color Cylindrical-coordinate representation of color #AB149D: hue angle of 305.56º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB149D is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 20 | 157 | - |
| CMYK | 0 | 0.88 | 0.08 | 0.33 |
| HSL | 305.56º | 0.79% | 0.37% | - |
| HSV(B) | 305.56º | 0.88% | 0.67% | - |
| XYZ | 23.13 | 11.59 | 32.92 | - |
| YUV | 80.77 | 171.03 | 192.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 20 | 157 | 0 | 0.88 | 0.08 | 0.33 | 305.56 | 0.79 | 0.37 |
| Hex | AB | 14 | 9D | 0 | 58 | 8 | 21 | 132 | 4F | 25 |
| Octal | 253 | 24 | 235 | 0 | 130 | 10 | 41 | 462 | 117 | 45 |
| Binary | 10101011 | 10100 | 10011101 | 0 | 1011000 | 1000 | 100001 | 100110010 | 1001111 | 100101 |
Color Harmonies of #AB149D
Complementary color
Monochromatic Colors of #AB149D
Black with #AB149D
Text Example
Text Example
White with #AB149D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB149D; }
p { color: rgb(171,20,157); }
H1.HeaderClassName
{
color: #AB149D;
}
.AnyTagClassName
{
color: #AB149D;
}
</style>
background-color css
<style>
a { background-color: #AB149D; }
a { background-color: rgb(171,20,157); }
div.DivClassName
{
background-color: #AB149D;
}
.BgClassName
{
background-color: #AB149D;
}
</style>
border-color css
<style>
span { border-color: #AB149D; }
span { border-color: rgb(171,20,157); }
td.TdClassName
{
border-color: #AB149D;
}
.TagClassName
{
border-color: #AB149D;
}
</style>