Shades of Dark Magenta #A00995
Tints of Dark Magenta #A00995
RGB
CMYK
RGB Variations
Color information
#A00995 (or 0xA00995) is known color: Dark Magenta. HEX triplet: A0, 09 and 95. RGB value is (160,9,149). Sum of RGB (Red+Green+Blue) = 160+9+149=318 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50.31% from 318); Green value is 9 (3.91% from 255 or 2.83% from 318); Blue value is 149 (58.59% from 255 or 46.86% from 318); Max value from RGB is 160 - color contains mainly: red. Hex color #A00995 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00995 is #5FF66A. Grayscale: #454545. Windows color (decimal): -6289003 or 9767328. OLE color: 9767328.
HSL color Cylindrical-coordinate representation of color #A00995: hue angle of 304.37º 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 #A00995 is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 9 | 149 | - |
| CMYK | 0 | 0.94 | 0.07 | 0.37 |
| HSL | 304.37º | 0.89% | 0.33% | - |
| HSV(B) | 304.37º | 0.94% | 0.63% | - |
| XYZ | 20.02 | 9.84 | 29.28 | - |
| YUV | 70.11 | 172.53 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 9 | 149 | 0 | 0.94 | 0.07 | 0.37 | 304.37 | 0.89 | 0.33 |
| Hex | A0 | 9 | 95 | 0 | 5E | 7 | 25 | 130 | 59 | 21 |
| Octal | 240 | 11 | 225 | 0 | 136 | 7 | 45 | 460 | 131 | 41 |
| Binary | 10100000 | 1001 | 10010101 | 0 | 1011110 | 111 | 100101 | 100110000 | 1011001 | 100001 |
Color Harmonies of #A00995
Complementary color
Monochromatic Colors of #A00995
Black with #A00995
Text Example
Text Example
White with #A00995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00995; }
p { color: rgb(160,9,149); }
H1.HeaderClassName
{
color: #A00995;
}
.AnyTagClassName
{
color: #A00995;
}
</style>
background-color css
<style>
a { background-color: #A00995; }
a { background-color: rgb(160,9,149); }
div.DivClassName
{
background-color: #A00995;
}
.BgClassName
{
background-color: #A00995;
}
</style>
border-color css
<style>
span { border-color: #A00995; }
span { border-color: rgb(160,9,149); }
td.TdClassName
{
border-color: #A00995;
}
.TagClassName
{
border-color: #A00995;
}
</style>