Shades of Dark Magenta #A60393
Tints of Dark Magenta #A60393
RGB
CMYK
RGB Variations
Color information
#A60393 (or 0xA60393) is known color: Dark Magenta. HEX triplet: A6, 03 and 93. RGB value is (166,3,147). Sum of RGB (Red+Green+Blue) = 166+3+147=316 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.53% from 316); Green value is 3 (1.56% from 255 or 0.95% from 316); Blue value is 147 (57.81% from 255 or 46.52% from 316); Max value from RGB is 166 - color contains mainly: red. Hex color #A60393 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60393 is #59FC6C. Grayscale: #434343. Windows color (decimal): -5897325 or 9634726. OLE color: 9634726.
HSL color Cylindrical-coordinate representation of color #A60393: hue angle of 306.99º 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 #A60393 is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 3 | 147 | - |
| CMYK | 0 | 0.98 | 0.11 | 0.35 |
| HSL | 306.99º | 0.96% | 0.33% | - |
| HSV(B) | 306.99º | 0.98% | 0.65% | - |
| XYZ | 21.02 | 10.28 | 28.48 | - |
| YUV | 68.15 | 172.5 | 197.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 3 | 147 | 0 | 0.98 | 0.11 | 0.35 | 306.99 | 0.96 | 0.33 |
| Hex | A6 | 3 | 93 | 0 | 62 | B | 23 | 133 | 60 | 21 |
| Octal | 246 | 3 | 223 | 0 | 142 | 13 | 43 | 463 | 140 | 41 |
| Binary | 10100110 | 11 | 10010011 | 0 | 1100010 | 1011 | 100011 | 100110011 | 1100000 | 100001 |
Color Harmonies of #A60393
Complementary color
Monochromatic Colors of #A60393
Black with #A60393
Text Example
Text Example
White with #A60393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60393; }
p { color: rgb(166,3,147); }
H1.HeaderClassName
{
color: #A60393;
}
.AnyTagClassName
{
color: #A60393;
}
</style>
background-color css
<style>
a { background-color: #A60393; }
a { background-color: rgb(166,3,147); }
div.DivClassName
{
background-color: #A60393;
}
.BgClassName
{
background-color: #A60393;
}
</style>
border-color css
<style>
span { border-color: #A60393; }
span { border-color: rgb(166,3,147); }
td.TdClassName
{
border-color: #A60393;
}
.TagClassName
{
border-color: #A60393;
}
</style>