Shades of Dark Magenta #A00999
Tints of Dark Magenta #A00999
RGB
CMYK
RGB Variations
Color information
#A00999 (or 0xA00999) is known color: Dark Magenta. HEX triplet: A0, 09 and 99. RGB value is (160,9,153). Sum of RGB (Red+Green+Blue) = 160+9+153=322 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.69% from 322); Green value is 9 (3.91% from 255 or 2.80% from 322); Blue value is 153 (60.16% from 255 or 47.52% from 322); Max value from RGB is 160 - color contains mainly: red. Hex color #A00999 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00999 is #5FF666. Grayscale: #464646. Windows color (decimal): -6288999 or 10029472. OLE color: 10029472.
HSL color Cylindrical-coordinate representation of color #A00999: hue angle of 302.78º 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 #A00999 is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 9 | 153 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.37 |
| HSL | 302.78º | 0.89% | 0.33% | - |
| HSV(B) | 302.78º | 0.94% | 0.63% | - |
| XYZ | 20.34 | 9.97 | 30.99 | - |
| YUV | 70.57 | 174.53 | 191.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 9 | 153 | 0 | 0.94 | 0.04 | 0.37 | 302.78 | 0.89 | 0.33 |
| Hex | A0 | 9 | 99 | 0 | 5E | 4 | 25 | 12F | 59 | 21 |
| Octal | 240 | 11 | 231 | 0 | 136 | 4 | 45 | 457 | 131 | 41 |
| Binary | 10100000 | 1001 | 10011001 | 0 | 1011110 | 100 | 100101 | 100101111 | 1011001 | 100001 |
Color Harmonies of #A00999
Complementary color
Monochromatic Colors of #A00999
Black with #A00999
Text Example
Text Example
White with #A00999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00999; }
p { color: rgb(160,9,153); }
H1.HeaderClassName
{
color: #A00999;
}
.AnyTagClassName
{
color: #A00999;
}
</style>
background-color css
<style>
a { background-color: #A00999; }
a { background-color: rgb(160,9,153); }
div.DivClassName
{
background-color: #A00999;
}
.BgClassName
{
background-color: #A00999;
}
</style>
border-color css
<style>
span { border-color: #A00999; }
span { border-color: rgb(160,9,153); }
td.TdClassName
{
border-color: #A00999;
}
.TagClassName
{
border-color: #A00999;
}
</style>