Shades of Dark Magenta #A60389
Tints of Dark Magenta #A60389
RGB
CMYK
RGB Variations
Color information
#A60389 (or 0xA60389) is known color: Dark Magenta. HEX triplet: A6, 03 and 89. RGB value is (166,3,137). Sum of RGB (Red+Green+Blue) = 166+3+137=306 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.25% from 306); Green value is 3 (1.56% from 255 or 0.98% from 306); Blue value is 137 (53.91% from 255 or 44.77% from 306); Max value from RGB is 166 - color contains mainly: red. Hex color #A60389 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60389 is #59FC76. Grayscale: #424242. Windows color (decimal): -5897335 or 8979366. OLE color: 8979366.
HSL color Cylindrical-coordinate representation of color #A60389: hue angle of 310.67º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A60389 is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 3 | 137 | - |
| CMYK | 0 | 0.98 | 0.17 | 0.35 |
| HSL | 310.67º | 0.96% | 0.33% | - |
| HSV(B) | 310.67º | 0.98% | 0.65% | - |
| XYZ | 20.27 | 9.98 | 24.52 | - |
| YUV | 67.01 | 167.5 | 198.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 3 | 137 | 0 | 0.98 | 0.17 | 0.35 | 310.67 | 0.96 | 0.33 |
| Hex | A6 | 3 | 89 | 0 | 62 | 11 | 23 | 137 | 60 | 21 |
| Octal | 246 | 3 | 211 | 0 | 142 | 21 | 43 | 467 | 140 | 41 |
| Binary | 10100110 | 11 | 10001001 | 0 | 1100010 | 10001 | 100011 | 100110111 | 1100000 | 100001 |
Color Harmonies of #A60389
Complementary color
Monochromatic Colors of #A60389
Black with #A60389
Text Example
Text Example
White with #A60389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60389; }
p { color: rgb(166,3,137); }
H1.HeaderClassName
{
color: #A60389;
}
.AnyTagClassName
{
color: #A60389;
}
</style>
background-color css
<style>
a { background-color: #A60389; }
a { background-color: rgb(166,3,137); }
div.DivClassName
{
background-color: #A60389;
}
.BgClassName
{
background-color: #A60389;
}
</style>
border-color css
<style>
span { border-color: #A60389; }
span { border-color: rgb(166,3,137); }
td.TdClassName
{
border-color: #A60389;
}
.TagClassName
{
border-color: #A60389;
}
</style>