Shades of Dark Magenta #A90AAB
Tints of Dark Magenta #A90AAB
RGB
CMYK
RGB Variations
Color information
#A90AAB (or 0xA90AAB) is known color: Dark Magenta. HEX triplet: A9, 0A and AB. RGB value is (169,10,171). Sum of RGB (Red+Green+Blue) = 169+10+171=350 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.29% from 350); Green value is 10 (4.30% from 255 or 2.86% from 350); Blue value is 171 (67.19% from 255 or 48.86% from 350); Max value from RGB is 171 - color contains mainly: blue. Hex color #A90AAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90AAB is #56F554. Grayscale: #4B4B4B. Windows color (decimal): -5698901 or 11209385. OLE color: 11209385.
HSL color Cylindrical-coordinate representation of color #A90AAB: hue angle of 299.25º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A90AAB is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 10 | 171 | - |
| CMYK | 0.01 | 0.94 | 0 | 0.33 |
| HSL | 299.25º | 0.89% | 0.35% | - |
| HSV(B) | 299.25º | 0.94% | 0.67% | - |
| XYZ | 23.82 | 11.59 | 39.51 | - |
| YUV | 75.9 | 181.68 | 194.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 10 | 171 | 0.01 | 0.94 | 0 | 0.33 | 299.25 | 0.89 | 0.35 |
| Hex | A9 | A | AB | 1 | 5E | 0 | 21 | 12B | 59 | 23 |
| Octal | 251 | 12 | 253 | 1 | 136 | 0 | 41 | 453 | 131 | 43 |
| Binary | 10101001 | 1010 | 10101011 | 1 | 1011110 | 0 | 100001 | 100101011 | 1011001 | 100011 |
Color Harmonies of #A90AAB
Complementary color
Monochromatic Colors of #A90AAB
Black with #A90AAB
Text Example
Text Example
White with #A90AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90AAB; }
p { color: rgb(169,10,171); }
H1.HeaderClassName
{
color: #A90AAB;
}
.AnyTagClassName
{
color: #A90AAB;
}
</style>
background-color css
<style>
a { background-color: #A90AAB; }
a { background-color: rgb(169,10,171); }
div.DivClassName
{
background-color: #A90AAB;
}
.BgClassName
{
background-color: #A90AAB;
}
</style>
border-color css
<style>
span { border-color: #A90AAB; }
span { border-color: rgb(169,10,171); }
td.TdClassName
{
border-color: #A90AAB;
}
.TagClassName
{
border-color: #A90AAB;
}
</style>