Shades of Amethyst #AA60EA
Tints of Amethyst #AA60EA
RGB
CMYK
RGB Variations
Color information
#AA60EA (or 0xAA60EA) is known color: Amethyst. HEX triplet: AA, 60 and EA. RGB value is (170,96,234). Sum of RGB (Red+Green+Blue) = 170+96+234=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 96 (37.89% from 255 or 19.2% from 500); Blue value is 234 (91.80% from 255 or 46.8% from 500); Max value from RGB is 234 - color contains mainly: blue. Hex color #AA60EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA60EA is #559F15. Grayscale: #858585. Windows color (decimal): -5611286 or 15360170. OLE color: 15360170.
HSL color Cylindrical-coordinate representation of color #AA60EA: hue angle of 272.17º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA60EA is Cyan = 0.27, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 96 | 234 | - |
| CMYK | 0.27 | 0.59 | 0 | 0.08 |
| HSL | 272.17º | 0.77% | 0.65% | - |
| HSV(B) | 272.17º | 0.59% | 0.92% | - |
| XYZ | 35.61 | 22.85 | 80.38 | - |
| YUV | 133.86 | 184.52 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 96 | 234 | 0.27 | 0.59 | 0 | 0.08 | 272.17 | 0.77 | 0.65 |
| Hex | AA | 60 | EA | 1B | 3B | 0 | 8 | 110 | 4D | 41 |
| Octal | 252 | 140 | 352 | 33 | 73 | 0 | 10 | 420 | 115 | 101 |
| Binary | 10101010 | 1100000 | 11101010 | 11011 | 111011 | 0 | 1000 | 100010000 | 1001101 | 1000001 |
Color Harmonies of #AA60EA
Complementary color
Monochromatic Colors of #AA60EA
Black with #AA60EA
Text Example
Text Example
White with #AA60EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA60EA; }
p { color: rgb(170,96,234); }
H1.HeaderClassName
{
color: #AA60EA;
}
.AnyTagClassName
{
color: #AA60EA;
}
</style>
background-color css
<style>
a { background-color: #AA60EA; }
a { background-color: rgb(170,96,234); }
div.DivClassName
{
background-color: #AA60EA;
}
.BgClassName
{
background-color: #AA60EA;
}
</style>
border-color css
<style>
span { border-color: #AA60EA; }
span { border-color: rgb(170,96,234); }
td.TdClassName
{
border-color: #AA60EA;
}
.TagClassName
{
border-color: #AA60EA;
}
</style>