Shades of Dark Magenta #A30E97
Tints of Dark Magenta #A30E97
RGB
CMYK
RGB Variations
Color information
#A30E97 (or 0xA30E97) is known color: Dark Magenta. HEX triplet: A3, 0E and 97. RGB value is (163,14,151). Sum of RGB (Red+Green+Blue) = 163+14+151=328 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.70% from 328); Green value is 14 (5.86% from 255 or 4.27% from 328); Blue value is 151 (59.38% from 255 or 46.04% from 328); Max value from RGB is 163 - color contains mainly: red. Hex color #A30E97 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30E97 is #5CF168. Grayscale: #494949. Windows color (decimal): -6091113 or 9899683. OLE color: 9899683.
HSL color Cylindrical-coordinate representation of color #A30E97: hue angle of 304.83º 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 #A30E97 is Cyan = 0, Magento = 0.91, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 14 | 151 | - |
| CMYK | 0 | 0.91 | 0.07 | 0.36 |
| HSL | 304.83º | 0.84% | 0.35% | - |
| HSV(B) | 304.83º | 0.91% | 0.64% | - |
| XYZ | 20.85 | 10.33 | 30.17 | - |
| YUV | 74.17 | 171.36 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 14 | 151 | 0 | 0.91 | 0.07 | 0.36 | 304.83 | 0.84 | 0.35 |
| Hex | A3 | E | 97 | 0 | 5B | 7 | 24 | 131 | 54 | 23 |
| Octal | 243 | 16 | 227 | 0 | 133 | 7 | 44 | 461 | 124 | 43 |
| Binary | 10100011 | 1110 | 10010111 | 0 | 1011011 | 111 | 100100 | 100110001 | 1010100 | 100011 |
Color Harmonies of #A30E97
Complementary color
Monochromatic Colors of #A30E97
Black with #A30E97
Text Example
Text Example
White with #A30E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30E97; }
p { color: rgb(163,14,151); }
H1.HeaderClassName
{
color: #A30E97;
}
.AnyTagClassName
{
color: #A30E97;
}
</style>
background-color css
<style>
a { background-color: #A30E97; }
a { background-color: rgb(163,14,151); }
div.DivClassName
{
background-color: #A30E97;
}
.BgClassName
{
background-color: #A30E97;
}
</style>
border-color css
<style>
span { border-color: #A30E97; }
span { border-color: rgb(163,14,151); }
td.TdClassName
{
border-color: #A30E97;
}
.TagClassName
{
border-color: #A30E97;
}
</style>