Shades of Dark Magenta #A009A1
Tints of Dark Magenta #A009A1
RGB
CMYK
RGB Variations
Color information
#A009A1 (or 0xA009A1) is known color: Dark Magenta. HEX triplet: A0, 09 and A1. RGB value is (160,9,161). Sum of RGB (Red+Green+Blue) = 160+9+161=330 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.48% from 330); Green value is 9 (3.91% from 255 or 2.73% from 330); Blue value is 161 (63.28% from 255 or 48.79% from 330); Max value from RGB is 161 - color contains mainly: blue. Hex color #A009A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A009A1 is #5FF65E. Grayscale: #474747. Windows color (decimal): -6288991 or 10553760. OLE color: 10553760.
HSL color Cylindrical-coordinate representation of color #A009A1: hue angle of 299.61º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A009A1 is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 9 | 161 | - |
| CMYK | 0.01 | 0.94 | 0 | 0.37 |
| HSL | 299.61º | 0.89% | 0.33% | - |
| HSV(B) | 299.61º | 0.94% | 0.63% | - |
| XYZ | 21.03 | 10.24 | 34.59 | - |
| YUV | 71.48 | 178.53 | 191.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 9 | 161 | 0.01 | 0.94 | 0 | 0.37 | 299.61 | 0.89 | 0.33 |
| Hex | A0 | 9 | A1 | 1 | 5E | 0 | 25 | 12C | 59 | 21 |
| Octal | 240 | 11 | 241 | 1 | 136 | 0 | 45 | 454 | 131 | 41 |
| Binary | 10100000 | 1001 | 10100001 | 1 | 1011110 | 0 | 100101 | 100101100 | 1011001 | 100001 |
Color Harmonies of #A009A1
Complementary color
Monochromatic Colors of #A009A1
Black with #A009A1
Text Example
Text Example
White with #A009A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A009A1; }
p { color: rgb(160,9,161); }
H1.HeaderClassName
{
color: #A009A1;
}
.AnyTagClassName
{
color: #A009A1;
}
</style>
background-color css
<style>
a { background-color: #A009A1; }
a { background-color: rgb(160,9,161); }
div.DivClassName
{
background-color: #A009A1;
}
.BgClassName
{
background-color: #A009A1;
}
</style>
border-color css
<style>
span { border-color: #A009A1; }
span { border-color: rgb(160,9,161); }
td.TdClassName
{
border-color: #A009A1;
}
.TagClassName
{
border-color: #A009A1;
}
</style>