Shades of Dark Magenta #A60CAA
Tints of Dark Magenta #A60CAA
RGB
CMYK
RGB Variations
Color information
#A60CAA (or 0xA60CAA) is known color: Dark Magenta. HEX triplet: A6, 0C and AA. RGB value is (166,12,170). Sum of RGB (Red+Green+Blue) = 166+12+170=348 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.70% from 348); Green value is 12 (5.08% from 255 or 3.45% from 348); Blue value is 170 (66.80% from 255 or 48.85% from 348); Max value from RGB is 170 - color contains mainly: blue. Hex color #A60CAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60CAA is #59F355. Grayscale: #4B4B4B. Windows color (decimal): -5894998 or 11144358. OLE color: 11144358.
HSL color Cylindrical-coordinate representation of color #A60CAA: hue angle of 298.48º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A60CAA is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 12 | 170 | - |
| CMYK | 0.02 | 0.93 | 0 | 0.33 |
| HSL | 298.48º | 0.87% | 0.36% | - |
| HSV(B) | 298.48º | 0.93% | 0.67% | - |
| XYZ | 23.11 | 11.27 | 38.99 | - |
| YUV | 76.06 | 181.02 | 192.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 12 | 170 | 0.02 | 0.93 | 0 | 0.33 | 298.48 | 0.87 | 0.36 |
| Hex | A6 | C | AA | 2 | 5D | 0 | 21 | 12A | 57 | 24 |
| Octal | 246 | 14 | 252 | 2 | 135 | 0 | 41 | 452 | 127 | 44 |
| Binary | 10100110 | 1100 | 10101010 | 10 | 1011101 | 0 | 100001 | 100101010 | 1010111 | 100100 |
Color Harmonies of #A60CAA
Complementary color
Monochromatic Colors of #A60CAA
Black with #A60CAA
Text Example
Text Example
White with #A60CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60CAA; }
p { color: rgb(166,12,170); }
H1.HeaderClassName
{
color: #A60CAA;
}
.AnyTagClassName
{
color: #A60CAA;
}
</style>
background-color css
<style>
a { background-color: #A60CAA; }
a { background-color: rgb(166,12,170); }
div.DivClassName
{
background-color: #A60CAA;
}
.BgClassName
{
background-color: #A60CAA;
}
</style>
border-color css
<style>
span { border-color: #A60CAA; }
span { border-color: rgb(166,12,170); }
td.TdClassName
{
border-color: #A60CAA;
}
.TagClassName
{
border-color: #A60CAA;
}
</style>