Shades of Dark Magenta #A00699
Tints of Dark Magenta #A00699
RGB
CMYK
RGB Variations
Color information
#A00699 (or 0xA00699) is known color: Dark Magenta. HEX triplet: A0, 06 and 99. RGB value is (160,6,153). Sum of RGB (Red+Green+Blue) = 160+6+153=319 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50.16% from 319); Green value is 6 (2.73% from 255 or 1.88% from 319); Blue value is 153 (60.16% from 255 or 47.96% from 319); Max value from RGB is 160 - color contains mainly: red. Hex color #A00699 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00699 is #5FF966. Grayscale: #444444. Windows color (decimal): -6289767 or 10028704. OLE color: 10028704.
HSL color Cylindrical-coordinate representation of color #A00699: hue angle of 302.73º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A00699 is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 6 | 153 | - |
| CMYK | 0 | 0.96 | 0.04 | 0.37 |
| HSL | 302.73º | 0.93% | 0.33% | - |
| HSV(B) | 302.73º | 0.96% | 0.63% | - |
| XYZ | 20.31 | 9.9 | 30.98 | - |
| YUV | 68.8 | 175.52 | 193.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 6 | 153 | 0 | 0.96 | 0.04 | 0.37 | 302.73 | 0.93 | 0.33 |
| Hex | A0 | 6 | 99 | 0 | 60 | 4 | 25 | 12F | 5D | 21 |
| Octal | 240 | 6 | 231 | 0 | 140 | 4 | 45 | 457 | 135 | 41 |
| Binary | 10100000 | 110 | 10011001 | 0 | 1100000 | 100 | 100101 | 100101111 | 1011101 | 100001 |
Color Harmonies of #A00699
Complementary color
Monochromatic Colors of #A00699
Black with #A00699
Text Example
Text Example
White with #A00699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00699; }
p { color: rgb(160,6,153); }
H1.HeaderClassName
{
color: #A00699;
}
.AnyTagClassName
{
color: #A00699;
}
</style>
background-color css
<style>
a { background-color: #A00699; }
a { background-color: rgb(160,6,153); }
div.DivClassName
{
background-color: #A00699;
}
.BgClassName
{
background-color: #A00699;
}
</style>
border-color css
<style>
span { border-color: #A00699; }
span { border-color: rgb(160,6,153); }
td.TdClassName
{
border-color: #A00699;
}
.TagClassName
{
border-color: #A00699;
}
</style>