Shades of Dark Magenta #A60AAE
Tints of Dark Magenta #A60AAE
RGB
CMYK
RGB Variations
Color information
#A60AAE (or 0xA60AAE) is known color: Dark Magenta. HEX triplet: A6, 0A and AE. RGB value is (166,10,174). Sum of RGB (Red+Green+Blue) = 166+10+174=350 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.43% from 350); Green value is 10 (4.30% from 255 or 2.86% from 350); Blue value is 174 (68.36% from 255 or 49.71% from 350); Max value from RGB is 174 - color contains mainly: blue. Hex color #A60AAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60AAE is #59F551. Grayscale: #4A4A4A. Windows color (decimal): -5895506 or 11405990. OLE color: 11405990.
HSL color Cylindrical-coordinate representation of color #A60AAE: hue angle of 297.07º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A60AAE is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 166 | 10 | 174 | - |
| CMYK | 0.05 | 0.94 | 0 | 0.32 |
| HSL | 297.07º | 0.89% | 0.36% | - |
| HSV(B) | 297.07º | 0.94% | 0.68% | - |
| XYZ | 23.47 | 11.38 | 41 | - |
| YUV | 75.34 | 183.68 | 192.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 10 | 174 | 0.05 | 0.94 | 0 | 0.32 | 297.07 | 0.89 | 0.36 |
| Hex | A6 | A | AE | 5 | 5E | 0 | 20 | 129 | 59 | 24 |
| Octal | 246 | 12 | 256 | 5 | 136 | 0 | 40 | 451 | 131 | 44 |
| Binary | 10100110 | 1010 | 10101110 | 101 | 1011110 | 0 | 100000 | 100101001 | 1011001 | 100100 |
Color Harmonies of #A60AAE
Complementary color
Monochromatic Colors of #A60AAE
Black with #A60AAE
Text Example
Text Example
White with #A60AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60AAE; }
p { color: rgb(166,10,174); }
H1.HeaderClassName
{
color: #A60AAE;
}
.AnyTagClassName
{
color: #A60AAE;
}
</style>
background-color css
<style>
a { background-color: #A60AAE; }
a { background-color: rgb(166,10,174); }
div.DivClassName
{
background-color: #A60AAE;
}
.BgClassName
{
background-color: #A60AAE;
}
</style>
border-color css
<style>
span { border-color: #A60AAE; }
span { border-color: rgb(166,10,174); }
td.TdClassName
{
border-color: #A60AAE;
}
.TagClassName
{
border-color: #A60AAE;
}
</style>