Shades of Dark Magenta #A60FA3
Tints of Dark Magenta #A60FA3
RGB
CMYK
RGB Variations
Color information
#A60FA3 (or 0xA60FA3) is known color: Dark Magenta. HEX triplet: A6, 0F and A3. RGB value is (166,15,163). Sum of RGB (Red+Green+Blue) = 166+15+163=344 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.26% from 344); Green value is 15 (6.25% from 255 or 4.36% from 344); Blue value is 163 (64.06% from 255 or 47.38% from 344); Max value from RGB is 166 - color contains mainly: red. Hex color #A60FA3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60FA3 is #59F05C. Grayscale: #4C4C4C. Windows color (decimal): -5894237 or 10686374. OLE color: 10686374.
HSL color Cylindrical-coordinate representation of color #A60FA3: hue angle of 301.19º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A60FA3 is Cyan = 0, Magento = 0.91, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 15 | 163 | - |
| CMYK | 0 | 0.91 | 0.02 | 0.35 |
| HSL | 301.19º | 0.83% | 0.35% | - |
| HSV(B) | 301.19º | 0.91% | 0.65% | - |
| XYZ | 22.51 | 11.09 | 35.61 | - |
| YUV | 77.02 | 176.53 | 191.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 15 | 163 | 0 | 0.91 | 0.02 | 0.35 | 301.19 | 0.83 | 0.35 |
| Hex | A6 | F | A3 | 0 | 5B | 2 | 23 | 12D | 53 | 23 |
| Octal | 246 | 17 | 243 | 0 | 133 | 2 | 43 | 455 | 123 | 43 |
| Binary | 10100110 | 1111 | 10100011 | 0 | 1011011 | 10 | 100011 | 100101101 | 1010011 | 100011 |
Color Harmonies of #A60FA3
Complementary color
Monochromatic Colors of #A60FA3
Black with #A60FA3
Text Example
Text Example
White with #A60FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60FA3; }
p { color: rgb(166,15,163); }
H1.HeaderClassName
{
color: #A60FA3;
}
.AnyTagClassName
{
color: #A60FA3;
}
</style>
background-color css
<style>
a { background-color: #A60FA3; }
a { background-color: rgb(166,15,163); }
div.DivClassName
{
background-color: #A60FA3;
}
.BgClassName
{
background-color: #A60FA3;
}
</style>
border-color css
<style>
span { border-color: #A60FA3; }
span { border-color: rgb(166,15,163); }
td.TdClassName
{
border-color: #A60FA3;
}
.TagClassName
{
border-color: #A60FA3;
}
</style>