Shades of Dark Magenta #A60FAA
Tints of Dark Magenta #A60FAA
RGB
CMYK
RGB Variations
Color information
#A60FAA (or 0xA60FAA) is known color: Dark Magenta. HEX triplet: A6, 0F and AA. RGB value is (166,15,170). Sum of RGB (Red+Green+Blue) = 166+15+170=351 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.29% from 351); Green value is 15 (6.25% from 255 or 4.27% from 351); Blue value is 170 (66.80% from 255 or 48.43% from 351); Max value from RGB is 170 - color contains mainly: blue. Hex color #A60FAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60FAA is #59F055. Grayscale: #4D4D4D. Windows color (decimal): -5894230 or 11145126. OLE color: 11145126.
HSL color Cylindrical-coordinate representation of color #A60FAA: hue angle of 298.45º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A60FAA is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 15 | 170 | - |
| CMYK | 0.02 | 0.91 | 0 | 0.33 |
| HSL | 298.45º | 0.84% | 0.36% | - |
| HSV(B) | 298.45º | 0.91% | 0.67% | - |
| XYZ | 23.15 | 11.35 | 39 | - |
| YUV | 77.82 | 180.03 | 190.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 15 | 170 | 0.02 | 0.91 | 0 | 0.33 | 298.45 | 0.84 | 0.36 |
| Hex | A6 | F | AA | 2 | 5B | 0 | 21 | 12A | 54 | 24 |
| Octal | 246 | 17 | 252 | 2 | 133 | 0 | 41 | 452 | 124 | 44 |
| Binary | 10100110 | 1111 | 10101010 | 10 | 1011011 | 0 | 100001 | 100101010 | 1010100 | 100100 |
Color Harmonies of #A60FAA
Complementary color
Monochromatic Colors of #A60FAA
Black with #A60FAA
Text Example
Text Example
White with #A60FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60FAA; }
p { color: rgb(166,15,170); }
H1.HeaderClassName
{
color: #A60FAA;
}
.AnyTagClassName
{
color: #A60FAA;
}
</style>
background-color css
<style>
a { background-color: #A60FAA; }
a { background-color: rgb(166,15,170); }
div.DivClassName
{
background-color: #A60FAA;
}
.BgClassName
{
background-color: #A60FAA;
}
</style>
border-color css
<style>
span { border-color: #A60FAA; }
span { border-color: rgb(166,15,170); }
td.TdClassName
{
border-color: #A60FAA;
}
.TagClassName
{
border-color: #A60FAA;
}
</style>