Shades of Dark Magenta #A30385
Tints of Dark Magenta #A30385
RGB
CMYK
RGB Variations
Color information
#A30385 (or 0xA30385) is known color: Dark Magenta. HEX triplet: A3, 03 and 85. RGB value is (163,3,133). Sum of RGB (Red+Green+Blue) = 163+3+133=299 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.52% from 299); Green value is 3 (1.56% from 255 or 1.00% from 299); Blue value is 133 (52.34% from 255 or 44.48% from 299); Max value from RGB is 163 - color contains mainly: red. Hex color #A30385 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30385 is #5CFC7A. Grayscale: #414141. Windows color (decimal): -6093947 or 8717219. OLE color: 8717219.
HSL color Cylindrical-coordinate representation of color #A30385: hue angle of 311.25º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A30385 is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 3 | 133 | - |
| CMYK | 0 | 0.98 | 0.18 | 0.36 |
| HSL | 311.25º | 0.96% | 0.33% | - |
| HSV(B) | 311.25º | 0.98% | 0.64% | - |
| XYZ | 19.37 | 9.55 | 23.01 | - |
| YUV | 65.66 | 166.01 | 197.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 3 | 133 | 0 | 0.98 | 0.18 | 0.36 | 311.25 | 0.96 | 0.33 |
| Hex | A3 | 3 | 85 | 0 | 62 | 12 | 24 | 137 | 60 | 21 |
| Octal | 243 | 3 | 205 | 0 | 142 | 22 | 44 | 467 | 140 | 41 |
| Binary | 10100011 | 11 | 10000101 | 0 | 1100010 | 10010 | 100100 | 100110111 | 1100000 | 100001 |
Color Harmonies of #A30385
Complementary color
Monochromatic Colors of #A30385
Black with #A30385
Text Example
Text Example
White with #A30385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30385; }
p { color: rgb(163,3,133); }
H1.HeaderClassName
{
color: #A30385;
}
.AnyTagClassName
{
color: #A30385;
}
</style>
background-color css
<style>
a { background-color: #A30385; }
a { background-color: rgb(163,3,133); }
div.DivClassName
{
background-color: #A30385;
}
.BgClassName
{
background-color: #A30385;
}
</style>
border-color css
<style>
span { border-color: #A30385; }
span { border-color: rgb(163,3,133); }
td.TdClassName
{
border-color: #A30385;
}
.TagClassName
{
border-color: #A30385;
}
</style>