Shades of Dark Magenta #A31B9E
Tints of Dark Magenta #A31B9E
RGB
CMYK
RGB Variations
Color information
#A31B9E (or 0xA31B9E) is known color: Dark Magenta. HEX triplet: A3, 1B and 9E. RGB value is (163,27,158). Sum of RGB (Red+Green+Blue) = 163+27+158=348 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.84% from 348); Green value is 27 (10.94% from 255 or 7.76% from 348); Blue value is 158 (62.11% from 255 or 45.40% from 348); Max value from RGB is 163 - color contains mainly: red. Hex color #A31B9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31B9E is #5CE461. Grayscale: #525252. Windows color (decimal): -6087778 or 10361763. OLE color: 10361763.
HSL color Cylindrical-coordinate representation of color #A31B9E: hue angle of 302.21º 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 #A31B9E is Cyan = 0, Magento = 0.83, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 27 | 158 | - |
| CMYK | 0 | 0.83 | 0.03 | 0.36 |
| HSL | 302.21º | 0.72% | 0.37% | - |
| HSV(B) | 302.21º | 0.83% | 0.64% | - |
| XYZ | 21.67 | 11.04 | 33.34 | - |
| YUV | 82.6 | 170.56 | 185.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 27 | 158 | 0 | 0.83 | 0.03 | 0.36 | 302.21 | 0.72 | 0.37 |
| Hex | A3 | 1B | 9E | 0 | 53 | 3 | 24 | 12E | 48 | 25 |
| Octal | 243 | 33 | 236 | 0 | 123 | 3 | 44 | 456 | 110 | 45 |
| Binary | 10100011 | 11011 | 10011110 | 0 | 1010011 | 11 | 100100 | 100101110 | 1001000 | 100101 |
Color Harmonies of #A31B9E
Complementary color
Monochromatic Colors of #A31B9E
Black with #A31B9E
Text Example
Text Example
White with #A31B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31B9E; }
p { color: rgb(163,27,158); }
H1.HeaderClassName
{
color: #A31B9E;
}
.AnyTagClassName
{
color: #A31B9E;
}
</style>
background-color css
<style>
a { background-color: #A31B9E; }
a { background-color: rgb(163,27,158); }
div.DivClassName
{
background-color: #A31B9E;
}
.BgClassName
{
background-color: #A31B9E;
}
</style>
border-color css
<style>
span { border-color: #A31B9E; }
span { border-color: rgb(163,27,158); }
td.TdClassName
{
border-color: #A31B9E;
}
.TagClassName
{
border-color: #A31B9E;
}
</style>