Shades of Dark Magenta #A00688
Tints of Dark Magenta #A00688
RGB
CMYK
RGB Variations
Color information
#A00688 (or 0xA00688) is known color: Dark Magenta. HEX triplet: A0, 06 and 88. RGB value is (160,6,136). Sum of RGB (Red+Green+Blue) = 160+6+136=302 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.98% from 302); Green value is 6 (2.73% from 255 or 1.99% from 302); Blue value is 136 (53.52% from 255 or 45.03% from 302); Max value from RGB is 160 - color contains mainly: red. Hex color #A00688 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00688 is #5FF977. Grayscale: #424242. Windows color (decimal): -6289784 or 8914592. OLE color: 8914592.
HSL color Cylindrical-coordinate representation of color #A00688: hue angle of 309.35º 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 #A00688 is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 6 | 136 | - |
| CMYK | 0 | 0.96 | 0.15 | 0.37 |
| HSL | 309.35º | 0.93% | 0.33% | - |
| HSV(B) | 309.35º | 0.96% | 0.63% | - |
| XYZ | 19.01 | 9.38 | 24.1 | - |
| YUV | 66.87 | 167.02 | 194.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 6 | 136 | 0 | 0.96 | 0.15 | 0.37 | 309.35 | 0.93 | 0.33 |
| Hex | A0 | 6 | 88 | 0 | 60 | F | 25 | 135 | 5D | 21 |
| Octal | 240 | 6 | 210 | 0 | 140 | 17 | 45 | 465 | 135 | 41 |
| Binary | 10100000 | 110 | 10001000 | 0 | 1100000 | 1111 | 100101 | 100110101 | 1011101 | 100001 |
Color Harmonies of #A00688
Complementary color
Monochromatic Colors of #A00688
Black with #A00688
Text Example
Text Example
White with #A00688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00688; }
p { color: rgb(160,6,136); }
H1.HeaderClassName
{
color: #A00688;
}
.AnyTagClassName
{
color: #A00688;
}
</style>
background-color css
<style>
a { background-color: #A00688; }
a { background-color: rgb(160,6,136); }
div.DivClassName
{
background-color: #A00688;
}
.BgClassName
{
background-color: #A00688;
}
</style>
border-color css
<style>
span { border-color: #A00688; }
span { border-color: rgb(160,6,136); }
td.TdClassName
{
border-color: #A00688;
}
.TagClassName
{
border-color: #A00688;
}
</style>