Shades of Dark Magenta #A31A95
Tints of Dark Magenta #A31A95
RGB
CMYK
RGB Variations
Color information
#A31A95 (or 0xA31A95) is known color: Dark Magenta. HEX triplet: A3, 1A and 95. RGB value is (163,26,149). Sum of RGB (Red+Green+Blue) = 163+26+149=338 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.22% from 338); Green value is 26 (10.55% from 255 or 7.69% from 338); Blue value is 149 (58.59% from 255 or 44.08% from 338); Max value from RGB is 163 - color contains mainly: red. Hex color #A31A95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31A95 is #5CE56A. Grayscale: #505050. Windows color (decimal): -6088043 or 9771683. OLE color: 9771683.
HSL color Cylindrical-coordinate representation of color #A31A95: hue angle of 306.13º 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 #A31A95 is Cyan = 0, Magento = 0.84, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 26 | 149 | - |
| CMYK | 0 | 0.84 | 0.09 | 0.36 |
| HSL | 306.13º | 0.72% | 0.37% | - |
| HSV(B) | 306.13º | 0.84% | 0.64% | - |
| XYZ | 20.9 | 10.7 | 29.4 | - |
| YUV | 80.99 | 166.39 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 26 | 149 | 0 | 0.84 | 0.09 | 0.36 | 306.13 | 0.72 | 0.37 |
| Hex | A3 | 1A | 95 | 0 | 54 | 9 | 24 | 132 | 48 | 25 |
| Octal | 243 | 32 | 225 | 0 | 124 | 11 | 44 | 462 | 110 | 45 |
| Binary | 10100011 | 11010 | 10010101 | 0 | 1010100 | 1001 | 100100 | 100110010 | 1001000 | 100101 |
Color Harmonies of #A31A95
Complementary color
Monochromatic Colors of #A31A95
Black with #A31A95
Text Example
Text Example
White with #A31A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31A95; }
p { color: rgb(163,26,149); }
H1.HeaderClassName
{
color: #A31A95;
}
.AnyTagClassName
{
color: #A31A95;
}
</style>
background-color css
<style>
a { background-color: #A31A95; }
a { background-color: rgb(163,26,149); }
div.DivClassName
{
background-color: #A31A95;
}
.BgClassName
{
background-color: #A31A95;
}
</style>
border-color css
<style>
span { border-color: #A31A95; }
span { border-color: rgb(163,26,149); }
td.TdClassName
{
border-color: #A31A95;
}
.TagClassName
{
border-color: #A31A95;
}
</style>