Shades of Dark Magenta #A30085
Tints of Dark Magenta #A30085
RGB
CMYK
RGB Variations
Color information
#A30085 (or 0xA30085) is known color: Dark Magenta. HEX triplet: A3, 00 and 85. RGB value is (163,0,133). Sum of RGB (Red+Green+Blue) = 163+0+133=296 (39% of max value = 765). Red value is 163 (64.06% from 255 or 55.07% from 296); Green value is 0 (0.39% from 255 or 0% from 296); Blue value is 133 (52.34% from 255 or 44.93% from 296); Max value from RGB is 163 - color contains mainly: red. Hex color #A30085 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30085 is #5CFF7A. Grayscale: #3F3F3F. Windows color (decimal): -6094715 or 8716451. OLE color: 8716451.
HSL color Cylindrical-coordinate representation of color #A30085: hue angle of 311.04º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A30085 is Cyan = 0, Magento = 1, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 0 | 133 | - |
| CMYK | 0 | 1 | 0.18 | 0.36 |
| HSL | 311.04º | 1% | 0.32% | - |
| HSV(B) | 311.04º | 1% | 0.64% | - |
| XYZ | 19.34 | 9.48 | 23 | - |
| YUV | 63.9 | 167 | 198.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 0 | 133 | 0 | 1 | 0.18 | 0.36 | 311.04 | 1 | 0.32 |
| Hex | A3 | 0 | 85 | 0 | 64 | 12 | 24 | 137 | 64 | 20 |
| Octal | 243 | 0 | 205 | 0 | 144 | 22 | 44 | 467 | 144 | 40 |
| Binary | 10100011 | 0 | 10000101 | 0 | 1100100 | 10010 | 100100 | 100110111 | 1100100 | 100000 |
Color Harmonies of #A30085
Complementary color
Monochromatic Colors of #A30085
Black with #A30085
Text Example
Text Example
White with #A30085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30085; }
p { color: rgb(163,0,133); }
H1.HeaderClassName
{
color: #A30085;
}
.AnyTagClassName
{
color: #A30085;
}
</style>
background-color css
<style>
a { background-color: #A30085; }
a { background-color: rgb(163,0,133); }
div.DivClassName
{
background-color: #A30085;
}
.BgClassName
{
background-color: #A30085;
}
</style>
border-color css
<style>
span { border-color: #A30085; }
span { border-color: rgb(163,0,133); }
td.TdClassName
{
border-color: #A30085;
}
.TagClassName
{
border-color: #A30085;
}
</style>