Shades of Dark Magenta #A31EA3
Tints of Dark Magenta #A31EA3
RGB
CMYK
RGB Variations
Color information
#A31EA3 (or 0xA31EA3) is known color: Dark Magenta. HEX triplet: A3, 1E and A3. RGB value is (163,30,163). Sum of RGB (Red+Green+Blue) = 163+30+163=356 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.79% from 356); Green value is 30 (12.11% from 255 or 8.43% from 356); Blue value is 163 (64.06% from 255 or 45.79% from 356); Max value from RGB is 163 - color contains mainly: red, blue. Hex color #A31EA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31EA3 is #5CE15C. Grayscale: #545454. Windows color (decimal): -6087005 or 10690211. OLE color: 10690211.
HSL color Cylindrical-coordinate representation of color #A31EA3: hue angle of 300º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A31EA3 is Cyan = 0, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 30 | 163 | - |
| CMYK | 0 | 0.82 | 0 | 0.36 |
| HSL | 300º | 0.69% | 0.38% | - |
| HSV(B) | 300º | 0.82% | 0.64% | - |
| XYZ | 22.18 | 11.36 | 35.67 | - |
| YUV | 84.93 | 172.06 | 183.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 30 | 163 | 0 | 0.82 | 0 | 0.36 | 300 | 0.69 | 0.38 |
| Hex | A3 | 1E | A3 | 0 | 52 | 0 | 24 | 12C | 45 | 26 |
| Octal | 243 | 36 | 243 | 0 | 122 | 0 | 44 | 454 | 105 | 46 |
| Binary | 10100011 | 11110 | 10100011 | 0 | 1010010 | 0 | 100100 | 100101100 | 1000101 | 100110 |
Color Harmonies of #A31EA3
Complementary color
Monochromatic Colors of #A31EA3
Black with #A31EA3
Text Example
Text Example
White with #A31EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31EA3; }
p { color: rgb(163,30,163); }
H1.HeaderClassName
{
color: #A31EA3;
}
.AnyTagClassName
{
color: #A31EA3;
}
</style>
background-color css
<style>
a { background-color: #A31EA3; }
a { background-color: rgb(163,30,163); }
div.DivClassName
{
background-color: #A31EA3;
}
.BgClassName
{
background-color: #A31EA3;
}
</style>
border-color css
<style>
span { border-color: #A31EA3; }
span { border-color: rgb(163,30,163); }
td.TdClassName
{
border-color: #A31EA3;
}
.TagClassName
{
border-color: #A31EA3;
}
</style>