Shades of Dark Magenta #A00689
Tints of Dark Magenta #A00689
RGB
CMYK
RGB Variations
Color information
#A00689 (or 0xA00689) is known color: Dark Magenta. HEX triplet: A0, 06 and 89. RGB value is (160,6,137). Sum of RGB (Red+Green+Blue) = 160+6+137=303 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.81% from 303); Green value is 6 (2.73% from 255 or 1.98% from 303); Blue value is 137 (53.91% from 255 or 45.21% from 303); Max value from RGB is 160 - color contains mainly: red. Hex color #A00689 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00689 is #5FF976. Grayscale: #424242. Windows color (decimal): -6289783 or 8980128. OLE color: 8980128.
HSL color Cylindrical-coordinate representation of color #A00689: hue angle of 308.96º 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 #A00689 is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 6 | 137 | - |
| CMYK | 0 | 0.96 | 0.14 | 0.37 |
| HSL | 308.96º | 0.93% | 0.33% | - |
| HSV(B) | 308.96º | 0.96% | 0.63% | - |
| XYZ | 19.08 | 9.41 | 24.48 | - |
| YUV | 66.98 | 167.52 | 194.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 6 | 137 | 0 | 0.96 | 0.14 | 0.37 | 308.96 | 0.93 | 0.33 |
| Hex | A0 | 6 | 89 | 0 | 60 | E | 25 | 135 | 5D | 21 |
| Octal | 240 | 6 | 211 | 0 | 140 | 16 | 45 | 465 | 135 | 41 |
| Binary | 10100000 | 110 | 10001001 | 0 | 1100000 | 1110 | 100101 | 100110101 | 1011101 | 100001 |
Color Harmonies of #A00689
Complementary color
Monochromatic Colors of #A00689
Black with #A00689
Text Example
Text Example
White with #A00689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00689; }
p { color: rgb(160,6,137); }
H1.HeaderClassName
{
color: #A00689;
}
.AnyTagClassName
{
color: #A00689;
}
</style>
background-color css
<style>
a { background-color: #A00689; }
a { background-color: rgb(160,6,137); }
div.DivClassName
{
background-color: #A00689;
}
.BgClassName
{
background-color: #A00689;
}
</style>
border-color css
<style>
span { border-color: #A00689; }
span { border-color: rgb(160,6,137); }
td.TdClassName
{
border-color: #A00689;
}
.TagClassName
{
border-color: #A00689;
}
</style>