Shades of Dark Magenta #A90A8C
Tints of Dark Magenta #A90A8C
RGB
CMYK
RGB Variations
Color information
#A90A8C (or 0xA90A8C) is known color: Dark Magenta. HEX triplet: A9, 0A and 8C. RGB value is (169,10,140). Sum of RGB (Red+Green+Blue) = 169+10+140=319 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.98% from 319); Green value is 10 (4.30% from 255 or 3.13% from 319); Blue value is 140 (55.08% from 255 or 43.89% from 319); Max value from RGB is 169 - color contains mainly: red. Hex color #A90A8C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90A8C is #56F573. Grayscale: #484848. Windows color (decimal): -5698932 or 9177769. OLE color: 9177769.
HSL color Cylindrical-coordinate representation of color #A90A8C: hue angle of 310.94º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A90A8C is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 10 | 140 | - |
| CMYK | 0 | 0.94 | 0.17 | 0.34 |
| HSL | 310.94º | 0.89% | 0.35% | - |
| HSV(B) | 310.94º | 0.94% | 0.66% | - |
| XYZ | 21.2 | 10.55 | 25.73 | - |
| YUV | 72.36 | 166.18 | 196.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 10 | 140 | 0 | 0.94 | 0.17 | 0.34 | 310.94 | 0.89 | 0.35 |
| Hex | A9 | A | 8C | 0 | 5E | 11 | 22 | 137 | 59 | 23 |
| Octal | 251 | 12 | 214 | 0 | 136 | 21 | 42 | 467 | 131 | 43 |
| Binary | 10101001 | 1010 | 10001100 | 0 | 1011110 | 10001 | 100010 | 100110111 | 1011001 | 100011 |
Color Harmonies of #A90A8C
Complementary color
Monochromatic Colors of #A90A8C
Black with #A90A8C
Text Example
Text Example
White with #A90A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90A8C; }
p { color: rgb(169,10,140); }
H1.HeaderClassName
{
color: #A90A8C;
}
.AnyTagClassName
{
color: #A90A8C;
}
</style>
background-color css
<style>
a { background-color: #A90A8C; }
a { background-color: rgb(169,10,140); }
div.DivClassName
{
background-color: #A90A8C;
}
.BgClassName
{
background-color: #A90A8C;
}
</style>
border-color css
<style>
span { border-color: #A90A8C; }
span { border-color: rgb(169,10,140); }
td.TdClassName
{
border-color: #A90A8C;
}
.TagClassName
{
border-color: #A90A8C;
}
</style>