Shades of Dark Magenta #A90C92
Tints of Dark Magenta #A90C92
RGB
CMYK
RGB Variations
Color information
#A90C92 (or 0xA90C92) is known color: Dark Magenta. HEX triplet: A9, 0C and 92. RGB value is (169,12,146). Sum of RGB (Red+Green+Blue) = 169+12+146=327 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.68% from 327); Green value is 12 (5.08% from 255 or 3.67% from 327); Blue value is 146 (57.42% from 255 or 44.65% from 327); Max value from RGB is 169 - color contains mainly: red. Hex color #A90C92 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90C92 is #56F36D. Grayscale: #494949. Windows color (decimal): -5698414 or 9571497. OLE color: 9571497.
HSL color Cylindrical-coordinate representation of color #A90C92: hue angle of 308.79º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A90C92 is Cyan = 0, Magento = 0.93, Yellow = 0.14 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 12 | 146 | - |
| CMYK | 0 | 0.93 | 0.14 | 0.34 |
| HSL | 308.79º | 0.87% | 0.35% | - |
| HSV(B) | 308.79º | 0.93% | 0.66% | - |
| XYZ | 21.68 | 10.77 | 28.13 | - |
| YUV | 74.22 | 168.51 | 195.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 12 | 146 | 0 | 0.93 | 0.14 | 0.34 | 308.79 | 0.87 | 0.35 |
| Hex | A9 | C | 92 | 0 | 5D | E | 22 | 135 | 57 | 23 |
| Octal | 251 | 14 | 222 | 0 | 135 | 16 | 42 | 465 | 127 | 43 |
| Binary | 10101001 | 1100 | 10010010 | 0 | 1011101 | 1110 | 100010 | 100110101 | 1010111 | 100011 |
Color Harmonies of #A90C92
Complementary color
Monochromatic Colors of #A90C92
Black with #A90C92
Text Example
Text Example
White with #A90C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90C92; }
p { color: rgb(169,12,146); }
H1.HeaderClassName
{
color: #A90C92;
}
.AnyTagClassName
{
color: #A90C92;
}
</style>
background-color css
<style>
a { background-color: #A90C92; }
a { background-color: rgb(169,12,146); }
div.DivClassName
{
background-color: #A90C92;
}
.BgClassName
{
background-color: #A90C92;
}
</style>
border-color css
<style>
span { border-color: #A90C92; }
span { border-color: rgb(169,12,146); }
td.TdClassName
{
border-color: #A90C92;
}
.TagClassName
{
border-color: #A90C92;
}
</style>