Shades of Dark Magenta #A90496
Tints of Dark Magenta #A90496
RGB
CMYK
RGB Variations
Color information
#A90496 (or 0xA90496) is known color: Dark Magenta. HEX triplet: A9, 04 and 96. RGB value is (169,4,150). Sum of RGB (Red+Green+Blue) = 169+4+150=323 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.32% from 323); Green value is 4 (1.95% from 255 or 1.24% from 323); Blue value is 150 (58.98% from 255 or 46.44% from 323); Max value from RGB is 169 - color contains mainly: red. Hex color #A90496 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90496 is #56FB69. Grayscale: #454545. Windows color (decimal): -5700458 or 9831593. OLE color: 9831593.
HSL color Cylindrical-coordinate representation of color #A90496: hue angle of 306.91º degrees, saturation: 0.95, 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 #A90496 is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 4 | 150 | - |
| CMYK | 0 | 0.98 | 0.11 | 0.34 |
| HSL | 306.91º | 0.95% | 0.34% | - |
| HSV(B) | 306.91º | 0.98% | 0.66% | - |
| XYZ | 21.91 | 10.72 | 29.77 | - |
| YUV | 69.98 | 173.16 | 198.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 4 | 150 | 0 | 0.98 | 0.11 | 0.34 | 306.91 | 0.95 | 0.34 |
| Hex | A9 | 4 | 96 | 0 | 62 | B | 22 | 133 | 5F | 22 |
| Octal | 251 | 4 | 226 | 0 | 142 | 13 | 42 | 463 | 137 | 42 |
| Binary | 10101001 | 100 | 10010110 | 0 | 1100010 | 1011 | 100010 | 100110011 | 1011111 | 100010 |
Color Harmonies of #A90496
Complementary color
Monochromatic Colors of #A90496
Black with #A90496
Text Example
Text Example
White with #A90496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90496; }
p { color: rgb(169,4,150); }
H1.HeaderClassName
{
color: #A90496;
}
.AnyTagClassName
{
color: #A90496;
}
</style>
background-color css
<style>
a { background-color: #A90496; }
a { background-color: rgb(169,4,150); }
div.DivClassName
{
background-color: #A90496;
}
.BgClassName
{
background-color: #A90496;
}
</style>
border-color css
<style>
span { border-color: #A90496; }
span { border-color: rgb(169,4,150); }
td.TdClassName
{
border-color: #A90496;
}
.TagClassName
{
border-color: #A90496;
}
</style>