Shades of Dark Magenta #A30D97
Tints of Dark Magenta #A30D97
RGB
CMYK
RGB Variations
Color information
#A30D97 (or 0xA30D97) is known color: Dark Magenta. HEX triplet: A3, 0D and 97. RGB value is (163,13,151). Sum of RGB (Red+Green+Blue) = 163+13+151=327 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.85% from 327); Green value is 13 (5.47% from 255 or 3.98% from 327); Blue value is 151 (59.38% from 255 or 46.18% from 327); Max value from RGB is 163 - color contains mainly: red. Hex color #A30D97 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30D97 is #5CF268. Grayscale: #494949. Windows color (decimal): -6091369 or 9899427. OLE color: 9899427.
HSL color Cylindrical-coordinate representation of color #A30D97: hue angle of 304.8º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A30D97 is Cyan = 0, Magento = 0.92, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 13 | 151 | - |
| CMYK | 0 | 0.92 | 0.07 | 0.36 |
| HSL | 304.8º | 0.85% | 0.35% | - |
| HSV(B) | 304.8º | 0.92% | 0.64% | - |
| XYZ | 20.83 | 10.31 | 30.17 | - |
| YUV | 73.58 | 171.7 | 191.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 13 | 151 | 0 | 0.92 | 0.07 | 0.36 | 304.8 | 0.85 | 0.35 |
| Hex | A3 | D | 97 | 0 | 5C | 7 | 24 | 131 | 55 | 23 |
| Octal | 243 | 15 | 227 | 0 | 134 | 7 | 44 | 461 | 125 | 43 |
| Binary | 10100011 | 1101 | 10010111 | 0 | 1011100 | 111 | 100100 | 100110001 | 1010101 | 100011 |
Color Harmonies of #A30D97
Complementary color
Monochromatic Colors of #A30D97
Black with #A30D97
Text Example
Text Example
White with #A30D97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30D97; }
p { color: rgb(163,13,151); }
H1.HeaderClassName
{
color: #A30D97;
}
.AnyTagClassName
{
color: #A30D97;
}
</style>
background-color css
<style>
a { background-color: #A30D97; }
a { background-color: rgb(163,13,151); }
div.DivClassName
{
background-color: #A30D97;
}
.BgClassName
{
background-color: #A30D97;
}
</style>
border-color css
<style>
span { border-color: #A30D97; }
span { border-color: rgb(163,13,151); }
td.TdClassName
{
border-color: #A30D97;
}
.TagClassName
{
border-color: #A30D97;
}
</style>