Shades of Dark Magenta #A31395
Tints of Dark Magenta #A31395
RGB
CMYK
RGB Variations
Color information
#A31395 (or 0xA31395) is known color: Dark Magenta. HEX triplet: A3, 13 and 95. RGB value is (163,19,149). Sum of RGB (Red+Green+Blue) = 163+19+149=331 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.24% from 331); Green value is 19 (7.81% from 255 or 5.74% from 331); Blue value is 149 (58.59% from 255 or 45.02% from 331); Max value from RGB is 163 - color contains mainly: red. Hex color #A31395 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A31395 is #5CEC6A. Grayscale: #4C4C4C. Windows color (decimal): -6089835 or 9769891. OLE color: 9769891.
HSL color Cylindrical-coordinate representation of color #A31395: hue angle of 305.83º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A31395 is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 19 | 149 | - |
| CMYK | 0 | 0.88 | 0.09 | 0.36 |
| HSL | 305.83º | 0.79% | 0.36% | - |
| HSV(B) | 305.83º | 0.88% | 0.64% | - |
| XYZ | 20.76 | 10.42 | 29.35 | - |
| YUV | 76.88 | 168.71 | 189.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 19 | 149 | 0 | 0.88 | 0.09 | 0.36 | 305.83 | 0.79 | 0.36 |
| Hex | A3 | 13 | 95 | 0 | 58 | 9 | 24 | 132 | 4F | 24 |
| Octal | 243 | 23 | 225 | 0 | 130 | 11 | 44 | 462 | 117 | 44 |
| Binary | 10100011 | 10011 | 10010101 | 0 | 1011000 | 1001 | 100100 | 100110010 | 1001111 | 100100 |
Color Harmonies of #A31395
Complementary color
Monochromatic Colors of #A31395
Black with #A31395
Text Example
Text Example
White with #A31395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31395; }
p { color: rgb(163,19,149); }
H1.HeaderClassName
{
color: #A31395;
}
.AnyTagClassName
{
color: #A31395;
}
</style>
background-color css
<style>
a { background-color: #A31395; }
a { background-color: rgb(163,19,149); }
div.DivClassName
{
background-color: #A31395;
}
.BgClassName
{
background-color: #A31395;
}
</style>
border-color css
<style>
span { border-color: #A31395; }
span { border-color: rgb(163,19,149); }
td.TdClassName
{
border-color: #A31395;
}
.TagClassName
{
border-color: #A31395;
}
</style>