Shades of Dark Magenta #A312A0
Tints of Dark Magenta #A312A0
RGB
CMYK
RGB Variations
Color information
#A312A0 (or 0xA312A0) is known color: Dark Magenta. HEX triplet: A3, 12 and A0. RGB value is (163,18,160). Sum of RGB (Red+Green+Blue) = 163+18+160=341 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.80% from 341); Green value is 18 (7.42% from 255 or 5.28% from 341); Blue value is 160 (62.89% from 255 or 46.92% from 341); Max value from RGB is 163 - color contains mainly: red. Hex color #A312A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A312A0 is #5CED5F. Grayscale: #4D4D4D. Windows color (decimal): -6090080 or 10490531. OLE color: 10490531.
HSL color Cylindrical-coordinate representation of color #A312A0: hue angle of 301.24º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A312A0 is Cyan = 0, Magento = 0.89, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 18 | 160 | - |
| CMYK | 0 | 0.89 | 0.02 | 0.36 |
| HSL | 301.24º | 0.8% | 0.35% | - |
| HSV(B) | 301.24º | 0.89% | 0.64% | - |
| XYZ | 21.67 | 10.76 | 34.19 | - |
| YUV | 77.54 | 174.54 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 18 | 160 | 0 | 0.89 | 0.02 | 0.36 | 301.24 | 0.8 | 0.35 |
| Hex | A3 | 12 | A0 | 0 | 59 | 2 | 24 | 12D | 50 | 23 |
| Octal | 243 | 22 | 240 | 0 | 131 | 2 | 44 | 455 | 120 | 43 |
| Binary | 10100011 | 10010 | 10100000 | 0 | 1011001 | 10 | 100100 | 100101101 | 1010000 | 100011 |
Color Harmonies of #A312A0
Complementary color
Monochromatic Colors of #A312A0
Black with #A312A0
Text Example
Text Example
White with #A312A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A312A0; }
p { color: rgb(163,18,160); }
H1.HeaderClassName
{
color: #A312A0;
}
.AnyTagClassName
{
color: #A312A0;
}
</style>
background-color css
<style>
a { background-color: #A312A0; }
a { background-color: rgb(163,18,160); }
div.DivClassName
{
background-color: #A312A0;
}
.BgClassName
{
background-color: #A312A0;
}
</style>
border-color css
<style>
span { border-color: #A312A0; }
span { border-color: rgb(163,18,160); }
td.TdClassName
{
border-color: #A312A0;
}
.TagClassName
{
border-color: #A312A0;
}
</style>