Shades of Dark Magenta #A30E9D
Tints of Dark Magenta #A30E9D
RGB
CMYK
RGB Variations
Color information
#A30E9D (or 0xA30E9D) is known color: Dark Magenta. HEX triplet: A3, 0E and 9D. RGB value is (163,14,157). Sum of RGB (Red+Green+Blue) = 163+14+157=334 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.80% from 334); Green value is 14 (5.86% from 255 or 4.19% from 334); Blue value is 157 (61.72% from 255 or 47.01% from 334); Max value from RGB is 163 - color contains mainly: red. Hex color #A30E9D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30E9D is #5CF162. Grayscale: #4A4A4A. Windows color (decimal): -6091107 or 10292899. OLE color: 10292899.
HSL color Cylindrical-coordinate representation of color #A30E9D: hue angle of 302.42º 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 #A30E9D is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 14 | 157 | - |
| CMYK | 0 | 0.91 | 0.04 | 0.36 |
| HSL | 302.42º | 0.84% | 0.35% | - |
| HSV(B) | 302.42º | 0.91% | 0.64% | - |
| XYZ | 21.35 | 10.53 | 32.81 | - |
| YUV | 74.85 | 174.36 | 190.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 14 | 157 | 0 | 0.91 | 0.04 | 0.36 | 302.42 | 0.84 | 0.35 |
| Hex | A3 | E | 9D | 0 | 5B | 4 | 24 | 12E | 54 | 23 |
| Octal | 243 | 16 | 235 | 0 | 133 | 4 | 44 | 456 | 124 | 43 |
| Binary | 10100011 | 1110 | 10011101 | 0 | 1011011 | 100 | 100100 | 100101110 | 1010100 | 100011 |
Color Harmonies of #A30E9D
Complementary color
Monochromatic Colors of #A30E9D
Black with #A30E9D
Text Example
Text Example
White with #A30E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30E9D; }
p { color: rgb(163,14,157); }
H1.HeaderClassName
{
color: #A30E9D;
}
.AnyTagClassName
{
color: #A30E9D;
}
</style>
background-color css
<style>
a { background-color: #A30E9D; }
a { background-color: rgb(163,14,157); }
div.DivClassName
{
background-color: #A30E9D;
}
.BgClassName
{
background-color: #A30E9D;
}
</style>
border-color css
<style>
span { border-color: #A30E9D; }
span { border-color: rgb(163,14,157); }
td.TdClassName
{
border-color: #A30E9D;
}
.TagClassName
{
border-color: #A30E9D;
}
</style>