Shades of Dark Magenta #A31CA9
Tints of Dark Magenta #A31CA9
RGB
CMYK
RGB Variations
Color information
#A31CA9 (or 0xA31CA9) is known color: Dark Magenta. HEX triplet: A3, 1C and A9. RGB value is (163,28,169). Sum of RGB (Red+Green+Blue) = 163+28+169=360 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.28% from 360); Green value is 28 (11.33% from 255 or 7.78% from 360); Blue value is 169 (66.41% from 255 or 46.94% from 360); Max value from RGB is 169 - color contains mainly: blue. Hex color #A31CA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31CA9 is #5CE356. Grayscale: #545454. Windows color (decimal): -6087511 or 11082915. OLE color: 11082915.
HSL color Cylindrical-coordinate representation of color #A31CA9: hue angle of 297.45º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A31CA9 is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 163 | 28 | 169 | - |
| CMYK | 0.04 | 0.83 | 0 | 0.34 |
| HSL | 297.45º | 0.72% | 0.39% | - |
| HSV(B) | 297.45º | 0.83% | 0.66% | - |
| XYZ | 22.68 | 11.48 | 38.56 | - |
| YUV | 84.44 | 175.73 | 184.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 28 | 169 | 0.04 | 0.83 | 0 | 0.34 | 297.45 | 0.72 | 0.39 |
| Hex | A3 | 1C | A9 | 4 | 53 | 0 | 22 | 129 | 48 | 27 |
| Octal | 243 | 34 | 251 | 4 | 123 | 0 | 42 | 451 | 110 | 47 |
| Binary | 10100011 | 11100 | 10101001 | 100 | 1010011 | 0 | 100010 | 100101001 | 1001000 | 100111 |
Color Harmonies of #A31CA9
Complementary color
Monochromatic Colors of #A31CA9
Black with #A31CA9
Text Example
Text Example
White with #A31CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31CA9; }
p { color: rgb(163,28,169); }
H1.HeaderClassName
{
color: #A31CA9;
}
.AnyTagClassName
{
color: #A31CA9;
}
</style>
background-color css
<style>
a { background-color: #A31CA9; }
a { background-color: rgb(163,28,169); }
div.DivClassName
{
background-color: #A31CA9;
}
.BgClassName
{
background-color: #A31CA9;
}
</style>
border-color css
<style>
span { border-color: #A31CA9; }
span { border-color: rgb(163,28,169); }
td.TdClassName
{
border-color: #A31CA9;
}
.TagClassName
{
border-color: #A31CA9;
}
</style>