Shades of Dark Magenta #A60AAF
Tints of Dark Magenta #A60AAF
RGB
CMYK
RGB Variations
Color information
#A60AAF (or 0xA60AAF) is known color: Dark Magenta. HEX triplet: A6, 0A and AF. RGB value is (166,10,175). Sum of RGB (Red+Green+Blue) = 166+10+175=351 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.29% from 351); Green value is 10 (4.30% from 255 or 2.85% from 351); Blue value is 175 (68.75% from 255 or 49.86% from 351); Max value from RGB is 175 - color contains mainly: blue. Hex color #A60AAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60AAF is #59F550. Grayscale: #4A4A4A. Windows color (decimal): -5895505 or 11471526. OLE color: 11471526.
HSL color Cylindrical-coordinate representation of color #A60AAF: hue angle of 296.73º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A60AAF is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 166 | 10 | 175 | - |
| CMYK | 0.05 | 0.94 | 0 | 0.31 |
| HSL | 296.73º | 0.89% | 0.36% | - |
| HSV(B) | 296.73º | 0.94% | 0.69% | - |
| XYZ | 23.57 | 11.42 | 41.52 | - |
| YUV | 75.45 | 184.18 | 192.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 10 | 175 | 0.05 | 0.94 | 0 | 0.31 | 296.73 | 0.89 | 0.36 |
| Hex | A6 | A | AF | 5 | 5E | 0 | 1F | 129 | 59 | 24 |
| Octal | 246 | 12 | 257 | 5 | 136 | 0 | 37 | 451 | 131 | 44 |
| Binary | 10100110 | 1010 | 10101111 | 101 | 1011110 | 0 | 11111 | 100101001 | 1011001 | 100100 |
Color Harmonies of #A60AAF
Complementary color
Monochromatic Colors of #A60AAF
Black with #A60AAF
Text Example
Text Example
White with #A60AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60AAF; }
p { color: rgb(166,10,175); }
H1.HeaderClassName
{
color: #A60AAF;
}
.AnyTagClassName
{
color: #A60AAF;
}
</style>
background-color css
<style>
a { background-color: #A60AAF; }
a { background-color: rgb(166,10,175); }
div.DivClassName
{
background-color: #A60AAF;
}
.BgClassName
{
background-color: #A60AAF;
}
</style>
border-color css
<style>
span { border-color: #A60AAF; }
span { border-color: rgb(166,10,175); }
td.TdClassName
{
border-color: #A60AAF;
}
.TagClassName
{
border-color: #A60AAF;
}
</style>