Shades of Amethyst #AA60E5
Tints of Amethyst #AA60E5
RGB
CMYK
RGB Variations
Color information
#AA60E5 (or 0xAA60E5) is known color: Amethyst. HEX triplet: AA, 60 and E5. RGB value is (170,96,229). Sum of RGB (Red+Green+Blue) = 170+96+229=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 96 (37.89% from 255 or 19.39% from 495); Blue value is 229 (89.84% from 255 or 46.26% from 495); Max value from RGB is 229 - color contains mainly: blue. Hex color #AA60E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA60E5 is #559F1A. Grayscale: #848484. Windows color (decimal): -5611291 or 15032490. OLE color: 15032490.
HSL color Cylindrical-coordinate representation of color #AA60E5: hue angle of 273.38º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA60E5 is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 96 | 229 | - |
| CMYK | 0.26 | 0.58 | 0 | 0.10 |
| HSL | 273.38º | 0.72% | 0.64% | - |
| HSV(B) | 273.38º | 0.58% | 0.9% | - |
| XYZ | 34.9 | 22.57 | 76.65 | - |
| YUV | 133.29 | 182.02 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 96 | 229 | 0.26 | 0.58 | 0 | 0.10 | 273.38 | 0.72 | 0.64 |
| Hex | AA | 60 | E5 | 1A | 3A | 0 | A | 111 | 48 | 40 |
| Octal | 252 | 140 | 345 | 32 | 72 | 0 | 12 | 421 | 110 | 100 |
| Binary | 10101010 | 1100000 | 11100101 | 11010 | 111010 | 0 | 1010 | 100010001 | 1001000 | 1000000 |
Color Harmonies of #AA60E5
Complementary color
Monochromatic Colors of #AA60E5
Black with #AA60E5
Text Example
Text Example
White with #AA60E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA60E5; }
p { color: rgb(170,96,229); }
H1.HeaderClassName
{
color: #AA60E5;
}
.AnyTagClassName
{
color: #AA60E5;
}
</style>
background-color css
<style>
a { background-color: #AA60E5; }
a { background-color: rgb(170,96,229); }
div.DivClassName
{
background-color: #AA60E5;
}
.BgClassName
{
background-color: #AA60E5;
}
</style>
border-color css
<style>
span { border-color: #AA60E5; }
span { border-color: rgb(170,96,229); }
td.TdClassName
{
border-color: #AA60E5;
}
.TagClassName
{
border-color: #AA60E5;
}
</style>