Shades of Dark Magenta #AB149C
Tints of Dark Magenta #AB149C
RGB
CMYK
RGB Variations
Color information
#AB149C (or 0xAB149C) is known color: Dark Magenta. HEX triplet: AB, 14 and 9C. RGB value is (171,20,156). Sum of RGB (Red+Green+Blue) = 171+20+156=347 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.28% from 347); Green value is 20 (8.20% from 255 or 5.76% from 347); Blue value is 156 (61.33% from 255 or 44.96% from 347); Max value from RGB is 171 - color contains mainly: red. Hex color #AB149C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB149C is #54EB63. Grayscale: #505050. Windows color (decimal): -5565284 or 10228907. OLE color: 10228907.
HSL color Cylindrical-coordinate representation of color #AB149C: hue angle of 305.96º 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 #AB149C is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 20 | 156 | - |
| CMYK | 0 | 0.88 | 0.09 | 0.33 |
| HSL | 305.96º | 0.79% | 0.37% | - |
| HSV(B) | 305.96º | 0.88% | 0.67% | - |
| XYZ | 23.05 | 11.56 | 32.47 | - |
| YUV | 80.65 | 170.53 | 192.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 20 | 156 | 0 | 0.88 | 0.09 | 0.33 | 305.96 | 0.79 | 0.37 |
| Hex | AB | 14 | 9C | 0 | 58 | 9 | 21 | 132 | 4F | 25 |
| Octal | 253 | 24 | 234 | 0 | 130 | 11 | 41 | 462 | 117 | 45 |
| Binary | 10101011 | 10100 | 10011100 | 0 | 1011000 | 1001 | 100001 | 100110010 | 1001111 | 100101 |
Color Harmonies of #AB149C
Complementary color
Monochromatic Colors of #AB149C
Black with #AB149C
Text Example
Text Example
White with #AB149C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB149C; }
p { color: rgb(171,20,156); }
H1.HeaderClassName
{
color: #AB149C;
}
.AnyTagClassName
{
color: #AB149C;
}
</style>
background-color css
<style>
a { background-color: #AB149C; }
a { background-color: rgb(171,20,156); }
div.DivClassName
{
background-color: #AB149C;
}
.BgClassName
{
background-color: #AB149C;
}
</style>
border-color css
<style>
span { border-color: #AB149C; }
span { border-color: rgb(171,20,156); }
td.TdClassName
{
border-color: #AB149C;
}
.TagClassName
{
border-color: #AB149C;
}
</style>