Shades of Dark Magenta #A00599
Tints of Dark Magenta #A00599
RGB
CMYK
RGB Variations
Color information
#A00599 (or 0xA00599) is known color: Dark Magenta. HEX triplet: A0, 05 and 99. RGB value is (160,5,153). Sum of RGB (Red+Green+Blue) = 160+5+153=318 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50.31% from 318); Green value is 5 (2.34% from 255 or 1.57% from 318); Blue value is 153 (60.16% from 255 or 48.11% from 318); Max value from RGB is 160 - color contains mainly: red. Hex color #A00599 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00599 is #5FFA66. Grayscale: #434343. Windows color (decimal): -6290023 or 10028448. OLE color: 10028448.
HSL color Cylindrical-coordinate representation of color #A00599: hue angle of 302.71º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A00599 is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 5 | 153 | - |
| CMYK | 0 | 0.97 | 0.04 | 0.37 |
| HSL | 302.71º | 0.94% | 0.32% | - |
| HSV(B) | 302.71º | 0.97% | 0.63% | - |
| XYZ | 20.3 | 9.88 | 30.97 | - |
| YUV | 68.22 | 175.85 | 193.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 5 | 153 | 0 | 0.97 | 0.04 | 0.37 | 302.71 | 0.94 | 0.32 |
| Hex | A0 | 5 | 99 | 0 | 61 | 4 | 25 | 12F | 5E | 20 |
| Octal | 240 | 5 | 231 | 0 | 141 | 4 | 45 | 457 | 136 | 40 |
| Binary | 10100000 | 101 | 10011001 | 0 | 1100001 | 100 | 100101 | 100101111 | 1011110 | 100000 |
Color Harmonies of #A00599
Complementary color
Monochromatic Colors of #A00599
Black with #A00599
Text Example
Text Example
White with #A00599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00599; }
p { color: rgb(160,5,153); }
H1.HeaderClassName
{
color: #A00599;
}
.AnyTagClassName
{
color: #A00599;
}
</style>
background-color css
<style>
a { background-color: #A00599; }
a { background-color: rgb(160,5,153); }
div.DivClassName
{
background-color: #A00599;
}
.BgClassName
{
background-color: #A00599;
}
</style>
border-color css
<style>
span { border-color: #A00599; }
span { border-color: rgb(160,5,153); }
td.TdClassName
{
border-color: #A00599;
}
.TagClassName
{
border-color: #A00599;
}
</style>