Shades of Dark Magenta #A00086
Tints of Dark Magenta #A00086
RGB
CMYK
RGB Variations
Color information
#A00086 (or 0xA00086) is known color: Dark Magenta. HEX triplet: A0, 00 and 86. RGB value is (160,0,134). Sum of RGB (Red+Green+Blue) = 160+0+134=294 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.42% from 294); Green value is 0 (0.39% from 255 or 0% from 294); Blue value is 134 (52.73% from 255 or 45.58% from 294); Max value from RGB is 160 - color contains mainly: red. Hex color #A00086 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00086 is #5FFF79. Grayscale: #3E3E3E. Windows color (decimal): -6291322 or 8781984. OLE color: 8781984.
HSL color Cylindrical-coordinate representation of color #A00086: hue angle of 309.75º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A00086 is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 0 | 134 | - |
| CMYK | 0 | 1 | 0.16 | 0.37 |
| HSL | 309.75º | 1% | 0.31% | - |
| HSV(B) | 309.75º | 1% | 0.63% | - |
| XYZ | 18.8 | 9.19 | 23.34 | - |
| YUV | 63.12 | 168.01 | 197.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 0 | 134 | 0 | 1 | 0.16 | 0.37 | 309.75 | 1 | 0.31 |
| Hex | A0 | 0 | 86 | 0 | 64 | 10 | 25 | 136 | 64 | 1F |
| Octal | 240 | 0 | 206 | 0 | 144 | 20 | 45 | 466 | 144 | 37 |
| Binary | 10100000 | 0 | 10000110 | 0 | 1100100 | 10000 | 100101 | 100110110 | 1100100 | 11111 |
Color Harmonies of #A00086
Complementary color
Monochromatic Colors of #A00086
Black with #A00086
Text Example
Text Example
White with #A00086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00086; }
p { color: rgb(160,0,134); }
H1.HeaderClassName
{
color: #A00086;
}
.AnyTagClassName
{
color: #A00086;
}
</style>
background-color css
<style>
a { background-color: #A00086; }
a { background-color: rgb(160,0,134); }
div.DivClassName
{
background-color: #A00086;
}
.BgClassName
{
background-color: #A00086;
}
</style>
border-color css
<style>
span { border-color: #A00086; }
span { border-color: rgb(160,0,134); }
td.TdClassName
{
border-color: #A00086;
}
.TagClassName
{
border-color: #A00086;
}
</style>