Shades of Dark Magenta #A90AA2
Tints of Dark Magenta #A90AA2
RGB
CMYK
RGB Variations
Color information
#A90AA2 (or 0xA90AA2) is known color: Dark Magenta. HEX triplet: A9, 0A and A2. RGB value is (169,10,162). Sum of RGB (Red+Green+Blue) = 169+10+162=341 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.56% from 341); Green value is 10 (4.30% from 255 or 2.93% from 341); Blue value is 162 (63.67% from 255 or 47.51% from 341); Max value from RGB is 169 - color contains mainly: red. Hex color #A90AA2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90AA2 is #56F55D. Grayscale: #4A4A4A. Windows color (decimal): -5698910 or 10619561. OLE color: 10619561.
HSL color Cylindrical-coordinate representation of color #A90AA2: hue angle of 302.64º 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 #A90AA2 is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 10 | 162 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.34 |
| HSL | 302.64º | 0.89% | 0.35% | - |
| HSV(B) | 302.64º | 0.94% | 0.66% | - |
| XYZ | 22.99 | 11.26 | 35.14 | - |
| YUV | 74.87 | 177.18 | 195.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 10 | 162 | 0 | 0.94 | 0.04 | 0.34 | 302.64 | 0.89 | 0.35 |
| Hex | A9 | A | A2 | 0 | 5E | 4 | 22 | 12F | 59 | 23 |
| Octal | 251 | 12 | 242 | 0 | 136 | 4 | 42 | 457 | 131 | 43 |
| Binary | 10101001 | 1010 | 10100010 | 0 | 1011110 | 100 | 100010 | 100101111 | 1011001 | 100011 |
Color Harmonies of #A90AA2
Complementary color
Monochromatic Colors of #A90AA2
Black with #A90AA2
Text Example
Text Example
White with #A90AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90AA2; }
p { color: rgb(169,10,162); }
H1.HeaderClassName
{
color: #A90AA2;
}
.AnyTagClassName
{
color: #A90AA2;
}
</style>
background-color css
<style>
a { background-color: #A90AA2; }
a { background-color: rgb(169,10,162); }
div.DivClassName
{
background-color: #A90AA2;
}
.BgClassName
{
background-color: #A90AA2;
}
</style>
border-color css
<style>
span { border-color: #A90AA2; }
span { border-color: rgb(169,10,162); }
td.TdClassName
{
border-color: #A90AA2;
}
.TagClassName
{
border-color: #A90AA2;
}
</style>