Shades of Deep Magenta #A90BAF
Tints of Deep Magenta #A90BAF
RGB
CMYK
RGB Variations
Color information
#A90BAF (or 0xA90BAF) is known color: Deep Magenta. HEX triplet: A9, 0B and AF. RGB value is (169,11,175). Sum of RGB (Red+Green+Blue) = 169+11+175=355 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.61% from 355); Green value is 11 (4.69% from 255 or 3.10% from 355); Blue value is 175 (68.75% from 255 or 49.30% from 355); Max value from RGB is 175 - color contains mainly: blue. Hex color #A90BAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90BAF is #56F450. Grayscale: #4C4C4C. Windows color (decimal): -5698641 or 11471785. OLE color: 11471785.
HSL color Cylindrical-coordinate representation of color #A90BAF: hue angle of 297.8º degrees, saturation: 0.88, 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 #A90BAF is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 169 | 11 | 175 | - |
| CMYK | 0.03 | 0.94 | 0 | 0.31 |
| HSL | 297.8º | 0.88% | 0.36% | - |
| HSV(B) | 297.8º | 0.94% | 0.69% | - |
| XYZ | 24.22 | 11.77 | 41.55 | - |
| YUV | 76.94 | 183.35 | 193.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 11 | 175 | 0.03 | 0.94 | 0 | 0.31 | 297.8 | 0.88 | 0.36 |
| Hex | A9 | B | AF | 3 | 5E | 0 | 1F | 12A | 58 | 24 |
| Octal | 251 | 13 | 257 | 3 | 136 | 0 | 37 | 452 | 130 | 44 |
| Binary | 10101001 | 1011 | 10101111 | 11 | 1011110 | 0 | 11111 | 100101010 | 1011000 | 100100 |
Color Harmonies of #A90BAF
Complementary color
Monochromatic Colors of #A90BAF
Black with #A90BAF
Text Example
Text Example
White with #A90BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90BAF; }
p { color: rgb(169,11,175); }
H1.HeaderClassName
{
color: #A90BAF;
}
.AnyTagClassName
{
color: #A90BAF;
}
</style>
background-color css
<style>
a { background-color: #A90BAF; }
a { background-color: rgb(169,11,175); }
div.DivClassName
{
background-color: #A90BAF;
}
.BgClassName
{
background-color: #A90BAF;
}
</style>
border-color css
<style>
span { border-color: #A90BAF; }
span { border-color: rgb(169,11,175); }
td.TdClassName
{
border-color: #A90BAF;
}
.TagClassName
{
border-color: #A90BAF;
}
</style>