Shades of Dark Magenta #A31C9A
Tints of Dark Magenta #A31C9A
RGB
CMYK
RGB Variations
Color information
#A31C9A (or 0xA31C9A) is known color: Dark Magenta. HEX triplet: A3, 1C and 9A. RGB value is (163,28,154). Sum of RGB (Red+Green+Blue) = 163+28+154=345 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.25% from 345); Green value is 28 (11.33% from 255 or 8.12% from 345); Blue value is 154 (60.55% from 255 or 44.64% from 345); Max value from RGB is 163 - color contains mainly: red. Hex color #A31C9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31C9A is #5CE365. Grayscale: #525252. Windows color (decimal): -6087526 or 10099875. OLE color: 10099875.
HSL color Cylindrical-coordinate representation of color #A31C9A: hue angle of 304º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A31C9A is Cyan = 0, Magento = 0.83, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 28 | 154 | - |
| CMYK | 0 | 0.83 | 0.06 | 0.36 |
| HSL | 304º | 0.71% | 0.37% | - |
| HSV(B) | 304º | 0.83% | 0.64% | - |
| XYZ | 21.35 | 10.95 | 31.56 | - |
| YUV | 82.73 | 168.23 | 185.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 28 | 154 | 0 | 0.83 | 0.06 | 0.36 | 304 | 0.71 | 0.37 |
| Hex | A3 | 1C | 9A | 0 | 53 | 6 | 24 | 130 | 47 | 25 |
| Octal | 243 | 34 | 232 | 0 | 123 | 6 | 44 | 460 | 107 | 45 |
| Binary | 10100011 | 11100 | 10011010 | 0 | 1010011 | 110 | 100100 | 100110000 | 1000111 | 100101 |
Color Harmonies of #A31C9A
Complementary color
Monochromatic Colors of #A31C9A
Black with #A31C9A
Text Example
Text Example
White with #A31C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31C9A; }
p { color: rgb(163,28,154); }
H1.HeaderClassName
{
color: #A31C9A;
}
.AnyTagClassName
{
color: #A31C9A;
}
</style>
background-color css
<style>
a { background-color: #A31C9A; }
a { background-color: rgb(163,28,154); }
div.DivClassName
{
background-color: #A31C9A;
}
.BgClassName
{
background-color: #A31C9A;
}
</style>
border-color css
<style>
span { border-color: #A31C9A; }
span { border-color: rgb(163,28,154); }
td.TdClassName
{
border-color: #A31C9A;
}
.TagClassName
{
border-color: #A31C9A;
}
</style>