Shades of Dark Magenta #A30D85
Tints of Dark Magenta #A30D85
RGB
CMYK
RGB Variations
Color information
#A30D85 (or 0xA30D85) is known color: Dark Magenta. HEX triplet: A3, 0D and 85. RGB value is (163,13,133). Sum of RGB (Red+Green+Blue) = 163+13+133=309 (40% of max value = 765). Red value is 163 (64.06% from 255 or 52.75% from 309); Green value is 13 (5.47% from 255 or 4.21% from 309); Blue value is 133 (52.34% from 255 or 43.04% from 309); Max value from RGB is 163 - color contains mainly: red. Hex color #A30D85 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30D85 is #5CF27A. Grayscale: #474747. Windows color (decimal): -6091387 or 8719779. OLE color: 8719779.
HSL color Cylindrical-coordinate representation of color #A30D85: hue angle of 312º 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 #A30D85 is Cyan = 0, Magento = 0.92, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 13 | 133 | - |
| CMYK | 0 | 0.92 | 0.18 | 0.36 |
| HSL | 312º | 0.85% | 0.35% | - |
| HSV(B) | 312º | 0.92% | 0.64% | - |
| XYZ | 19.48 | 9.77 | 23.05 | - |
| YUV | 71.53 | 162.7 | 193.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 13 | 133 | 0 | 0.92 | 0.18 | 0.36 | 312 | 0.85 | 0.35 |
| Hex | A3 | D | 85 | 0 | 5C | 12 | 24 | 138 | 55 | 23 |
| Octal | 243 | 15 | 205 | 0 | 134 | 22 | 44 | 470 | 125 | 43 |
| Binary | 10100011 | 1101 | 10000101 | 0 | 1011100 | 10010 | 100100 | 100111000 | 1010101 | 100011 |
Color Harmonies of #A30D85
Complementary color
Monochromatic Colors of #A30D85
Black with #A30D85
Text Example
Text Example
White with #A30D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30D85; }
p { color: rgb(163,13,133); }
H1.HeaderClassName
{
color: #A30D85;
}
.AnyTagClassName
{
color: #A30D85;
}
</style>
background-color css
<style>
a { background-color: #A30D85; }
a { background-color: rgb(163,13,133); }
div.DivClassName
{
background-color: #A30D85;
}
.BgClassName
{
background-color: #A30D85;
}
</style>
border-color css
<style>
span { border-color: #A30D85; }
span { border-color: rgb(163,13,133); }
td.TdClassName
{
border-color: #A30D85;
}
.TagClassName
{
border-color: #A30D85;
}
</style>