Shades of Amethyst #AA60E6
Tints of Amethyst #AA60E6
RGB
CMYK
RGB Variations
Color information
#AA60E6 (or 0xAA60E6) is known color: Amethyst. HEX triplet: AA, 60 and E6. RGB value is (170,96,230). Sum of RGB (Red+Green+Blue) = 170+96+230=496 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.27% from 496); Green value is 96 (37.89% from 255 or 19.35% from 496); Blue value is 230 (90.23% from 255 or 46.37% from 496); Max value from RGB is 230 - color contains mainly: blue. Hex color #AA60E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA60E6 is #559F19. Grayscale: #848484. Windows color (decimal): -5611290 or 15098026. OLE color: 15098026.
HSL color Cylindrical-coordinate representation of color #AA60E6: hue angle of 273.13º degrees, saturation: 0.73, 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 #AA60E6 is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 96 | 230 | - |
| CMYK | 0.26 | 0.58 | 0 | 0.10 |
| HSL | 273.13º | 0.73% | 0.64% | - |
| HSV(B) | 273.13º | 0.58% | 0.9% | - |
| XYZ | 35.04 | 22.62 | 77.38 | - |
| YUV | 133.4 | 182.52 | 154.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 96 | 230 | 0.26 | 0.58 | 0 | 0.10 | 273.13 | 0.73 | 0.64 |
| Hex | AA | 60 | E6 | 1A | 3A | 0 | A | 111 | 49 | 40 |
| Octal | 252 | 140 | 346 | 32 | 72 | 0 | 12 | 421 | 111 | 100 |
| Binary | 10101010 | 1100000 | 11100110 | 11010 | 111010 | 0 | 1010 | 100010001 | 1001001 | 1000000 |
Color Harmonies of #AA60E6
Complementary color
Monochromatic Colors of #AA60E6
Black with #AA60E6
Text Example
Text Example
White with #AA60E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA60E6; }
p { color: rgb(170,96,230); }
H1.HeaderClassName
{
color: #AA60E6;
}
.AnyTagClassName
{
color: #AA60E6;
}
</style>
background-color css
<style>
a { background-color: #AA60E6; }
a { background-color: rgb(170,96,230); }
div.DivClassName
{
background-color: #AA60E6;
}
.BgClassName
{
background-color: #AA60E6;
}
</style>
border-color css
<style>
span { border-color: #AA60E6; }
span { border-color: rgb(170,96,230); }
td.TdClassName
{
border-color: #AA60E6;
}
.TagClassName
{
border-color: #AA60E6;
}
</style>