Shades of Dark Magenta #A910A0
Tints of Dark Magenta #A910A0
RGB
CMYK
RGB Variations
Color information
#A910A0 (or 0xA910A0) is known color: Dark Magenta. HEX triplet: A9, 10 and A0. RGB value is (169,16,160). Sum of RGB (Red+Green+Blue) = 169+16+160=345 (45% of max value = 765). Red value is 169 (66.41% from 255 or 48.99% from 345); Green value is 16 (6.64% from 255 or 4.64% from 345); Blue value is 160 (62.89% from 255 or 46.38% from 345); Max value from RGB is 169 - color contains mainly: red. Hex color #A910A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A910A0 is #56EF5F. Grayscale: #4D4D4D. Windows color (decimal): -5697376 or 10490025. OLE color: 10490025.
HSL color Cylindrical-coordinate representation of color #A910A0: hue angle of 303.53º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A910A0 is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 16 | 160 | - |
| CMYK | 0 | 0.91 | 0.05 | 0.34 |
| HSL | 303.53º | 0.83% | 0.36% | - |
| HSV(B) | 303.53º | 0.91% | 0.66% | - |
| XYZ | 22.89 | 11.34 | 34.24 | - |
| YUV | 78.16 | 174.19 | 192.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 16 | 160 | 0 | 0.91 | 0.05 | 0.34 | 303.53 | 0.83 | 0.36 |
| Hex | A9 | 10 | A0 | 0 | 5B | 5 | 22 | 130 | 53 | 24 |
| Octal | 251 | 20 | 240 | 0 | 133 | 5 | 42 | 460 | 123 | 44 |
| Binary | 10101001 | 10000 | 10100000 | 0 | 1011011 | 101 | 100010 | 100110000 | 1010011 | 100100 |
Color Harmonies of #A910A0
Complementary color
Monochromatic Colors of #A910A0
Black with #A910A0
Text Example
Text Example
White with #A910A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A910A0; }
p { color: rgb(169,16,160); }
H1.HeaderClassName
{
color: #A910A0;
}
.AnyTagClassName
{
color: #A910A0;
}
</style>
background-color css
<style>
a { background-color: #A910A0; }
a { background-color: rgb(169,16,160); }
div.DivClassName
{
background-color: #A910A0;
}
.BgClassName
{
background-color: #A910A0;
}
</style>
border-color css
<style>
span { border-color: #A910A0; }
span { border-color: rgb(169,16,160); }
td.TdClassName
{
border-color: #A910A0;
}
.TagClassName
{
border-color: #A910A0;
}
</style>