Shades of Dark Magenta #A90592
Tints of Dark Magenta #A90592
RGB
CMYK
RGB Variations
Color information
#A90592 (or 0xA90592) is known color: Dark Magenta. HEX triplet: A9, 05 and 92. RGB value is (169,5,146). Sum of RGB (Red+Green+Blue) = 169+5+146=320 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.81% from 320); Green value is 5 (2.34% from 255 or 1.56% from 320); Blue value is 146 (57.42% from 255 or 45.62% from 320); Max value from RGB is 169 - color contains mainly: red. Hex color #A90592 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90592 is #56FA6D. Grayscale: #454545. Windows color (decimal): -5700206 or 9569705. OLE color: 9569705.
HSL color Cylindrical-coordinate representation of color #A90592: hue angle of 308.41º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A90592 is Cyan = 0, Magento = 0.97, Yellow = 0.14 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 5 | 146 | - |
| CMYK | 0 | 0.97 | 0.14 | 0.34 |
| HSL | 308.41º | 0.94% | 0.34% | - |
| HSV(B) | 308.41º | 0.97% | 0.66% | - |
| XYZ | 21.6 | 10.62 | 28.11 | - |
| YUV | 70.11 | 170.83 | 198.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 5 | 146 | 0 | 0.97 | 0.14 | 0.34 | 308.41 | 0.94 | 0.34 |
| Hex | A9 | 5 | 92 | 0 | 61 | E | 22 | 134 | 5E | 22 |
| Octal | 251 | 5 | 222 | 0 | 141 | 16 | 42 | 464 | 136 | 42 |
| Binary | 10101001 | 101 | 10010010 | 0 | 1100001 | 1110 | 100010 | 100110100 | 1011110 | 100010 |
Color Harmonies of #A90592
Complementary color
Monochromatic Colors of #A90592
Black with #A90592
Text Example
Text Example
White with #A90592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90592; }
p { color: rgb(169,5,146); }
H1.HeaderClassName
{
color: #A90592;
}
.AnyTagClassName
{
color: #A90592;
}
</style>
background-color css
<style>
a { background-color: #A90592; }
a { background-color: rgb(169,5,146); }
div.DivClassName
{
background-color: #A90592;
}
.BgClassName
{
background-color: #A90592;
}
</style>
border-color css
<style>
span { border-color: #A90592; }
span { border-color: rgb(169,5,146); }
td.TdClassName
{
border-color: #A90592;
}
.TagClassName
{
border-color: #A90592;
}
</style>