Shades of Deep Magenta #A90AB1
Tints of Deep Magenta #A90AB1
RGB
CMYK
RGB Variations
Color information
#A90AB1 (or 0xA90AB1) is known color: Deep Magenta. HEX triplet: A9, 0A and B1. RGB value is (169,10,177). Sum of RGB (Red+Green+Blue) = 169+10+177=356 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.47% from 356); Green value is 10 (4.30% from 255 or 2.81% from 356); Blue value is 177 (69.53% from 255 or 49.72% from 356); Max value from RGB is 177 - color contains mainly: blue. Hex color #A90AB1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90AB1 is #56F54E. Grayscale: #4C4C4C. Windows color (decimal): -5698895 or 11602601. OLE color: 11602601.
HSL color Cylindrical-coordinate representation of color #A90AB1: hue angle of 297.13º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A90AB1 is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 169 | 10 | 177 | - |
| CMYK | 0.05 | 0.94 | 0 | 0.31 |
| HSL | 297.13º | 0.89% | 0.37% | - |
| HSV(B) | 297.13º | 0.94% | 0.69% | - |
| XYZ | 24.41 | 11.83 | 42.59 | - |
| YUV | 76.58 | 184.68 | 193.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 10 | 177 | 0.05 | 0.94 | 0 | 0.31 | 297.13 | 0.89 | 0.37 |
| Hex | A9 | A | B1 | 5 | 5E | 0 | 1F | 129 | 59 | 25 |
| Octal | 251 | 12 | 261 | 5 | 136 | 0 | 37 | 451 | 131 | 45 |
| Binary | 10101001 | 1010 | 10110001 | 101 | 1011110 | 0 | 11111 | 100101001 | 1011001 | 100101 |
Color Harmonies of #A90AB1
Complementary color
Monochromatic Colors of #A90AB1
Black with #A90AB1
Text Example
Text Example
White with #A90AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90AB1; }
p { color: rgb(169,10,177); }
H1.HeaderClassName
{
color: #A90AB1;
}
.AnyTagClassName
{
color: #A90AB1;
}
</style>
background-color css
<style>
a { background-color: #A90AB1; }
a { background-color: rgb(169,10,177); }
div.DivClassName
{
background-color: #A90AB1;
}
.BgClassName
{
background-color: #A90AB1;
}
</style>
border-color css
<style>
span { border-color: #A90AB1; }
span { border-color: rgb(169,10,177); }
td.TdClassName
{
border-color: #A90AB1;
}
.TagClassName
{
border-color: #A90AB1;
}
</style>