Shades of Dark Magenta #A60AAC
Tints of Dark Magenta #A60AAC
RGB
CMYK
RGB Variations
Color information
#A60AAC (or 0xA60AAC) is known color: Dark Magenta. HEX triplet: A6, 0A and AC. RGB value is (166,10,172). Sum of RGB (Red+Green+Blue) = 166+10+172=348 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.70% from 348); Green value is 10 (4.30% from 255 or 2.87% from 348); Blue value is 172 (67.58% from 255 or 49.43% from 348); Max value from RGB is 172 - color contains mainly: blue. Hex color #A60AAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60AAC is #59F553. Grayscale: #4A4A4A. Windows color (decimal): -5895508 or 11274918. OLE color: 11274918.
HSL color Cylindrical-coordinate representation of color #A60AAC: hue angle of 297.78º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A60AAC is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 10 | 172 | - |
| CMYK | 0.03 | 0.94 | 0 | 0.33 |
| HSL | 297.78º | 0.89% | 0.36% | - |
| HSV(B) | 297.78º | 0.94% | 0.67% | - |
| XYZ | 23.28 | 11.3 | 39.98 | - |
| YUV | 75.11 | 182.68 | 192.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 10 | 172 | 0.03 | 0.94 | 0 | 0.33 | 297.78 | 0.89 | 0.36 |
| Hex | A6 | A | AC | 3 | 5E | 0 | 21 | 12A | 59 | 24 |
| Octal | 246 | 12 | 254 | 3 | 136 | 0 | 41 | 452 | 131 | 44 |
| Binary | 10100110 | 1010 | 10101100 | 11 | 1011110 | 0 | 100001 | 100101010 | 1011001 | 100100 |
Color Harmonies of #A60AAC
Complementary color
Monochromatic Colors of #A60AAC
Black with #A60AAC
Text Example
Text Example
White with #A60AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60AAC; }
p { color: rgb(166,10,172); }
H1.HeaderClassName
{
color: #A60AAC;
}
.AnyTagClassName
{
color: #A60AAC;
}
</style>
background-color css
<style>
a { background-color: #A60AAC; }
a { background-color: rgb(166,10,172); }
div.DivClassName
{
background-color: #A60AAC;
}
.BgClassName
{
background-color: #A60AAC;
}
</style>
border-color css
<style>
span { border-color: #A60AAC; }
span { border-color: rgb(166,10,172); }
td.TdClassName
{
border-color: #A60AAC;
}
.TagClassName
{
border-color: #A60AAC;
}
</style>