Shades of Dark Magenta #A30D84
Tints of Dark Magenta #A30D84
RGB
CMYK
RGB Variations
Color information
#A30D84 (or 0xA30D84) is known color: Dark Magenta. HEX triplet: A3, 0D and 84. RGB value is (163,13,132). Sum of RGB (Red+Green+Blue) = 163+13+132=308 (40% of max value = 765). Red value is 163 (64.06% from 255 or 52.92% from 308); Green value is 13 (5.47% from 255 or 4.22% from 308); Blue value is 132 (51.95% from 255 or 42.86% from 308); Max value from RGB is 163 - color contains mainly: red. Hex color #A30D84 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30D84 is #5CF27B. Grayscale: #474747. Windows color (decimal): -6091388 or 8654243. OLE color: 8654243.
HSL color Cylindrical-coordinate representation of color #A30D84: hue angle of 312.4º 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 #A30D84 is Cyan = 0, Magento = 0.92, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 13 | 132 | - |
| CMYK | 0 | 0.92 | 0.19 | 0.36 |
| HSL | 312.4º | 0.85% | 0.35% | - |
| HSV(B) | 312.4º | 0.92% | 0.64% | - |
| XYZ | 19.41 | 9.74 | 22.69 | - |
| YUV | 71.42 | 162.2 | 193.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 13 | 132 | 0 | 0.92 | 0.19 | 0.36 | 312.4 | 0.85 | 0.35 |
| Hex | A3 | D | 84 | 0 | 5C | 13 | 24 | 138 | 55 | 23 |
| Octal | 243 | 15 | 204 | 0 | 134 | 23 | 44 | 470 | 125 | 43 |
| Binary | 10100011 | 1101 | 10000100 | 0 | 1011100 | 10011 | 100100 | 100111000 | 1010101 | 100011 |
Color Harmonies of #A30D84
Complementary color
Monochromatic Colors of #A30D84
Black with #A30D84
Text Example
Text Example
White with #A30D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30D84; }
p { color: rgb(163,13,132); }
H1.HeaderClassName
{
color: #A30D84;
}
.AnyTagClassName
{
color: #A30D84;
}
</style>
background-color css
<style>
a { background-color: #A30D84; }
a { background-color: rgb(163,13,132); }
div.DivClassName
{
background-color: #A30D84;
}
.BgClassName
{
background-color: #A30D84;
}
</style>
border-color css
<style>
span { border-color: #A30D84; }
span { border-color: rgb(163,13,132); }
td.TdClassName
{
border-color: #A30D84;
}
.TagClassName
{
border-color: #A30D84;
}
</style>