Shades of Dark Magenta #A31B99
Tints of Dark Magenta #A31B99
RGB
CMYK
RGB Variations
Color information
#A31B99 (or 0xA31B99) is known color: Dark Magenta. HEX triplet: A3, 1B and 99. RGB value is (163,27,153). Sum of RGB (Red+Green+Blue) = 163+27+153=343 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.52% from 343); Green value is 27 (10.94% from 255 or 7.87% from 343); Blue value is 153 (60.16% from 255 or 44.61% from 343); Max value from RGB is 163 - color contains mainly: red. Hex color #A31B99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31B99 is #5CE466. Grayscale: #515151. Windows color (decimal): -6087783 or 10034083. OLE color: 10034083.
HSL color Cylindrical-coordinate representation of color #A31B99: hue angle of 304.41º 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 #A31B99 is Cyan = 0, Magento = 0.83, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 27 | 153 | - |
| CMYK | 0 | 0.83 | 0.06 | 0.36 |
| HSL | 304.41º | 0.72% | 0.37% | - |
| HSV(B) | 304.41º | 0.83% | 0.64% | - |
| XYZ | 21.25 | 10.87 | 31.12 | - |
| YUV | 82.03 | 168.06 | 185.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 27 | 153 | 0 | 0.83 | 0.06 | 0.36 | 304.41 | 0.72 | 0.37 |
| Hex | A3 | 1B | 99 | 0 | 53 | 6 | 24 | 130 | 48 | 25 |
| Octal | 243 | 33 | 231 | 0 | 123 | 6 | 44 | 460 | 110 | 45 |
| Binary | 10100011 | 11011 | 10011001 | 0 | 1010011 | 110 | 100100 | 100110000 | 1001000 | 100101 |
Color Harmonies of #A31B99
Complementary color
Monochromatic Colors of #A31B99
Black with #A31B99
Text Example
Text Example
White with #A31B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31B99; }
p { color: rgb(163,27,153); }
H1.HeaderClassName
{
color: #A31B99;
}
.AnyTagClassName
{
color: #A31B99;
}
</style>
background-color css
<style>
a { background-color: #A31B99; }
a { background-color: rgb(163,27,153); }
div.DivClassName
{
background-color: #A31B99;
}
.BgClassName
{
background-color: #A31B99;
}
</style>
border-color css
<style>
span { border-color: #A31B99; }
span { border-color: rgb(163,27,153); }
td.TdClassName
{
border-color: #A31B99;
}
.TagClassName
{
border-color: #A31B99;
}
</style>