Shades of Dark Magenta #A60189
Tints of Dark Magenta #A60189
RGB
CMYK
RGB Variations
Color information
#A60189 (or 0xA60189) is known color: Dark Magenta. HEX triplet: A6, 01 and 89. RGB value is (166,1,137). Sum of RGB (Red+Green+Blue) = 166+1+137=304 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.61% from 304); Green value is 1 (0.78% from 255 or 0.33% from 304); Blue value is 137 (53.91% from 255 or 45.07% from 304); Max value from RGB is 166 - color contains mainly: red. Hex color #A60189 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60189 is #59FE76. Grayscale: #414141. Windows color (decimal): -5897847 or 8978854. OLE color: 8978854.
HSL color Cylindrical-coordinate representation of color #A60189: hue angle of 310.55º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A60189 is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 1 | 137 | - |
| CMYK | 0 | 0.99 | 0.17 | 0.35 |
| HSL | 310.55º | 0.99% | 0.33% | - |
| HSV(B) | 310.55º | 0.99% | 0.65% | - |
| XYZ | 20.25 | 9.93 | 24.52 | - |
| YUV | 65.84 | 168.16 | 199.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 1 | 137 | 0 | 0.99 | 0.17 | 0.35 | 310.55 | 0.99 | 0.33 |
| Hex | A6 | 1 | 89 | 0 | 63 | 11 | 23 | 137 | 63 | 21 |
| Octal | 246 | 1 | 211 | 0 | 143 | 21 | 43 | 467 | 143 | 41 |
| Binary | 10100110 | 1 | 10001001 | 0 | 1100011 | 10001 | 100011 | 100110111 | 1100011 | 100001 |
Color Harmonies of #A60189
Complementary color
Monochromatic Colors of #A60189
Black with #A60189
Text Example
Text Example
White with #A60189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60189; }
p { color: rgb(166,1,137); }
H1.HeaderClassName
{
color: #A60189;
}
.AnyTagClassName
{
color: #A60189;
}
</style>
background-color css
<style>
a { background-color: #A60189; }
a { background-color: rgb(166,1,137); }
div.DivClassName
{
background-color: #A60189;
}
.BgClassName
{
background-color: #A60189;
}
</style>
border-color css
<style>
span { border-color: #A60189; }
span { border-color: rgb(166,1,137); }
td.TdClassName
{
border-color: #A60189;
}
.TagClassName
{
border-color: #A60189;
}
</style>