Shades of Dark Magenta #A30186
Tints of Dark Magenta #A30186
RGB
CMYK
RGB Variations
Color information
#A30186 (or 0xA30186) is known color: Dark Magenta. HEX triplet: A3, 01 and 86. RGB value is (163,1,134). Sum of RGB (Red+Green+Blue) = 163+1+134=298 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.70% from 298); Green value is 1 (0.78% from 255 or 0.34% from 298); Blue value is 134 (52.73% from 255 or 44.97% from 298); Max value from RGB is 163 - color contains mainly: red. Hex color #A30186 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30186 is #5CFE79. Grayscale: #404040. Windows color (decimal): -6094458 or 8782243. OLE color: 8782243.
HSL color Cylindrical-coordinate representation of color #A30186: hue angle of 310.74º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A30186 is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 1 | 134 | - |
| CMYK | 0 | 0.99 | 0.18 | 0.36 |
| HSL | 310.74º | 0.99% | 0.32% | - |
| HSV(B) | 310.74º | 0.99% | 0.64% | - |
| XYZ | 19.42 | 9.53 | 23.37 | - |
| YUV | 64.6 | 167.17 | 198.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 1 | 134 | 0 | 0.99 | 0.18 | 0.36 | 310.74 | 0.99 | 0.32 |
| Hex | A3 | 1 | 86 | 0 | 63 | 12 | 24 | 137 | 63 | 20 |
| Octal | 243 | 1 | 206 | 0 | 143 | 22 | 44 | 467 | 143 | 40 |
| Binary | 10100011 | 1 | 10000110 | 0 | 1100011 | 10010 | 100100 | 100110111 | 1100011 | 100000 |
Color Harmonies of #A30186
Complementary color
Monochromatic Colors of #A30186
Black with #A30186
Text Example
Text Example
White with #A30186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30186; }
p { color: rgb(163,1,134); }
H1.HeaderClassName
{
color: #A30186;
}
.AnyTagClassName
{
color: #A30186;
}
</style>
background-color css
<style>
a { background-color: #A30186; }
a { background-color: rgb(163,1,134); }
div.DivClassName
{
background-color: #A30186;
}
.BgClassName
{
background-color: #A30186;
}
</style>
border-color css
<style>
span { border-color: #A30186; }
span { border-color: rgb(163,1,134); }
td.TdClassName
{
border-color: #A30186;
}
.TagClassName
{
border-color: #A30186;
}
</style>