Shades of Dark Magenta #A00695
Tints of Dark Magenta #A00695
RGB
CMYK
RGB Variations
Color information
#A00695 (or 0xA00695) is known color: Dark Magenta. HEX triplet: A0, 06 and 95. RGB value is (160,6,149). Sum of RGB (Red+Green+Blue) = 160+6+149=315 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.79% from 315); Green value is 6 (2.73% from 255 or 1.90% from 315); Blue value is 149 (58.59% from 255 or 47.30% from 315); Max value from RGB is 160 - color contains mainly: red. Hex color #A00695 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00695 is #5FF96A. Grayscale: #434343. Windows color (decimal): -6289771 or 9766560. OLE color: 9766560.
HSL color Cylindrical-coordinate representation of color #A00695: hue angle of 304.29º 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 #A00695 is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 6 | 149 | - |
| CMYK | 0 | 0.96 | 0.07 | 0.37 |
| HSL | 304.29º | 0.93% | 0.33% | - |
| HSV(B) | 304.29º | 0.96% | 0.63% | - |
| XYZ | 19.99 | 9.77 | 29.27 | - |
| YUV | 68.35 | 173.52 | 193.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 6 | 149 | 0 | 0.96 | 0.07 | 0.37 | 304.29 | 0.93 | 0.33 |
| Hex | A0 | 6 | 95 | 0 | 60 | 7 | 25 | 130 | 5D | 21 |
| Octal | 240 | 6 | 225 | 0 | 140 | 7 | 45 | 460 | 135 | 41 |
| Binary | 10100000 | 110 | 10010101 | 0 | 1100000 | 111 | 100101 | 100110000 | 1011101 | 100001 |
Color Harmonies of #A00695
Complementary color
Monochromatic Colors of #A00695
Black with #A00695
Text Example
Text Example
White with #A00695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00695; }
p { color: rgb(160,6,149); }
H1.HeaderClassName
{
color: #A00695;
}
.AnyTagClassName
{
color: #A00695;
}
</style>
background-color css
<style>
a { background-color: #A00695; }
a { background-color: rgb(160,6,149); }
div.DivClassName
{
background-color: #A00695;
}
.BgClassName
{
background-color: #A00695;
}
</style>
border-color css
<style>
span { border-color: #A00695; }
span { border-color: rgb(160,6,149); }
td.TdClassName
{
border-color: #A00695;
}
.TagClassName
{
border-color: #A00695;
}
</style>