Shades of Dark Magenta #A30E87
Tints of Dark Magenta #A30E87
RGB
CMYK
RGB Variations
Color information
#A30E87 (or 0xA30E87) is known color: Dark Magenta. HEX triplet: A3, 0E and 87. RGB value is (163,14,135). Sum of RGB (Red+Green+Blue) = 163+14+135=312 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.24% from 312); Green value is 14 (5.86% from 255 or 4.49% from 312); Blue value is 135 (53.12% from 255 or 43.27% from 312); Max value from RGB is 163 - color contains mainly: red. Hex color #A30E87 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30E87 is #5CF178. Grayscale: #484848. Windows color (decimal): -6091129 or 8851107. OLE color: 8851107.
HSL color Cylindrical-coordinate representation of color #A30E87: hue angle of 311.28º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A30E87 is Cyan = 0, Magento = 0.91, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 14 | 135 | - |
| CMYK | 0 | 0.91 | 0.17 | 0.36 |
| HSL | 311.28º | 0.84% | 0.35% | - |
| HSV(B) | 311.28º | 0.91% | 0.64% | - |
| XYZ | 19.63 | 9.85 | 23.79 | - |
| YUV | 72.35 | 163.36 | 192.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 14 | 135 | 0 | 0.91 | 0.17 | 0.36 | 311.28 | 0.84 | 0.35 |
| Hex | A3 | E | 87 | 0 | 5B | 11 | 24 | 137 | 54 | 23 |
| Octal | 243 | 16 | 207 | 0 | 133 | 21 | 44 | 467 | 124 | 43 |
| Binary | 10100011 | 1110 | 10000111 | 0 | 1011011 | 10001 | 100100 | 100110111 | 1010100 | 100011 |
Color Harmonies of #A30E87
Complementary color
Monochromatic Colors of #A30E87
Black with #A30E87
Text Example
Text Example
White with #A30E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30E87; }
p { color: rgb(163,14,135); }
H1.HeaderClassName
{
color: #A30E87;
}
.AnyTagClassName
{
color: #A30E87;
}
</style>
background-color css
<style>
a { background-color: #A30E87; }
a { background-color: rgb(163,14,135); }
div.DivClassName
{
background-color: #A30E87;
}
.BgClassName
{
background-color: #A30E87;
}
</style>
border-color css
<style>
span { border-color: #A30E87; }
span { border-color: rgb(163,14,135); }
td.TdClassName
{
border-color: #A30E87;
}
.TagClassName
{
border-color: #A30E87;
}
</style>