Shades of Dark Magenta #A31B9D
Tints of Dark Magenta #A31B9D
RGB
CMYK
RGB Variations
Color information
#A31B9D (or 0xA31B9D) is known color: Dark Magenta. HEX triplet: A3, 1B and 9D. RGB value is (163,27,157). Sum of RGB (Red+Green+Blue) = 163+27+157=347 (45% of max value = 765). Red value is 163 (64.06% from 255 or 46.97% from 347); Green value is 27 (10.94% from 255 or 7.78% from 347); Blue value is 157 (61.72% from 255 or 45.24% from 347); Max value from RGB is 163 - color contains mainly: red. Hex color #A31B9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31B9D is #5CE462. Grayscale: #525252. Windows color (decimal): -6087779 or 10296227. OLE color: 10296227.
HSL color Cylindrical-coordinate representation of color #A31B9D: hue angle of 302.65º 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 #A31B9D is Cyan = 0, Magento = 0.83, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 27 | 157 | - |
| CMYK | 0 | 0.83 | 0.04 | 0.36 |
| HSL | 302.65º | 0.72% | 0.37% | - |
| HSV(B) | 302.65º | 0.83% | 0.64% | - |
| XYZ | 21.58 | 11 | 32.88 | - |
| YUV | 82.48 | 170.06 | 185.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 27 | 157 | 0 | 0.83 | 0.04 | 0.36 | 302.65 | 0.72 | 0.37 |
| Hex | A3 | 1B | 9D | 0 | 53 | 4 | 24 | 12F | 48 | 25 |
| Octal | 243 | 33 | 235 | 0 | 123 | 4 | 44 | 457 | 110 | 45 |
| Binary | 10100011 | 11011 | 10011101 | 0 | 1010011 | 100 | 100100 | 100101111 | 1001000 | 100101 |
Color Harmonies of #A31B9D
Complementary color
Monochromatic Colors of #A31B9D
Black with #A31B9D
Text Example
Text Example
White with #A31B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31B9D; }
p { color: rgb(163,27,157); }
H1.HeaderClassName
{
color: #A31B9D;
}
.AnyTagClassName
{
color: #A31B9D;
}
</style>
background-color css
<style>
a { background-color: #A31B9D; }
a { background-color: rgb(163,27,157); }
div.DivClassName
{
background-color: #A31B9D;
}
.BgClassName
{
background-color: #A31B9D;
}
</style>
border-color css
<style>
span { border-color: #A31B9D; }
span { border-color: rgb(163,27,157); }
td.TdClassName
{
border-color: #A31B9D;
}
.TagClassName
{
border-color: #A31B9D;
}
</style>