Shades of Dark Magenta #A90AAD
Tints of Dark Magenta #A90AAD
RGB
CMYK
RGB Variations
Color information
#A90AAD (or 0xA90AAD) is known color: Dark Magenta. HEX triplet: A9, 0A and AD. RGB value is (169,10,173). Sum of RGB (Red+Green+Blue) = 169+10+173=352 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.01% from 352); Green value is 10 (4.30% from 255 or 2.84% from 352); Blue value is 173 (67.97% from 255 or 49.15% from 352); Max value from RGB is 173 - color contains mainly: blue. Hex color #A90AAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90AAD is #56F552. Grayscale: #4B4B4B. Windows color (decimal): -5698899 or 11340457. OLE color: 11340457.
HSL color Cylindrical-coordinate representation of color #A90AAD: hue angle of 298.53º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A90AAD is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 169 | 10 | 173 | - |
| CMYK | 0.02 | 0.94 | 0 | 0.32 |
| HSL | 298.53º | 0.89% | 0.36% | - |
| HSV(B) | 298.53º | 0.94% | 0.68% | - |
| XYZ | 24.01 | 11.67 | 40.52 | - |
| YUV | 76.12 | 182.68 | 194.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 10 | 173 | 0.02 | 0.94 | 0 | 0.32 | 298.53 | 0.89 | 0.36 |
| Hex | A9 | A | AD | 2 | 5E | 0 | 20 | 12B | 59 | 24 |
| Octal | 251 | 12 | 255 | 2 | 136 | 0 | 40 | 453 | 131 | 44 |
| Binary | 10101001 | 1010 | 10101101 | 10 | 1011110 | 0 | 100000 | 100101011 | 1011001 | 100100 |
Color Harmonies of #A90AAD
Complementary color
Monochromatic Colors of #A90AAD
Black with #A90AAD
Text Example
Text Example
White with #A90AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90AAD; }
p { color: rgb(169,10,173); }
H1.HeaderClassName
{
color: #A90AAD;
}
.AnyTagClassName
{
color: #A90AAD;
}
</style>
background-color css
<style>
a { background-color: #A90AAD; }
a { background-color: rgb(169,10,173); }
div.DivClassName
{
background-color: #A90AAD;
}
.BgClassName
{
background-color: #A90AAD;
}
</style>
border-color css
<style>
span { border-color: #A90AAD; }
span { border-color: rgb(169,10,173); }
td.TdClassName
{
border-color: #A90AAD;
}
.TagClassName
{
border-color: #A90AAD;
}
</style>