Shades of Dark Magenta #A30E8D
Tints of Dark Magenta #A30E8D
RGB
CMYK
RGB Variations
Color information
#A30E8D (or 0xA30E8D) is known color: Dark Magenta. HEX triplet: A3, 0E and 8D. RGB value is (163,14,141). Sum of RGB (Red+Green+Blue) = 163+14+141=318 (42% of max value = 765). Red value is 163 (64.06% from 255 or 51.26% from 318); Green value is 14 (5.86% from 255 or 4.40% from 318); Blue value is 141 (55.47% from 255 or 44.34% from 318); Max value from RGB is 163 - color contains mainly: red. Hex color #A30E8D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30E8D is #5CF172. Grayscale: #484848. Windows color (decimal): -6091123 or 9244323. OLE color: 9244323.
HSL color Cylindrical-coordinate representation of color #A30E8D: hue angle of 308.86º 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 #A30E8D is Cyan = 0, Magento = 0.91, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 14 | 141 | - |
| CMYK | 0 | 0.91 | 0.13 | 0.36 |
| HSL | 308.86º | 0.84% | 0.35% | - |
| HSV(B) | 308.86º | 0.91% | 0.64% | - |
| XYZ | 20.07 | 10.02 | 26.08 | - |
| YUV | 73.03 | 166.36 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 14 | 141 | 0 | 0.91 | 0.13 | 0.36 | 308.86 | 0.84 | 0.35 |
| Hex | A3 | E | 8D | 0 | 5B | D | 24 | 135 | 54 | 23 |
| Octal | 243 | 16 | 215 | 0 | 133 | 15 | 44 | 465 | 124 | 43 |
| Binary | 10100011 | 1110 | 10001101 | 0 | 1011011 | 1101 | 100100 | 100110101 | 1010100 | 100011 |
Color Harmonies of #A30E8D
Complementary color
Monochromatic Colors of #A30E8D
Black with #A30E8D
Text Example
Text Example
White with #A30E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30E8D; }
p { color: rgb(163,14,141); }
H1.HeaderClassName
{
color: #A30E8D;
}
.AnyTagClassName
{
color: #A30E8D;
}
</style>
background-color css
<style>
a { background-color: #A30E8D; }
a { background-color: rgb(163,14,141); }
div.DivClassName
{
background-color: #A30E8D;
}
.BgClassName
{
background-color: #A30E8D;
}
</style>
border-color css
<style>
span { border-color: #A30E8D; }
span { border-color: rgb(163,14,141); }
td.TdClassName
{
border-color: #A30E8D;
}
.TagClassName
{
border-color: #A30E8D;
}
</style>