Shades of Dark Magenta #A00684
Tints of Dark Magenta #A00684
RGB
CMYK
RGB Variations
Color information
#A00684 (or 0xA00684) is known color: Dark Magenta. HEX triplet: A0, 06 and 84. RGB value is (160,6,132). Sum of RGB (Red+Green+Blue) = 160+6+132=298 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.69% from 298); Green value is 6 (2.73% from 255 or 2.01% from 298); Blue value is 132 (51.95% from 255 or 44.30% from 298); Max value from RGB is 160 - color contains mainly: red. Hex color #A00684 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00684 is #5FF97B. Grayscale: #424242. Windows color (decimal): -6289788 or 8652448. OLE color: 8652448.
HSL color Cylindrical-coordinate representation of color #A00684: hue angle of 310.91º 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 #A00684 is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 6 | 132 | - |
| CMYK | 0 | 0.96 | 0.17 | 0.37 |
| HSL | 310.91º | 0.93% | 0.33% | - |
| HSV(B) | 310.91º | 0.96% | 0.63% | - |
| XYZ | 18.73 | 9.27 | 22.63 | - |
| YUV | 66.41 | 165.02 | 194.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 6 | 132 | 0 | 0.96 | 0.17 | 0.37 | 310.91 | 0.93 | 0.33 |
| Hex | A0 | 6 | 84 | 0 | 60 | 11 | 25 | 137 | 5D | 21 |
| Octal | 240 | 6 | 204 | 0 | 140 | 21 | 45 | 467 | 135 | 41 |
| Binary | 10100000 | 110 | 10000100 | 0 | 1100000 | 10001 | 100101 | 100110111 | 1011101 | 100001 |
Color Harmonies of #A00684
Complementary color
Monochromatic Colors of #A00684
Black with #A00684
Text Example
Text Example
White with #A00684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00684; }
p { color: rgb(160,6,132); }
H1.HeaderClassName
{
color: #A00684;
}
.AnyTagClassName
{
color: #A00684;
}
</style>
background-color css
<style>
a { background-color: #A00684; }
a { background-color: rgb(160,6,132); }
div.DivClassName
{
background-color: #A00684;
}
.BgClassName
{
background-color: #A00684;
}
</style>
border-color css
<style>
span { border-color: #A00684; }
span { border-color: rgb(160,6,132); }
td.TdClassName
{
border-color: #A00684;
}
.TagClassName
{
border-color: #A00684;
}
</style>