Shades of Dark Magenta #A00A99
Tints of Dark Magenta #A00A99
RGB
CMYK
RGB Variations
Color information
#A00A99 (or 0xA00A99) is known color: Dark Magenta. HEX triplet: A0, 0A and 99. RGB value is (160,10,153). Sum of RGB (Red+Green+Blue) = 160+10+153=323 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.54% from 323); Green value is 10 (4.30% from 255 or 3.10% from 323); Blue value is 153 (60.16% from 255 or 47.37% from 323); Max value from RGB is 160 - color contains mainly: red. Hex color #A00A99 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00A99 is #5FF566. Grayscale: #464646. Windows color (decimal): -6288743 or 10029728. OLE color: 10029728.
HSL color Cylindrical-coordinate representation of color #A00A99: hue angle of 302.8º degrees, saturation: 0.88, 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 #A00A99 is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 10 | 153 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.37 |
| HSL | 302.8º | 0.88% | 0.33% | - |
| HSV(B) | 302.8º | 0.94% | 0.63% | - |
| XYZ | 20.36 | 9.99 | 30.99 | - |
| YUV | 71.15 | 174.2 | 191.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 10 | 153 | 0 | 0.94 | 0.04 | 0.37 | 302.8 | 0.88 | 0.33 |
| Hex | A0 | A | 99 | 0 | 5E | 4 | 25 | 12F | 58 | 21 |
| Octal | 240 | 12 | 231 | 0 | 136 | 4 | 45 | 457 | 130 | 41 |
| Binary | 10100000 | 1010 | 10011001 | 0 | 1011110 | 100 | 100101 | 100101111 | 1011000 | 100001 |
Color Harmonies of #A00A99
Complementary color
Monochromatic Colors of #A00A99
Black with #A00A99
Text Example
Text Example
White with #A00A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00A99; }
p { color: rgb(160,10,153); }
H1.HeaderClassName
{
color: #A00A99;
}
.AnyTagClassName
{
color: #A00A99;
}
</style>
background-color css
<style>
a { background-color: #A00A99; }
a { background-color: rgb(160,10,153); }
div.DivClassName
{
background-color: #A00A99;
}
.BgClassName
{
background-color: #A00A99;
}
</style>
border-color css
<style>
span { border-color: #A00A99; }
span { border-color: rgb(160,10,153); }
td.TdClassName
{
border-color: #A00A99;
}
.TagClassName
{
border-color: #A00A99;
}
</style>