Shades of Deep Magenta #A90BAE
Tints of Deep Magenta #A90BAE
RGB
CMYK
RGB Variations
Color information
#A90BAE (or 0xA90BAE) is known color: Deep Magenta. HEX triplet: A9, 0B and AE. RGB value is (169,11,174). Sum of RGB (Red+Green+Blue) = 169+11+174=354 (46% of max value = 765). Red value is 169 (66.41% from 255 or 47.74% from 354); Green value is 11 (4.69% from 255 or 3.11% from 354); Blue value is 174 (68.36% from 255 or 49.15% from 354); Max value from RGB is 174 - color contains mainly: blue. Hex color #A90BAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90BAE is #56F451. Grayscale: #4C4C4C. Windows color (decimal): -5698642 or 11406249. OLE color: 11406249.
HSL color Cylindrical-coordinate representation of color #A90BAE: hue angle of 298.16º degrees, saturation: 0.88, 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 #A90BAE is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 169 | 11 | 174 | - |
| CMYK | 0.03 | 0.94 | 0 | 0.32 |
| HSL | 298.16º | 0.88% | 0.36% | - |
| HSV(B) | 298.16º | 0.94% | 0.68% | - |
| XYZ | 24.12 | 11.73 | 41.04 | - |
| YUV | 76.82 | 182.85 | 193.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 11 | 174 | 0.03 | 0.94 | 0 | 0.32 | 298.16 | 0.88 | 0.36 |
| Hex | A9 | B | AE | 3 | 5E | 0 | 20 | 12A | 58 | 24 |
| Octal | 251 | 13 | 256 | 3 | 136 | 0 | 40 | 452 | 130 | 44 |
| Binary | 10101001 | 1011 | 10101110 | 11 | 1011110 | 0 | 100000 | 100101010 | 1011000 | 100100 |
Color Harmonies of #A90BAE
Complementary color
Monochromatic Colors of #A90BAE
Black with #A90BAE
Text Example
Text Example
White with #A90BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90BAE; }
p { color: rgb(169,11,174); }
H1.HeaderClassName
{
color: #A90BAE;
}
.AnyTagClassName
{
color: #A90BAE;
}
</style>
background-color css
<style>
a { background-color: #A90BAE; }
a { background-color: rgb(169,11,174); }
div.DivClassName
{
background-color: #A90BAE;
}
.BgClassName
{
background-color: #A90BAE;
}
</style>
border-color css
<style>
span { border-color: #A90BAE; }
span { border-color: rgb(169,11,174); }
td.TdClassName
{
border-color: #A90BAE;
}
.TagClassName
{
border-color: #A90BAE;
}
</style>