Shades of Dark Magenta #A30589
Tints of Dark Magenta #A30589
RGB
CMYK
RGB Variations
Color information
#A30589 (or 0xA30589) is known color: Dark Magenta. HEX triplet: A3, 05 and 89. RGB value is (163,5,137). Sum of RGB (Red+Green+Blue) = 163+5+137=305 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.44% from 305); Green value is 5 (2.34% from 255 or 1.64% from 305); Blue value is 137 (53.91% from 255 or 44.92% from 305); Max value from RGB is 163 - color contains mainly: red. Hex color #A30589 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30589 is #5CFA76. Grayscale: #424242. Windows color (decimal): -6093431 or 8979875. OLE color: 8979875.
HSL color Cylindrical-coordinate representation of color #A30589: hue angle of 309.87º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A30589 is Cyan = 0, Magento = 0.97, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 5 | 137 | - |
| CMYK | 0 | 0.97 | 0.16 | 0.36 |
| HSL | 309.87º | 0.94% | 0.33% | - |
| HSV(B) | 309.87º | 0.97% | 0.64% | - |
| XYZ | 19.67 | 9.7 | 24.5 | - |
| YUV | 67.29 | 167.35 | 196.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 5 | 137 | 0 | 0.97 | 0.16 | 0.36 | 309.87 | 0.94 | 0.33 |
| Hex | A3 | 5 | 89 | 0 | 61 | 10 | 24 | 136 | 5E | 21 |
| Octal | 243 | 5 | 211 | 0 | 141 | 20 | 44 | 466 | 136 | 41 |
| Binary | 10100011 | 101 | 10001001 | 0 | 1100001 | 10000 | 100100 | 100110110 | 1011110 | 100001 |
Color Harmonies of #A30589
Complementary color
Monochromatic Colors of #A30589
Black with #A30589
Text Example
Text Example
White with #A30589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30589; }
p { color: rgb(163,5,137); }
H1.HeaderClassName
{
color: #A30589;
}
.AnyTagClassName
{
color: #A30589;
}
</style>
background-color css
<style>
a { background-color: #A30589; }
a { background-color: rgb(163,5,137); }
div.DivClassName
{
background-color: #A30589;
}
.BgClassName
{
background-color: #A30589;
}
</style>
border-color css
<style>
span { border-color: #A30589; }
span { border-color: rgb(163,5,137); }
td.TdClassName
{
border-color: #A30589;
}
.TagClassName
{
border-color: #A30589;
}
</style>