Shades of Deep Magenta #A90EAF
Tints of Deep Magenta #A90EAF
RGB
CMYK
RGB Variations
Color information
#A90EAF (or 0xA90EAF) is known color: Deep Magenta. HEX triplet: A9, 0E and AF. RGB value is (169,14,175). Sum of RGB (Red+Green+Blue) = 169+14+175=358 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.21% from 358); Green value is 14 (5.86% from 255 or 3.91% from 358); Blue value is 175 (68.75% from 255 or 48.88% from 358); Max value from RGB is 175 - color contains mainly: blue. Hex color #A90EAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90EAF is #56F150. Grayscale: #4E4E4E. Windows color (decimal): -5697873 or 11472553. OLE color: 11472553.
HSL color Cylindrical-coordinate representation of color #A90EAF: hue angle of 297.76º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A90EAF is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 169 | 14 | 175 | - |
| CMYK | 0.03 | 0.92 | 0 | 0.31 |
| HSL | 297.76º | 0.85% | 0.37% | - |
| HSV(B) | 297.76º | 0.92% | 0.69% | - |
| XYZ | 24.26 | 11.84 | 41.57 | - |
| YUV | 78.7 | 182.35 | 192.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 14 | 175 | 0.03 | 0.92 | 0 | 0.31 | 297.76 | 0.85 | 0.37 |
| Hex | A9 | E | AF | 3 | 5C | 0 | 1F | 12A | 55 | 25 |
| Octal | 251 | 16 | 257 | 3 | 134 | 0 | 37 | 452 | 125 | 45 |
| Binary | 10101001 | 1110 | 10101111 | 11 | 1011100 | 0 | 11111 | 100101010 | 1010101 | 100101 |
Color Harmonies of #A90EAF
Complementary color
Monochromatic Colors of #A90EAF
Black with #A90EAF
Text Example
Text Example
White with #A90EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90EAF; }
p { color: rgb(169,14,175); }
H1.HeaderClassName
{
color: #A90EAF;
}
.AnyTagClassName
{
color: #A90EAF;
}
</style>
background-color css
<style>
a { background-color: #A90EAF; }
a { background-color: rgb(169,14,175); }
div.DivClassName
{
background-color: #A90EAF;
}
.BgClassName
{
background-color: #A90EAF;
}
</style>
border-color css
<style>
span { border-color: #A90EAF; }
span { border-color: rgb(169,14,175); }
td.TdClassName
{
border-color: #A90EAF;
}
.TagClassName
{
border-color: #A90EAF;
}
</style>