Shades of Dark Magenta #A30586
Tints of Dark Magenta #A30586
RGB
CMYK
RGB Variations
Color information
#A30586 (or 0xA30586) is known color: Dark Magenta. HEX triplet: A3, 05 and 86. RGB value is (163,5,134). Sum of RGB (Red+Green+Blue) = 163+5+134=302 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.97% from 302); Green value is 5 (2.34% from 255 or 1.66% from 302); Blue value is 134 (52.73% from 255 or 44.37% from 302); Max value from RGB is 163 - color contains mainly: red. Hex color #A30586 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30586 is #5CFA79. Grayscale: #424242. Windows color (decimal): -6093434 or 8783267. OLE color: 8783267.
HSL color Cylindrical-coordinate representation of color #A30586: hue angle of 311.01º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A30586 is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 5 | 134 | - |
| CMYK | 0 | 0.97 | 0.18 | 0.36 |
| HSL | 311.01º | 0.94% | 0.33% | - |
| HSV(B) | 311.01º | 0.97% | 0.64% | - |
| XYZ | 19.46 | 9.62 | 23.38 | - |
| YUV | 66.95 | 165.85 | 196.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 5 | 134 | 0 | 0.97 | 0.18 | 0.36 | 311.01 | 0.94 | 0.33 |
| Hex | A3 | 5 | 86 | 0 | 61 | 12 | 24 | 137 | 5E | 21 |
| Octal | 243 | 5 | 206 | 0 | 141 | 22 | 44 | 467 | 136 | 41 |
| Binary | 10100011 | 101 | 10000110 | 0 | 1100001 | 10010 | 100100 | 100110111 | 1011110 | 100001 |
Color Harmonies of #A30586
Complementary color
Monochromatic Colors of #A30586
Black with #A30586
Text Example
Text Example
White with #A30586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30586; }
p { color: rgb(163,5,134); }
H1.HeaderClassName
{
color: #A30586;
}
.AnyTagClassName
{
color: #A30586;
}
</style>
background-color css
<style>
a { background-color: #A30586; }
a { background-color: rgb(163,5,134); }
div.DivClassName
{
background-color: #A30586;
}
.BgClassName
{
background-color: #A30586;
}
</style>
border-color css
<style>
span { border-color: #A30586; }
span { border-color: rgb(163,5,134); }
td.TdClassName
{
border-color: #A30586;
}
.TagClassName
{
border-color: #A30586;
}
</style>