Shades of Dark Magenta #A00186
Tints of Dark Magenta #A00186
RGB
CMYK
RGB Variations
Color information
#A00186 (or 0xA00186) is known color: Dark Magenta. HEX triplet: A0, 01 and 86. RGB value is (160,1,134). Sum of RGB (Red+Green+Blue) = 160+1+134=295 (39% of max value = 765). Red value is 160 (62.89% from 255 or 54.24% from 295); Green value is 1 (0.78% from 255 or 0.34% from 295); Blue value is 134 (52.73% from 255 or 45.42% from 295); Max value from RGB is 160 - color contains mainly: red. Hex color #A00186 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00186 is #5FFE79. Grayscale: #3F3F3F. Windows color (decimal): -6291066 or 8782240. OLE color: 8782240.
HSL color Cylindrical-coordinate representation of color #A00186: hue angle of 309.81º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A00186 is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 1 | 134 | - |
| CMYK | 0 | 0.99 | 0.16 | 0.37 |
| HSL | 309.81º | 0.99% | 0.32% | - |
| HSV(B) | 309.81º | 0.99% | 0.63% | - |
| XYZ | 18.81 | 9.22 | 23.34 | - |
| YUV | 63.7 | 167.68 | 196.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 1 | 134 | 0 | 0.99 | 0.16 | 0.37 | 309.81 | 0.99 | 0.32 |
| Hex | A0 | 1 | 86 | 0 | 63 | 10 | 25 | 136 | 63 | 20 |
| Octal | 240 | 1 | 206 | 0 | 143 | 20 | 45 | 466 | 143 | 40 |
| Binary | 10100000 | 1 | 10000110 | 0 | 1100011 | 10000 | 100101 | 100110110 | 1100011 | 100000 |
Color Harmonies of #A00186
Complementary color
Monochromatic Colors of #A00186
Black with #A00186
Text Example
Text Example
White with #A00186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00186; }
p { color: rgb(160,1,134); }
H1.HeaderClassName
{
color: #A00186;
}
.AnyTagClassName
{
color: #A00186;
}
</style>
background-color css
<style>
a { background-color: #A00186; }
a { background-color: rgb(160,1,134); }
div.DivClassName
{
background-color: #A00186;
}
.BgClassName
{
background-color: #A00186;
}
</style>
border-color css
<style>
span { border-color: #A00186; }
span { border-color: rgb(160,1,134); }
td.TdClassName
{
border-color: #A00186;
}
.TagClassName
{
border-color: #A00186;
}
</style>