Shades of Dark Magenta #A31087
Tints of Dark Magenta #A31087
RGB
CMYK
RGB Variations
Color information
#A31087 (or 0xA31087) is known color: Dark Magenta. HEX triplet: A3, 10 and 87. RGB value is (163,16,135). Sum of RGB (Red+Green+Blue) = 163+16+135=314 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.91% from 314); Green value is 16 (6.64% from 255 or 5.10% from 314); Blue value is 135 (53.12% from 255 or 42.99% from 314); Max value from RGB is 163 - color contains mainly: red. Hex color #A31087 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A31087 is #5CEF78. Grayscale: #494949. Windows color (decimal): -6090617 or 8851619. OLE color: 8851619.
HSL color Cylindrical-coordinate representation of color #A31087: hue angle of 311.43º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A31087 is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 16 | 135 | - |
| CMYK | 0 | 0.90 | 0.17 | 0.36 |
| HSL | 311.43º | 0.82% | 0.35% | - |
| HSV(B) | 311.43º | 0.9% | 0.64% | - |
| XYZ | 19.66 | 9.91 | 23.8 | - |
| YUV | 73.52 | 162.7 | 191.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 16 | 135 | 0 | 0.90 | 0.17 | 0.36 | 311.43 | 0.82 | 0.35 |
| Hex | A3 | 10 | 87 | 0 | 5A | 11 | 24 | 137 | 52 | 23 |
| Octal | 243 | 20 | 207 | 0 | 132 | 21 | 44 | 467 | 122 | 43 |
| Binary | 10100011 | 10000 | 10000111 | 0 | 1011010 | 10001 | 100100 | 100110111 | 1010010 | 100011 |
Color Harmonies of #A31087
Complementary color
Monochromatic Colors of #A31087
Black with #A31087
Text Example
Text Example
White with #A31087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31087; }
p { color: rgb(163,16,135); }
H1.HeaderClassName
{
color: #A31087;
}
.AnyTagClassName
{
color: #A31087;
}
</style>
background-color css
<style>
a { background-color: #A31087; }
a { background-color: rgb(163,16,135); }
div.DivClassName
{
background-color: #A31087;
}
.BgClassName
{
background-color: #A31087;
}
</style>
border-color css
<style>
span { border-color: #A31087; }
span { border-color: rgb(163,16,135); }
td.TdClassName
{
border-color: #A31087;
}
.TagClassName
{
border-color: #A31087;
}
</style>