Shades of Dark Magenta #A31B9C
Tints of Dark Magenta #A31B9C
RGB
CMYK
RGB Variations
Color information
#A31B9C (or 0xA31B9C) is known color: Dark Magenta. HEX triplet: A3, 1B and 9C. RGB value is (163,27,156). Sum of RGB (Red+Green+Blue) = 163+27+156=346 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.11% from 346); Green value is 27 (10.94% from 255 or 7.80% from 346); Blue value is 156 (61.33% from 255 or 45.09% from 346); Max value from RGB is 163 - color contains mainly: red. Hex color #A31B9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31B9C is #5CE463. Grayscale: #515151. Windows color (decimal): -6087780 or 10230691. OLE color: 10230691.
HSL color Cylindrical-coordinate representation of color #A31B9C: hue angle of 303.09º degrees, saturation: 0.72, 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 #A31B9C is Cyan = 0, Magento = 0.83, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 27 | 156 | - |
| CMYK | 0 | 0.83 | 0.04 | 0.36 |
| HSL | 303.09º | 0.72% | 0.37% | - |
| HSV(B) | 303.09º | 0.83% | 0.64% | - |
| XYZ | 21.5 | 10.97 | 32.44 | - |
| YUV | 82.37 | 169.56 | 185.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 27 | 156 | 0 | 0.83 | 0.04 | 0.36 | 303.09 | 0.72 | 0.37 |
| Hex | A3 | 1B | 9C | 0 | 53 | 4 | 24 | 12F | 48 | 25 |
| Octal | 243 | 33 | 234 | 0 | 123 | 4 | 44 | 457 | 110 | 45 |
| Binary | 10100011 | 11011 | 10011100 | 0 | 1010011 | 100 | 100100 | 100101111 | 1001000 | 100101 |
Color Harmonies of #A31B9C
Complementary color
Monochromatic Colors of #A31B9C
Black with #A31B9C
Text Example
Text Example
White with #A31B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31B9C; }
p { color: rgb(163,27,156); }
H1.HeaderClassName
{
color: #A31B9C;
}
.AnyTagClassName
{
color: #A31B9C;
}
</style>
background-color css
<style>
a { background-color: #A31B9C; }
a { background-color: rgb(163,27,156); }
div.DivClassName
{
background-color: #A31B9C;
}
.BgClassName
{
background-color: #A31B9C;
}
</style>
border-color css
<style>
span { border-color: #A31B9C; }
span { border-color: rgb(163,27,156); }
td.TdClassName
{
border-color: #A31B9C;
}
.TagClassName
{
border-color: #A31B9C;
}
</style>