Shades of Dark Magenta #A60384
Tints of Dark Magenta #A60384
RGB
CMYK
RGB Variations
Color information
#A60384 (or 0xA60384) is known color: Dark Magenta. HEX triplet: A6, 03 and 84. RGB value is (166,3,132). Sum of RGB (Red+Green+Blue) = 166+3+132=301 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.15% from 301); Green value is 3 (1.56% from 255 or 1.00% from 301); Blue value is 132 (51.95% from 255 or 43.85% from 301); Max value from RGB is 166 - color contains mainly: red. Hex color #A60384 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60384 is #59FC7B. Grayscale: #424242. Windows color (decimal): -5897340 or 8651686. OLE color: 8651686.
HSL color Cylindrical-coordinate representation of color #A60384: hue angle of 312.52º 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 #A60384 is Cyan = 0, Magento = 0.98, Yellow = 0.20 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 3 | 132 | - |
| CMYK | 0 | 0.98 | 0.20 | 0.35 |
| HSL | 312.52º | 0.96% | 0.33% | - |
| HSV(B) | 312.52º | 0.98% | 0.65% | - |
| XYZ | 19.92 | 9.84 | 22.68 | - |
| YUV | 66.44 | 165 | 199.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 3 | 132 | 0 | 0.98 | 0.20 | 0.35 | 312.52 | 0.96 | 0.33 |
| Hex | A6 | 3 | 84 | 0 | 62 | 14 | 23 | 139 | 60 | 21 |
| Octal | 246 | 3 | 204 | 0 | 142 | 24 | 43 | 471 | 140 | 41 |
| Binary | 10100110 | 11 | 10000100 | 0 | 1100010 | 10100 | 100011 | 100111001 | 1100000 | 100001 |
Color Harmonies of #A60384
Complementary color
Monochromatic Colors of #A60384
Black with #A60384
Text Example
Text Example
White with #A60384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60384; }
p { color: rgb(166,3,132); }
H1.HeaderClassName
{
color: #A60384;
}
.AnyTagClassName
{
color: #A60384;
}
</style>
background-color css
<style>
a { background-color: #A60384; }
a { background-color: rgb(166,3,132); }
div.DivClassName
{
background-color: #A60384;
}
.BgClassName
{
background-color: #A60384;
}
</style>
border-color css
<style>
span { border-color: #A60384; }
span { border-color: rgb(166,3,132); }
td.TdClassName
{
border-color: #A60384;
}
.TagClassName
{
border-color: #A60384;
}
</style>