Shades of Dark Magenta #A90FA9
Tints of Dark Magenta #A90FA9
RGB
CMYK
RGB Variations
Color information
#A90FA9 (or 0xA90FA9) is known color: Dark Magenta. HEX triplet: A9, 0F and A9. RGB value is (169,15,169). Sum of RGB (Red+Green+Blue) = 169+15+169=353 (46% of max value = 765). Red value is 169 (66.41% from 255 or 47.88% from 353); Green value is 15 (6.25% from 255 or 4.25% from 353); Blue value is 169 (66.41% from 255 or 47.88% from 353); Max value from RGB is 169 - color contains mainly: red, blue. Hex color #A90FA9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90FA9 is #56F056. Grayscale: #4E4E4E. Windows color (decimal): -5697623 or 11079593. OLE color: 11079593.
HSL color Cylindrical-coordinate representation of color #A90FA9: hue angle of 300º degrees, saturation: 0.84, 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 #A90FA9 is Cyan = 0, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 15 | 169 | - |
| CMYK | 0 | 0.91 | 0 | 0.34 |
| HSL | 300º | 0.84% | 0.36% | - |
| HSV(B) | 300º | 0.91% | 0.66% | - |
| XYZ | 23.69 | 11.64 | 38.53 | - |
| YUV | 78.6 | 179.02 | 192.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 15 | 169 | 0 | 0.91 | 0 | 0.34 | 300 | 0.84 | 0.36 |
| Hex | A9 | F | A9 | 0 | 5B | 0 | 22 | 12C | 54 | 24 |
| Octal | 251 | 17 | 251 | 0 | 133 | 0 | 42 | 454 | 124 | 44 |
| Binary | 10101001 | 1111 | 10101001 | 0 | 1011011 | 0 | 100010 | 100101100 | 1010100 | 100100 |
Color Harmonies of #A90FA9
Complementary color
Monochromatic Colors of #A90FA9
Black with #A90FA9
Text Example
Text Example
White with #A90FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90FA9; }
p { color: rgb(169,15,169); }
H1.HeaderClassName
{
color: #A90FA9;
}
.AnyTagClassName
{
color: #A90FA9;
}
</style>
background-color css
<style>
a { background-color: #A90FA9; }
a { background-color: rgb(169,15,169); }
div.DivClassName
{
background-color: #A90FA9;
}
.BgClassName
{
background-color: #A90FA9;
}
</style>
border-color css
<style>
span { border-color: #A90FA9; }
span { border-color: rgb(169,15,169); }
td.TdClassName
{
border-color: #A90FA9;
}
.TagClassName
{
border-color: #A90FA9;
}
</style>