Shades of Dark Magenta #A31A9A
Tints of Dark Magenta #A31A9A
RGB
CMYK
RGB Variations
Color information
#A31A9A (or 0xA31A9A) is known color: Dark Magenta. HEX triplet: A3, 1A and 9A. RGB value is (163,26,154). Sum of RGB (Red+Green+Blue) = 163+26+154=343 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.52% from 343); Green value is 26 (10.55% from 255 or 7.58% from 343); Blue value is 154 (60.55% from 255 or 44.90% from 343); Max value from RGB is 163 - color contains mainly: red. Hex color #A31A9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31A9A is #5CE565. Grayscale: #515151. Windows color (decimal): -6088038 or 10099363. OLE color: 10099363.
HSL color Cylindrical-coordinate representation of color #A31A9A: hue angle of 303.94º 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 #A31A9A is Cyan = 0, Magento = 0.84, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 26 | 154 | - |
| CMYK | 0 | 0.84 | 0.06 | 0.36 |
| HSL | 303.94º | 0.72% | 0.37% | - |
| HSV(B) | 303.94º | 0.84% | 0.64% | - |
| XYZ | 21.31 | 10.86 | 31.54 | - |
| YUV | 81.56 | 168.89 | 186.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 26 | 154 | 0 | 0.84 | 0.06 | 0.36 | 303.94 | 0.72 | 0.37 |
| Hex | A3 | 1A | 9A | 0 | 54 | 6 | 24 | 130 | 48 | 25 |
| Octal | 243 | 32 | 232 | 0 | 124 | 6 | 44 | 460 | 110 | 45 |
| Binary | 10100011 | 11010 | 10011010 | 0 | 1010100 | 110 | 100100 | 100110000 | 1001000 | 100101 |
Color Harmonies of #A31A9A
Complementary color
Monochromatic Colors of #A31A9A
Black with #A31A9A
Text Example
Text Example
White with #A31A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31A9A; }
p { color: rgb(163,26,154); }
H1.HeaderClassName
{
color: #A31A9A;
}
.AnyTagClassName
{
color: #A31A9A;
}
</style>
background-color css
<style>
a { background-color: #A31A9A; }
a { background-color: rgb(163,26,154); }
div.DivClassName
{
background-color: #A31A9A;
}
.BgClassName
{
background-color: #A31A9A;
}
</style>
border-color css
<style>
span { border-color: #A31A9A; }
span { border-color: rgb(163,26,154); }
td.TdClassName
{
border-color: #A31A9A;
}
.TagClassName
{
border-color: #A31A9A;
}
</style>