Shades of Dark Magenta #A9149C
Tints of Dark Magenta #A9149C
RGB
CMYK
RGB Variations
Color information
#A9149C (or 0xA9149C) is known color: Dark Magenta. HEX triplet: A9, 14 and 9C. RGB value is (169,20,156). Sum of RGB (Red+Green+Blue) = 169+20+156=345 (45% of max value = 765). Red value is 169 (66.41% from 255 or 48.99% from 345); Green value is 20 (8.20% from 255 or 5.80% from 345); Blue value is 156 (61.33% from 255 or 45.22% from 345); Max value from RGB is 169 - color contains mainly: red. Hex color #A9149C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A9149C is #56EB63. Grayscale: #4F4F4F. Windows color (decimal): -5696356 or 10228905. OLE color: 10228905.
HSL color Cylindrical-coordinate representation of color #A9149C: hue angle of 305.23º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A9149C is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 20 | 156 | - |
| CMYK | 0 | 0.88 | 0.08 | 0.34 |
| HSL | 305.23º | 0.79% | 0.37% | - |
| HSV(B) | 305.23º | 0.88% | 0.66% | - |
| XYZ | 22.61 | 11.34 | 32.45 | - |
| YUV | 80.06 | 170.86 | 191.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 20 | 156 | 0 | 0.88 | 0.08 | 0.34 | 305.23 | 0.79 | 0.37 |
| Hex | A9 | 14 | 9C | 0 | 58 | 8 | 22 | 131 | 4F | 25 |
| Octal | 251 | 24 | 234 | 0 | 130 | 10 | 42 | 461 | 117 | 45 |
| Binary | 10101001 | 10100 | 10011100 | 0 | 1011000 | 1000 | 100010 | 100110001 | 1001111 | 100101 |
Color Harmonies of #A9149C
Complementary color
Monochromatic Colors of #A9149C
Black with #A9149C
Text Example
Text Example
White with #A9149C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9149C; }
p { color: rgb(169,20,156); }
H1.HeaderClassName
{
color: #A9149C;
}
.AnyTagClassName
{
color: #A9149C;
}
</style>
background-color css
<style>
a { background-color: #A9149C; }
a { background-color: rgb(169,20,156); }
div.DivClassName
{
background-color: #A9149C;
}
.BgClassName
{
background-color: #A9149C;
}
</style>
border-color css
<style>
span { border-color: #A9149C; }
span { border-color: rgb(169,20,156); }
td.TdClassName
{
border-color: #A9149C;
}
.TagClassName
{
border-color: #A9149C;
}
</style>