Shades of Dark Magenta #A60CAC
Tints of Dark Magenta #A60CAC
RGB
CMYK
RGB Variations
Color information
#A60CAC (or 0xA60CAC) is known color: Dark Magenta. HEX triplet: A6, 0C and AC. RGB value is (166,12,172). Sum of RGB (Red+Green+Blue) = 166+12+172=350 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.43% from 350); Green value is 12 (5.08% from 255 or 3.43% from 350); Blue value is 172 (67.58% from 255 or 49.14% from 350); Max value from RGB is 172 - color contains mainly: blue. Hex color #A60CAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60CAC is #59F353. Grayscale: #4B4B4B. Windows color (decimal): -5894996 or 11275430. OLE color: 11275430.
HSL color Cylindrical-coordinate representation of color #A60CAC: hue angle of 297.75º 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 #A60CAC is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 12 | 172 | - |
| CMYK | 0.03 | 0.93 | 0 | 0.33 |
| HSL | 297.75º | 0.87% | 0.36% | - |
| HSV(B) | 297.75º | 0.93% | 0.67% | - |
| XYZ | 23.3 | 11.35 | 39.99 | - |
| YUV | 76.29 | 182.02 | 191.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 12 | 172 | 0.03 | 0.93 | 0 | 0.33 | 297.75 | 0.87 | 0.36 |
| Hex | A6 | C | AC | 3 | 5D | 0 | 21 | 12A | 57 | 24 |
| Octal | 246 | 14 | 254 | 3 | 135 | 0 | 41 | 452 | 127 | 44 |
| Binary | 10100110 | 1100 | 10101100 | 11 | 1011101 | 0 | 100001 | 100101010 | 1010111 | 100100 |
Color Harmonies of #A60CAC
Complementary color
Monochromatic Colors of #A60CAC
Black with #A60CAC
Text Example
Text Example
White with #A60CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60CAC; }
p { color: rgb(166,12,172); }
H1.HeaderClassName
{
color: #A60CAC;
}
.AnyTagClassName
{
color: #A60CAC;
}
</style>
background-color css
<style>
a { background-color: #A60CAC; }
a { background-color: rgb(166,12,172); }
div.DivClassName
{
background-color: #A60CAC;
}
.BgClassName
{
background-color: #A60CAC;
}
</style>
border-color css
<style>
span { border-color: #A60CAC; }
span { border-color: rgb(166,12,172); }
td.TdClassName
{
border-color: #A60CAC;
}
.TagClassName
{
border-color: #A60CAC;
}
</style>