Shades of Dark Magenta #A916A2
Tints of Dark Magenta #A916A2
RGB
CMYK
RGB Variations
Color information
#A916A2 (or 0xA916A2) is known color: Dark Magenta. HEX triplet: A9, 16 and A2. RGB value is (169,22,162). Sum of RGB (Red+Green+Blue) = 169+22+162=353 (46% of max value = 765). Red value is 169 (66.41% from 255 or 47.88% from 353); Green value is 22 (8.98% from 255 or 6.23% from 353); Blue value is 162 (63.67% from 255 or 45.89% from 353); Max value from RGB is 169 - color contains mainly: red. Hex color #A916A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A916A2 is #56E95D. Grayscale: #515151. Windows color (decimal): -5695838 or 10622633. OLE color: 10622633.
HSL color Cylindrical-coordinate representation of color #A916A2: hue angle of 302.86º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A916A2 is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 22 | 162 | - |
| CMYK | 0 | 0.87 | 0.04 | 0.34 |
| HSL | 302.86º | 0.77% | 0.37% | - |
| HSV(B) | 302.86º | 0.87% | 0.66% | - |
| XYZ | 23.17 | 11.62 | 35.2 | - |
| YUV | 81.91 | 173.2 | 190.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 22 | 162 | 0 | 0.87 | 0.04 | 0.34 | 302.86 | 0.77 | 0.37 |
| Hex | A9 | 16 | A2 | 0 | 57 | 4 | 22 | 12F | 4D | 25 |
| Octal | 251 | 26 | 242 | 0 | 127 | 4 | 42 | 457 | 115 | 45 |
| Binary | 10101001 | 10110 | 10100010 | 0 | 1010111 | 100 | 100010 | 100101111 | 1001101 | 100101 |
Color Harmonies of #A916A2
Complementary color
Monochromatic Colors of #A916A2
Black with #A916A2
Text Example
Text Example
White with #A916A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A916A2; }
p { color: rgb(169,22,162); }
H1.HeaderClassName
{
color: #A916A2;
}
.AnyTagClassName
{
color: #A916A2;
}
</style>
background-color css
<style>
a { background-color: #A916A2; }
a { background-color: rgb(169,22,162); }
div.DivClassName
{
background-color: #A916A2;
}
.BgClassName
{
background-color: #A916A2;
}
</style>
border-color css
<style>
span { border-color: #A916A2; }
span { border-color: rgb(169,22,162); }
td.TdClassName
{
border-color: #A916A2;
}
.TagClassName
{
border-color: #A916A2;
}
</style>