Shades of Dark Magenta #A316A3
Tints of Dark Magenta #A316A3
RGB
CMYK
RGB Variations
Color information
#A316A3 (or 0xA316A3) is known color: Dark Magenta. HEX triplet: A3, 16 and A3. RGB value is (163,22,163). Sum of RGB (Red+Green+Blue) = 163+22+163=348 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.84% from 348); Green value is 22 (8.98% from 255 or 6.32% from 348); Blue value is 163 (64.06% from 255 or 46.84% from 348); Max value from RGB is 163 - color contains mainly: red, blue. Hex color #A316A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A316A3 is #5CE95C. Grayscale: #4F4F4F. Windows color (decimal): -6089053 or 10688163. OLE color: 10688163.
HSL color Cylindrical-coordinate representation of color #A316A3: hue angle of 300º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A316A3 is Cyan = 0, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 22 | 163 | - |
| CMYK | 0 | 0.87 | 0 | 0.36 |
| HSL | 300º | 0.76% | 0.36% | - |
| HSV(B) | 300º | 0.87% | 0.64% | - |
| XYZ | 22 | 11 | 35.61 | - |
| YUV | 80.23 | 174.71 | 187.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 22 | 163 | 0 | 0.87 | 0 | 0.36 | 300 | 0.76 | 0.36 |
| Hex | A3 | 16 | A3 | 0 | 57 | 0 | 24 | 12C | 4C | 24 |
| Octal | 243 | 26 | 243 | 0 | 127 | 0 | 44 | 454 | 114 | 44 |
| Binary | 10100011 | 10110 | 10100011 | 0 | 1010111 | 0 | 100100 | 100101100 | 1001100 | 100100 |
Color Harmonies of #A316A3
Complementary color
Monochromatic Colors of #A316A3
Black with #A316A3
Text Example
Text Example
White with #A316A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A316A3; }
p { color: rgb(163,22,163); }
H1.HeaderClassName
{
color: #A316A3;
}
.AnyTagClassName
{
color: #A316A3;
}
</style>
background-color css
<style>
a { background-color: #A316A3; }
a { background-color: rgb(163,22,163); }
div.DivClassName
{
background-color: #A316A3;
}
.BgClassName
{
background-color: #A316A3;
}
</style>
border-color css
<style>
span { border-color: #A316A3; }
span { border-color: rgb(163,22,163); }
td.TdClassName
{
border-color: #A316A3;
}
.TagClassName
{
border-color: #A316A3;
}
</style>