Shades of Dark Magenta #A00991
Tints of Dark Magenta #A00991
RGB
CMYK
RGB Variations
Color information
#A00991 (or 0xA00991) is known color: Dark Magenta. HEX triplet: A0, 09 and 91. RGB value is (160,9,145). Sum of RGB (Red+Green+Blue) = 160+9+145=314 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.96% from 314); Green value is 9 (3.91% from 255 or 2.87% from 314); Blue value is 145 (57.03% from 255 or 46.18% from 314); Max value from RGB is 160 - color contains mainly: red. Hex color #A00991 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00991 is #5FF66E. Grayscale: #454545. Windows color (decimal): -6289007 or 9505184. OLE color: 9505184.
HSL color Cylindrical-coordinate representation of color #A00991: hue angle of 305.96º 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 #A00991 is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 9 | 145 | - |
| CMYK | 0 | 0.94 | 0.09 | 0.37 |
| HSL | 305.96º | 0.89% | 0.33% | - |
| HSV(B) | 305.96º | 0.94% | 0.63% | - |
| XYZ | 19.71 | 9.71 | 27.62 | - |
| YUV | 69.65 | 170.53 | 192.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 9 | 145 | 0 | 0.94 | 0.09 | 0.37 | 305.96 | 0.89 | 0.33 |
| Hex | A0 | 9 | 91 | 0 | 5E | 9 | 25 | 132 | 59 | 21 |
| Octal | 240 | 11 | 221 | 0 | 136 | 11 | 45 | 462 | 131 | 41 |
| Binary | 10100000 | 1001 | 10010001 | 0 | 1011110 | 1001 | 100101 | 100110010 | 1011001 | 100001 |
Color Harmonies of #A00991
Complementary color
Monochromatic Colors of #A00991
Black with #A00991
Text Example
Text Example
White with #A00991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00991; }
p { color: rgb(160,9,145); }
H1.HeaderClassName
{
color: #A00991;
}
.AnyTagClassName
{
color: #A00991;
}
</style>
background-color css
<style>
a { background-color: #A00991; }
a { background-color: rgb(160,9,145); }
div.DivClassName
{
background-color: #A00991;
}
.BgClassName
{
background-color: #A00991;
}
</style>
border-color css
<style>
span { border-color: #A00991; }
span { border-color: rgb(160,9,145); }
td.TdClassName
{
border-color: #A00991;
}
.TagClassName
{
border-color: #A00991;
}
</style>