Shades of Dark Magenta #A00696
Tints of Dark Magenta #A00696
RGB
CMYK
RGB Variations
Color information
#A00696 (or 0xA00696) is known color: Dark Magenta. HEX triplet: A0, 06 and 96. RGB value is (160,6,150). Sum of RGB (Red+Green+Blue) = 160+6+150=316 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.63% from 316); Green value is 6 (2.73% from 255 or 1.90% from 316); Blue value is 150 (58.98% from 255 or 47.47% from 316); Max value from RGB is 160 - color contains mainly: red. Hex color #A00696 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00696 is #5FF969. Grayscale: #444444. Windows color (decimal): -6289770 or 9832096. OLE color: 9832096.
HSL color Cylindrical-coordinate representation of color #A00696: hue angle of 303.9º 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 #A00696 is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 6 | 150 | - |
| CMYK | 0 | 0.96 | 0.06 | 0.37 |
| HSL | 303.9º | 0.93% | 0.33% | - |
| HSV(B) | 303.9º | 0.96% | 0.63% | - |
| XYZ | 20.07 | 9.81 | 29.69 | - |
| YUV | 68.46 | 174.02 | 193.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 6 | 150 | 0 | 0.96 | 0.06 | 0.37 | 303.9 | 0.93 | 0.33 |
| Hex | A0 | 6 | 96 | 0 | 60 | 6 | 25 | 130 | 5D | 21 |
| Octal | 240 | 6 | 226 | 0 | 140 | 6 | 45 | 460 | 135 | 41 |
| Binary | 10100000 | 110 | 10010110 | 0 | 1100000 | 110 | 100101 | 100110000 | 1011101 | 100001 |
Color Harmonies of #A00696
Complementary color
Monochromatic Colors of #A00696
Black with #A00696
Text Example
Text Example
White with #A00696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00696; }
p { color: rgb(160,6,150); }
H1.HeaderClassName
{
color: #A00696;
}
.AnyTagClassName
{
color: #A00696;
}
</style>
background-color css
<style>
a { background-color: #A00696; }
a { background-color: rgb(160,6,150); }
div.DivClassName
{
background-color: #A00696;
}
.BgClassName
{
background-color: #A00696;
}
</style>
border-color css
<style>
span { border-color: #A00696; }
span { border-color: rgb(160,6,150); }
td.TdClassName
{
border-color: #A00696;
}
.TagClassName
{
border-color: #A00696;
}
</style>