Shades of Dark Magenta #A312AD
Tints of Dark Magenta #A312AD
RGB
CMYK
RGB Variations
Color information
#A312AD (or 0xA312AD) is known color: Dark Magenta. HEX triplet: A3, 12 and AD. RGB value is (163,18,173). Sum of RGB (Red+Green+Blue) = 163+18+173=354 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.05% from 354); Green value is 18 (7.42% from 255 or 5.08% from 354); Blue value is 173 (67.97% from 255 or 48.87% from 354); Max value from RGB is 173 - color contains mainly: blue. Hex color #A312AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A312AD is #5CED52. Grayscale: #4E4E4E. Windows color (decimal): -6090067 or 11342499. OLE color: 11342499.
HSL color Cylindrical-coordinate representation of color #A312AD: hue angle of 296.13º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A312AD is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 163 | 18 | 173 | - |
| CMYK | 0.06 | 0.90 | 0 | 0.32 |
| HSL | 296.13º | 0.81% | 0.37% | - |
| HSV(B) | 296.13º | 0.9% | 0.68% | - |
| XYZ | 22.86 | 11.24 | 40.5 | - |
| YUV | 79.03 | 181.04 | 187.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 18 | 173 | 0.06 | 0.90 | 0 | 0.32 | 296.13 | 0.81 | 0.37 |
| Hex | A3 | 12 | AD | 6 | 5A | 0 | 20 | 128 | 51 | 25 |
| Octal | 243 | 22 | 255 | 6 | 132 | 0 | 40 | 450 | 121 | 45 |
| Binary | 10100011 | 10010 | 10101101 | 110 | 1011010 | 0 | 100000 | 100101000 | 1010001 | 100101 |
Color Harmonies of #A312AD
Complementary color
Monochromatic Colors of #A312AD
Black with #A312AD
Text Example
Text Example
White with #A312AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A312AD; }
p { color: rgb(163,18,173); }
H1.HeaderClassName
{
color: #A312AD;
}
.AnyTagClassName
{
color: #A312AD;
}
</style>
background-color css
<style>
a { background-color: #A312AD; }
a { background-color: rgb(163,18,173); }
div.DivClassName
{
background-color: #A312AD;
}
.BgClassName
{
background-color: #A312AD;
}
</style>
border-color css
<style>
span { border-color: #A312AD; }
span { border-color: rgb(163,18,173); }
td.TdClassName
{
border-color: #A312AD;
}
.TagClassName
{
border-color: #A312AD;
}
</style>