Shades of Dark Magenta #A00386
Tints of Dark Magenta #A00386
RGB
CMYK
RGB Variations
Color information
#A00386 (or 0xA00386) is known color: Dark Magenta. HEX triplet: A0, 03 and 86. RGB value is (160,3,134). Sum of RGB (Red+Green+Blue) = 160+3+134=297 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.87% from 297); Green value is 3 (1.56% from 255 or 1.01% from 297); Blue value is 134 (52.73% from 255 or 45.12% from 297); Max value from RGB is 160 - color contains mainly: red. Hex color #A00386 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00386 is #5FFC79. Grayscale: #404040. Windows color (decimal): -6290554 or 8782752. OLE color: 8782752.
HSL color Cylindrical-coordinate representation of color #A00386: hue angle of 309.94º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A00386 is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 3 | 134 | - |
| CMYK | 0 | 0.98 | 0.16 | 0.37 |
| HSL | 309.94º | 0.96% | 0.32% | - |
| HSV(B) | 309.94º | 0.98% | 0.63% | - |
| XYZ | 18.83 | 9.26 | 23.35 | - |
| YUV | 64.88 | 167.01 | 195.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 3 | 134 | 0 | 0.98 | 0.16 | 0.37 | 309.94 | 0.96 | 0.32 |
| Hex | A0 | 3 | 86 | 0 | 62 | 10 | 25 | 136 | 60 | 20 |
| Octal | 240 | 3 | 206 | 0 | 142 | 20 | 45 | 466 | 140 | 40 |
| Binary | 10100000 | 11 | 10000110 | 0 | 1100010 | 10000 | 100101 | 100110110 | 1100000 | 100000 |
Color Harmonies of #A00386
Complementary color
Monochromatic Colors of #A00386
Black with #A00386
Text Example
Text Example
White with #A00386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00386; }
p { color: rgb(160,3,134); }
H1.HeaderClassName
{
color: #A00386;
}
.AnyTagClassName
{
color: #A00386;
}
</style>
background-color css
<style>
a { background-color: #A00386; }
a { background-color: rgb(160,3,134); }
div.DivClassName
{
background-color: #A00386;
}
.BgClassName
{
background-color: #A00386;
}
</style>
border-color css
<style>
span { border-color: #A00386; }
span { border-color: rgb(160,3,134); }
td.TdClassName
{
border-color: #A00386;
}
.TagClassName
{
border-color: #A00386;
}
</style>