Shades of Dark Magenta #A9039C
Tints of Dark Magenta #A9039C
RGB
CMYK
RGB Variations
Color information
#A9039C (or 0xA9039C) is known color: Dark Magenta. HEX triplet: A9, 03 and 9C. RGB value is (169,3,156). Sum of RGB (Red+Green+Blue) = 169+3+156=328 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.52% from 328); Green value is 3 (1.56% from 255 or 0.91% from 328); Blue value is 156 (61.33% from 255 or 47.56% from 328); Max value from RGB is 169 - color contains mainly: red. Hex color #A9039C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A9039C is #56FC63. Grayscale: #454545. Windows color (decimal): -5700708 or 10224553. OLE color: 10224553.
HSL color Cylindrical-coordinate representation of color #A9039C: hue angle of 304.7º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A9039C is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 3 | 156 | - |
| CMYK | 0 | 0.98 | 0.08 | 0.34 |
| HSL | 304.7º | 0.97% | 0.34% | - |
| HSV(B) | 304.7º | 0.98% | 0.66% | - |
| XYZ | 22.4 | 10.9 | 32.38 | - |
| YUV | 70.08 | 176.5 | 198.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 3 | 156 | 0 | 0.98 | 0.08 | 0.34 | 304.7 | 0.97 | 0.34 |
| Hex | A9 | 3 | 9C | 0 | 62 | 8 | 22 | 131 | 61 | 22 |
| Octal | 251 | 3 | 234 | 0 | 142 | 10 | 42 | 461 | 141 | 42 |
| Binary | 10101001 | 11 | 10011100 | 0 | 1100010 | 1000 | 100010 | 100110001 | 1100001 | 100010 |
Color Harmonies of #A9039C
Complementary color
Monochromatic Colors of #A9039C
Black with #A9039C
Text Example
Text Example
White with #A9039C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9039C; }
p { color: rgb(169,3,156); }
H1.HeaderClassName
{
color: #A9039C;
}
.AnyTagClassName
{
color: #A9039C;
}
</style>
background-color css
<style>
a { background-color: #A9039C; }
a { background-color: rgb(169,3,156); }
div.DivClassName
{
background-color: #A9039C;
}
.BgClassName
{
background-color: #A9039C;
}
</style>
border-color css
<style>
span { border-color: #A9039C; }
span { border-color: rgb(169,3,156); }
td.TdClassName
{
border-color: #A9039C;
}
.TagClassName
{
border-color: #A9039C;
}
</style>