Shades of Dark Magenta #A60AAA
Tints of Dark Magenta #A60AAA
RGB
CMYK
RGB Variations
Color information
#A60AAA (or 0xA60AAA) is known color: Dark Magenta. HEX triplet: A6, 0A and AA. RGB value is (166,10,170). Sum of RGB (Red+Green+Blue) = 166+10+170=346 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.98% from 346); Green value is 10 (4.30% from 255 or 2.89% from 346); Blue value is 170 (66.80% from 255 or 49.13% from 346); Max value from RGB is 170 - color contains mainly: blue. Hex color #A60AAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60AAA is #59F555. Grayscale: #4A4A4A. Windows color (decimal): -5895510 or 11143846. OLE color: 11143846.
HSL color Cylindrical-coordinate representation of color #A60AAA: hue angle of 298.5º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A60AAA is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 10 | 170 | - |
| CMYK | 0.02 | 0.94 | 0 | 0.33 |
| HSL | 298.5º | 0.89% | 0.35% | - |
| HSV(B) | 298.5º | 0.94% | 0.67% | - |
| XYZ | 23.09 | 11.23 | 38.98 | - |
| YUV | 74.88 | 181.68 | 192.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 10 | 170 | 0.02 | 0.94 | 0 | 0.33 | 298.5 | 0.89 | 0.35 |
| Hex | A6 | A | AA | 2 | 5E | 0 | 21 | 12A | 59 | 23 |
| Octal | 246 | 12 | 252 | 2 | 136 | 0 | 41 | 452 | 131 | 43 |
| Binary | 10100110 | 1010 | 10101010 | 10 | 1011110 | 0 | 100001 | 100101010 | 1011001 | 100011 |
Color Harmonies of #A60AAA
Complementary color
Monochromatic Colors of #A60AAA
Black with #A60AAA
Text Example
Text Example
White with #A60AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60AAA; }
p { color: rgb(166,10,170); }
H1.HeaderClassName
{
color: #A60AAA;
}
.AnyTagClassName
{
color: #A60AAA;
}
</style>
background-color css
<style>
a { background-color: #A60AAA; }
a { background-color: rgb(166,10,170); }
div.DivClassName
{
background-color: #A60AAA;
}
.BgClassName
{
background-color: #A60AAA;
}
</style>
border-color css
<style>
span { border-color: #A60AAA; }
span { border-color: rgb(166,10,170); }
td.TdClassName
{
border-color: #A60AAA;
}
.TagClassName
{
border-color: #A60AAA;
}
</style>