Shades of Amethyst #AA60EC
Tints of Amethyst #AA60EC
RGB
CMYK
RGB Variations
Color information
#AA60EC (or 0xAA60EC) is known color: Amethyst. HEX triplet: AA, 60 and EC. RGB value is (170,96,236). Sum of RGB (Red+Green+Blue) = 170+96+236=502 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.86% from 502); Green value is 96 (37.89% from 255 or 19.12% from 502); Blue value is 236 (92.58% from 255 or 47.01% from 502); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA60EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA60EC is #559F13. Grayscale: #858585. Windows color (decimal): -5611284 or 15491242. OLE color: 15491242.
HSL color Cylindrical-coordinate representation of color #AA60EC: hue angle of 271.71º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA60EC is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 96 | 236 | - |
| CMYK | 0.28 | 0.59 | 0 | 0.07 |
| HSL | 271.71º | 0.79% | 0.65% | - |
| HSV(B) | 271.71º | 0.59% | 0.93% | - |
| XYZ | 35.9 | 22.97 | 81.9 | - |
| YUV | 134.09 | 185.52 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 96 | 236 | 0.28 | 0.59 | 0 | 0.07 | 271.71 | 0.79 | 0.65 |
| Hex | AA | 60 | EC | 1C | 3B | 0 | 7 | 110 | 4F | 41 |
| Octal | 252 | 140 | 354 | 34 | 73 | 0 | 7 | 420 | 117 | 101 |
| Binary | 10101010 | 1100000 | 11101100 | 11100 | 111011 | 0 | 111 | 100010000 | 1001111 | 1000001 |
Color Harmonies of #AA60EC
Complementary color
Monochromatic Colors of #AA60EC
Black with #AA60EC
Text Example
Text Example
White with #AA60EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA60EC; }
p { color: rgb(170,96,236); }
H1.HeaderClassName
{
color: #AA60EC;
}
.AnyTagClassName
{
color: #AA60EC;
}
</style>
background-color css
<style>
a { background-color: #AA60EC; }
a { background-color: rgb(170,96,236); }
div.DivClassName
{
background-color: #AA60EC;
}
.BgClassName
{
background-color: #AA60EC;
}
</style>
border-color css
<style>
span { border-color: #AA60EC; }
span { border-color: rgb(170,96,236); }
td.TdClassName
{
border-color: #AA60EC;
}
.TagClassName
{
border-color: #AA60EC;
}
</style>