Shades of Dark Magenta #A90DAA
Tints of Dark Magenta #A90DAA
RGB
CMYK
RGB Variations
Color information
#A90DAA (or 0xA90DAA) is known color: Dark Magenta. HEX triplet: A9, 0D and AA. RGB value is (169,13,170). Sum of RGB (Red+Green+Blue) = 169+13+170=352 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.01% from 352); Green value is 13 (5.47% from 255 or 3.69% from 352); Blue value is 170 (66.80% from 255 or 48.30% from 352); Max value from RGB is 170 - color contains mainly: blue. Hex color #A90DAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90DAA is #56F255. Grayscale: #4D4D4D. Windows color (decimal): -5698134 or 11144617. OLE color: 11144617.
HSL color Cylindrical-coordinate representation of color #A90DAA: hue angle of 299.62º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A90DAA is Cyan = 0.01, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 13 | 170 | - |
| CMYK | 0.01 | 0.92 | 0 | 0.33 |
| HSL | 299.62º | 0.86% | 0.36% | - |
| HSV(B) | 299.62º | 0.92% | 0.67% | - |
| XYZ | 23.76 | 11.63 | 39.02 | - |
| YUV | 77.54 | 180.18 | 193.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 13 | 170 | 0.01 | 0.92 | 0 | 0.33 | 299.62 | 0.86 | 0.36 |
| Hex | A9 | D | AA | 1 | 5C | 0 | 21 | 12C | 56 | 24 |
| Octal | 251 | 15 | 252 | 1 | 134 | 0 | 41 | 454 | 126 | 44 |
| Binary | 10101001 | 1101 | 10101010 | 1 | 1011100 | 0 | 100001 | 100101100 | 1010110 | 100100 |
Color Harmonies of #A90DAA
Complementary color
Monochromatic Colors of #A90DAA
Black with #A90DAA
Text Example
Text Example
White with #A90DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90DAA; }
p { color: rgb(169,13,170); }
H1.HeaderClassName
{
color: #A90DAA;
}
.AnyTagClassName
{
color: #A90DAA;
}
</style>
background-color css
<style>
a { background-color: #A90DAA; }
a { background-color: rgb(169,13,170); }
div.DivClassName
{
background-color: #A90DAA;
}
.BgClassName
{
background-color: #A90DAA;
}
</style>
border-color css
<style>
span { border-color: #A90DAA; }
span { border-color: rgb(169,13,170); }
td.TdClassName
{
border-color: #A90DAA;
}
.TagClassName
{
border-color: #A90DAA;
}
</style>