Shades of Dark Magenta #A31AA3
Tints of Dark Magenta #A31AA3
RGB
CMYK
RGB Variations
Color information
#A31AA3 (or 0xA31AA3) is known color: Dark Magenta. HEX triplet: A3, 1A and A3. RGB value is (163,26,163). Sum of RGB (Red+Green+Blue) = 163+26+163=352 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.31% from 352); Green value is 26 (10.55% from 255 or 7.39% from 352); Blue value is 163 (64.06% from 255 or 46.31% from 352); Max value from RGB is 163 - color contains mainly: red, blue. Hex color #A31AA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31AA3 is #5CE55C. Grayscale: #525252. Windows color (decimal): -6088029 or 10689187. OLE color: 10689187.
HSL color Cylindrical-coordinate representation of color #A31AA3: hue angle of 300º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A31AA3 is Cyan = 0, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 26 | 163 | - |
| CMYK | 0 | 0.84 | 0 | 0.36 |
| HSL | 300º | 0.72% | 0.37% | - |
| HSV(B) | 300º | 0.84% | 0.64% | - |
| XYZ | 22.08 | 11.17 | 35.64 | - |
| YUV | 82.58 | 173.39 | 185.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 26 | 163 | 0 | 0.84 | 0 | 0.36 | 300 | 0.72 | 0.37 |
| Hex | A3 | 1A | A3 | 0 | 54 | 0 | 24 | 12C | 48 | 25 |
| Octal | 243 | 32 | 243 | 0 | 124 | 0 | 44 | 454 | 110 | 45 |
| Binary | 10100011 | 11010 | 10100011 | 0 | 1010100 | 0 | 100100 | 100101100 | 1001000 | 100101 |
Color Harmonies of #A31AA3
Complementary color
Monochromatic Colors of #A31AA3
Black with #A31AA3
Text Example
Text Example
White with #A31AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31AA3; }
p { color: rgb(163,26,163); }
H1.HeaderClassName
{
color: #A31AA3;
}
.AnyTagClassName
{
color: #A31AA3;
}
</style>
background-color css
<style>
a { background-color: #A31AA3; }
a { background-color: rgb(163,26,163); }
div.DivClassName
{
background-color: #A31AA3;
}
.BgClassName
{
background-color: #A31AA3;
}
</style>
border-color css
<style>
span { border-color: #A31AA3; }
span { border-color: rgb(163,26,163); }
td.TdClassName
{
border-color: #A31AA3;
}
.TagClassName
{
border-color: #A31AA3;
}
</style>