Shades of Dark Magenta #A30786
Tints of Dark Magenta #A30786
RGB
CMYK
RGB Variations
Color information
#A30786 (or 0xA30786) is known color: Dark Magenta. HEX triplet: A3, 07 and 86. RGB value is (163,7,134). Sum of RGB (Red+Green+Blue) = 163+7+134=304 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.62% from 304); Green value is 7 (3.12% from 255 or 2.30% from 304); Blue value is 134 (52.73% from 255 or 44.08% from 304); Max value from RGB is 163 - color contains mainly: red. Hex color #A30786 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30786 is #5CF879. Grayscale: #434343. Windows color (decimal): -6092922 or 8783779. OLE color: 8783779.
HSL color Cylindrical-coordinate representation of color #A30786: hue angle of 311.15º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A30786 is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 7 | 134 | - |
| CMYK | 0 | 0.96 | 0.18 | 0.36 |
| HSL | 311.15º | 0.92% | 0.33% | - |
| HSV(B) | 311.15º | 0.96% | 0.64% | - |
| XYZ | 19.48 | 9.66 | 23.39 | - |
| YUV | 68.12 | 165.18 | 195.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 7 | 134 | 0 | 0.96 | 0.18 | 0.36 | 311.15 | 0.92 | 0.33 |
| Hex | A3 | 7 | 86 | 0 | 60 | 12 | 24 | 137 | 5C | 21 |
| Octal | 243 | 7 | 206 | 0 | 140 | 22 | 44 | 467 | 134 | 41 |
| Binary | 10100011 | 111 | 10000110 | 0 | 1100000 | 10010 | 100100 | 100110111 | 1011100 | 100001 |
Color Harmonies of #A30786
Complementary color
Monochromatic Colors of #A30786
Black with #A30786
Text Example
Text Example
White with #A30786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30786; }
p { color: rgb(163,7,134); }
H1.HeaderClassName
{
color: #A30786;
}
.AnyTagClassName
{
color: #A30786;
}
</style>
background-color css
<style>
a { background-color: #A30786; }
a { background-color: rgb(163,7,134); }
div.DivClassName
{
background-color: #A30786;
}
.BgClassName
{
background-color: #A30786;
}
</style>
border-color css
<style>
span { border-color: #A30786; }
span { border-color: rgb(163,7,134); }
td.TdClassName
{
border-color: #A30786;
}
.TagClassName
{
border-color: #A30786;
}
</style>