Shades of Dark Magenta #A90E91
Tints of Dark Magenta #A90E91
RGB
CMYK
RGB Variations
Color information
#A90E91 (or 0xA90E91) is known color: Dark Magenta. HEX triplet: A9, 0E and 91. RGB value is (169,14,145). Sum of RGB (Red+Green+Blue) = 169+14+145=328 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.52% from 328); Green value is 14 (5.86% from 255 or 4.27% from 328); Blue value is 145 (57.03% from 255 or 44.21% from 328); Max value from RGB is 169 - color contains mainly: red. Hex color #A90E91 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90E91 is #56F16E. Grayscale: #4A4A4A. Windows color (decimal): -5697903 or 9506473. OLE color: 9506473.
HSL color Cylindrical-coordinate representation of color #A90E91: hue angle of 309.29º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A90E91 is Cyan = 0, Magento = 0.92, Yellow = 0.14 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 14 | 145 | - |
| CMYK | 0 | 0.92 | 0.14 | 0.34 |
| HSL | 309.29º | 0.85% | 0.36% | - |
| HSV(B) | 309.29º | 0.92% | 0.66% | - |
| XYZ | 21.63 | 10.79 | 27.73 | - |
| YUV | 75.28 | 167.35 | 194.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 14 | 145 | 0 | 0.92 | 0.14 | 0.34 | 309.29 | 0.85 | 0.36 |
| Hex | A9 | E | 91 | 0 | 5C | E | 22 | 135 | 55 | 24 |
| Octal | 251 | 16 | 221 | 0 | 134 | 16 | 42 | 465 | 125 | 44 |
| Binary | 10101001 | 1110 | 10010001 | 0 | 1011100 | 1110 | 100010 | 100110101 | 1010101 | 100100 |
Color Harmonies of #A90E91
Complementary color
Monochromatic Colors of #A90E91
Black with #A90E91
Text Example
Text Example
White with #A90E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90E91; }
p { color: rgb(169,14,145); }
H1.HeaderClassName
{
color: #A90E91;
}
.AnyTagClassName
{
color: #A90E91;
}
</style>
background-color css
<style>
a { background-color: #A90E91; }
a { background-color: rgb(169,14,145); }
div.DivClassName
{
background-color: #A90E91;
}
.BgClassName
{
background-color: #A90E91;
}
</style>
border-color css
<style>
span { border-color: #A90E91; }
span { border-color: rgb(169,14,145); }
td.TdClassName
{
border-color: #A90E91;
}
.TagClassName
{
border-color: #A90E91;
}
</style>