Shades of Deep Magenta #A90DAF
Tints of Deep Magenta #A90DAF
RGB
CMYK
RGB Variations
Color information
#A90DAF (or 0xA90DAF) is known color: Deep Magenta. HEX triplet: A9, 0D and AF. RGB value is (169,13,175). Sum of RGB (Red+Green+Blue) = 169+13+175=357 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.34% from 357); Green value is 13 (5.47% from 255 or 3.64% from 357); Blue value is 175 (68.75% from 255 or 49.02% from 357); Max value from RGB is 175 - color contains mainly: blue. Hex color #A90DAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90DAF is #56F250. Grayscale: #4D4D4D. Windows color (decimal): -5698129 or 11472297. OLE color: 11472297.
HSL color Cylindrical-coordinate representation of color #A90DAF: hue angle of 297.78º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A90DAF is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 169 | 13 | 175 | - |
| CMYK | 0.03 | 0.93 | 0 | 0.31 |
| HSL | 297.78º | 0.86% | 0.37% | - |
| HSV(B) | 297.78º | 0.93% | 0.69% | - |
| XYZ | 24.24 | 11.82 | 41.56 | - |
| YUV | 78.11 | 182.68 | 192.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 13 | 175 | 0.03 | 0.93 | 0 | 0.31 | 297.78 | 0.86 | 0.37 |
| Hex | A9 | D | AF | 3 | 5D | 0 | 1F | 12A | 56 | 25 |
| Octal | 251 | 15 | 257 | 3 | 135 | 0 | 37 | 452 | 126 | 45 |
| Binary | 10101001 | 1101 | 10101111 | 11 | 1011101 | 0 | 11111 | 100101010 | 1010110 | 100101 |
Color Harmonies of #A90DAF
Complementary color
Monochromatic Colors of #A90DAF
Black with #A90DAF
Text Example
Text Example
White with #A90DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90DAF; }
p { color: rgb(169,13,175); }
H1.HeaderClassName
{
color: #A90DAF;
}
.AnyTagClassName
{
color: #A90DAF;
}
</style>
background-color css
<style>
a { background-color: #A90DAF; }
a { background-color: rgb(169,13,175); }
div.DivClassName
{
background-color: #A90DAF;
}
.BgClassName
{
background-color: #A90DAF;
}
</style>
border-color css
<style>
span { border-color: #A90DAF; }
span { border-color: rgb(169,13,175); }
td.TdClassName
{
border-color: #A90DAF;
}
.TagClassName
{
border-color: #A90DAF;
}
</style>