Shades of Deep Magenta #A90AAF
Tints of Deep Magenta #A90AAF
RGB
CMYK
RGB Variations
Color information
#A90AAF (or 0xA90AAF) is known color: Deep Magenta. HEX triplet: A9, 0A and AF. RGB value is (169,10,175). Sum of RGB (Red+Green+Blue) = 169+10+175=354 (46% of max value = 765). Red value is 169 (66.41% from 255 or 47.74% from 354); Green value is 10 (4.30% from 255 or 2.82% from 354); Blue value is 175 (68.75% from 255 or 49.44% from 354); Max value from RGB is 175 - color contains mainly: blue. Hex color #A90AAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90AAF is #56F550. Grayscale: #4B4B4B. Windows color (decimal): -5698897 or 11471529. OLE color: 11471529.
HSL color Cylindrical-coordinate representation of color #A90AAF: hue angle of 297.82º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A90AAF is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 169 | 10 | 175 | - |
| CMYK | 0.03 | 0.94 | 0 | 0.31 |
| HSL | 297.82º | 0.89% | 0.36% | - |
| HSV(B) | 297.82º | 0.94% | 0.69% | - |
| XYZ | 24.21 | 11.75 | 41.55 | - |
| YUV | 76.35 | 183.68 | 194.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 10 | 175 | 0.03 | 0.94 | 0 | 0.31 | 297.82 | 0.89 | 0.36 |
| Hex | A9 | A | AF | 3 | 5E | 0 | 1F | 12A | 59 | 24 |
| Octal | 251 | 12 | 257 | 3 | 136 | 0 | 37 | 452 | 131 | 44 |
| Binary | 10101001 | 1010 | 10101111 | 11 | 1011110 | 0 | 11111 | 100101010 | 1011001 | 100100 |
Color Harmonies of #A90AAF
Complementary color
Monochromatic Colors of #A90AAF
Black with #A90AAF
Text Example
Text Example
White with #A90AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90AAF; }
p { color: rgb(169,10,175); }
H1.HeaderClassName
{
color: #A90AAF;
}
.AnyTagClassName
{
color: #A90AAF;
}
</style>
background-color css
<style>
a { background-color: #A90AAF; }
a { background-color: rgb(169,10,175); }
div.DivClassName
{
background-color: #A90AAF;
}
.BgClassName
{
background-color: #A90AAF;
}
</style>
border-color css
<style>
span { border-color: #A90AAF; }
span { border-color: rgb(169,10,175); }
td.TdClassName
{
border-color: #A90AAF;
}
.TagClassName
{
border-color: #A90AAF;
}
</style>