Shades of Dark Magenta #A90497
Tints of Dark Magenta #A90497
RGB
CMYK
RGB Variations
Color information
#A90497 (or 0xA90497) is known color: Dark Magenta. HEX triplet: A9, 04 and 97. RGB value is (169,4,151). Sum of RGB (Red+Green+Blue) = 169+4+151=324 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.16% from 324); Green value is 4 (1.95% from 255 or 1.23% from 324); Blue value is 151 (59.38% from 255 or 46.60% from 324); Max value from RGB is 169 - color contains mainly: red. Hex color #A90497 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90497 is #56FB68. Grayscale: #454545. Windows color (decimal): -5700457 or 9897129. OLE color: 9897129.
HSL color Cylindrical-coordinate representation of color #A90497: hue angle of 306.55º 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 #A90497 is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 4 | 151 | - |
| CMYK | 0 | 0.98 | 0.11 | 0.34 |
| HSL | 306.55º | 0.95% | 0.34% | - |
| HSV(B) | 306.55º | 0.98% | 0.66% | - |
| XYZ | 21.99 | 10.76 | 30.2 | - |
| YUV | 70.09 | 173.66 | 198.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 4 | 151 | 0 | 0.98 | 0.11 | 0.34 | 306.55 | 0.95 | 0.34 |
| Hex | A9 | 4 | 97 | 0 | 62 | B | 22 | 133 | 5F | 22 |
| Octal | 251 | 4 | 227 | 0 | 142 | 13 | 42 | 463 | 137 | 42 |
| Binary | 10101001 | 100 | 10010111 | 0 | 1100010 | 1011 | 100010 | 100110011 | 1011111 | 100010 |
Color Harmonies of #A90497
Complementary color
Monochromatic Colors of #A90497
Black with #A90497
Text Example
Text Example
White with #A90497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90497; }
p { color: rgb(169,4,151); }
H1.HeaderClassName
{
color: #A90497;
}
.AnyTagClassName
{
color: #A90497;
}
</style>
background-color css
<style>
a { background-color: #A90497; }
a { background-color: rgb(169,4,151); }
div.DivClassName
{
background-color: #A90497;
}
.BgClassName
{
background-color: #A90497;
}
</style>
border-color css
<style>
span { border-color: #A90497; }
span { border-color: rgb(169,4,151); }
td.TdClassName
{
border-color: #A90497;
}
.TagClassName
{
border-color: #A90497;
}
</style>