Shades of Dark Magenta #A30DA1
Tints of Dark Magenta #A30DA1
RGB
CMYK
RGB Variations
Color information
#A30DA1 (or 0xA30DA1) is known color: Dark Magenta. HEX triplet: A3, 0D and A1. RGB value is (163,13,161). Sum of RGB (Red+Green+Blue) = 163+13+161=337 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.37% from 337); Green value is 13 (5.47% from 255 or 3.86% from 337); Blue value is 161 (63.28% from 255 or 47.77% from 337); Max value from RGB is 163 - color contains mainly: red. Hex color #A30DA1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30DA1 is #5CF25E. Grayscale: #4A4A4A. Windows color (decimal): -6091359 or 10554787. OLE color: 10554787.
HSL color Cylindrical-coordinate representation of color #A30DA1: hue angle of 300.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 #A30DA1 is Cyan = 0, Magento = 0.92, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 13 | 161 | - |
| CMYK | 0 | 0.92 | 0.01 | 0.36 |
| HSL | 300.8º | 0.85% | 0.35% | - |
| HSV(B) | 300.8º | 0.92% | 0.64% | - |
| XYZ | 21.68 | 10.65 | 34.63 | - |
| YUV | 74.72 | 176.7 | 190.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 13 | 161 | 0 | 0.92 | 0.01 | 0.36 | 300.8 | 0.85 | 0.35 |
| Hex | A3 | D | A1 | 0 | 5C | 1 | 24 | 12D | 55 | 23 |
| Octal | 243 | 15 | 241 | 0 | 134 | 1 | 44 | 455 | 125 | 43 |
| Binary | 10100011 | 1101 | 10100001 | 0 | 1011100 | 1 | 100100 | 100101101 | 1010101 | 100011 |
Color Harmonies of #A30DA1
Complementary color
Monochromatic Colors of #A30DA1
Black with #A30DA1
Text Example
Text Example
White with #A30DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30DA1; }
p { color: rgb(163,13,161); }
H1.HeaderClassName
{
color: #A30DA1;
}
.AnyTagClassName
{
color: #A30DA1;
}
</style>
background-color css
<style>
a { background-color: #A30DA1; }
a { background-color: rgb(163,13,161); }
div.DivClassName
{
background-color: #A30DA1;
}
.BgClassName
{
background-color: #A30DA1;
}
</style>
border-color css
<style>
span { border-color: #A30DA1; }
span { border-color: rgb(163,13,161); }
td.TdClassName
{
border-color: #A30DA1;
}
.TagClassName
{
border-color: #A30DA1;
}
</style>