Shades of Amethyst #AA62E6
Tints of Amethyst #AA62E6
RGB
CMYK
RGB Variations
Color information
#AA62E6 (or 0xAA62E6) is known color: Amethyst. HEX triplet: AA, 62 and E6. RGB value is (170,98,230). Sum of RGB (Red+Green+Blue) = 170+98+230=498 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.14% from 498); Green value is 98 (38.67% from 255 or 19.68% from 498); Blue value is 230 (90.23% from 255 or 46.18% from 498); Max value from RGB is 230 - color contains mainly: blue. Hex color #AA62E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA62E6 is #559D19. Grayscale: #868686. Windows color (decimal): -5610778 or 15098538. OLE color: 15098538.
HSL color Cylindrical-coordinate representation of color #AA62E6: hue angle of 272.73º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AA62E6 is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 98 | 230 | - |
| CMYK | 0.26 | 0.57 | 0 | 0.10 |
| HSL | 272.73º | 0.73% | 0.64% | - |
| HSV(B) | 272.73º | 0.57% | 0.9% | - |
| XYZ | 35.23 | 22.99 | 77.44 | - |
| YUV | 134.58 | 181.85 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 98 | 230 | 0.26 | 0.57 | 0 | 0.10 | 272.73 | 0.73 | 0.64 |
| Hex | AA | 62 | E6 | 1A | 39 | 0 | A | 111 | 49 | 40 |
| Octal | 252 | 142 | 346 | 32 | 71 | 0 | 12 | 421 | 111 | 100 |
| Binary | 10101010 | 1100010 | 11100110 | 11010 | 111001 | 0 | 1010 | 100010001 | 1001001 | 1000000 |
Color Harmonies of #AA62E6
Complementary color
Monochromatic Colors of #AA62E6
Black with #AA62E6
Text Example
Text Example
White with #AA62E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA62E6; }
p { color: rgb(170,98,230); }
H1.HeaderClassName
{
color: #AA62E6;
}
.AnyTagClassName
{
color: #AA62E6;
}
</style>
background-color css
<style>
a { background-color: #AA62E6; }
a { background-color: rgb(170,98,230); }
div.DivClassName
{
background-color: #AA62E6;
}
.BgClassName
{
background-color: #AA62E6;
}
</style>
border-color css
<style>
span { border-color: #AA62E6; }
span { border-color: rgb(170,98,230); }
td.TdClassName
{
border-color: #AA62E6;
}
.TagClassName
{
border-color: #AA62E6;
}
</style>