Shades of Amethyst #AA62E4
Tints of Amethyst #AA62E4
RGB
CMYK
RGB Variations
Color information
#AA62E4 (or 0xAA62E4) is known color: Amethyst. HEX triplet: AA, 62 and E4. RGB value is (170,98,228). Sum of RGB (Red+Green+Blue) = 170+98+228=496 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.27% from 496); Green value is 98 (38.67% from 255 or 19.76% from 496); Blue value is 228 (89.45% from 255 or 45.97% from 496); Max value from RGB is 228 - color contains mainly: blue. Hex color #AA62E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA62E4 is #559D1B. Grayscale: #858585. Windows color (decimal): -5610780 or 14967466. OLE color: 14967466.
HSL color Cylindrical-coordinate representation of color #AA62E4: hue angle of 273.23º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AA62E4 is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 98 | 228 | - |
| CMYK | 0.25 | 0.57 | 0 | 0.11 |
| HSL | 273.23º | 0.71% | 0.64% | - |
| HSV(B) | 273.23º | 0.57% | 0.89% | - |
| XYZ | 34.95 | 22.88 | 75.97 | - |
| YUV | 134.35 | 180.85 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 98 | 228 | 0.25 | 0.57 | 0 | 0.11 | 273.23 | 0.71 | 0.64 |
| Hex | AA | 62 | E4 | 19 | 39 | 0 | B | 111 | 47 | 40 |
| Octal | 252 | 142 | 344 | 31 | 71 | 0 | 13 | 421 | 107 | 100 |
| Binary | 10101010 | 1100010 | 11100100 | 11001 | 111001 | 0 | 1011 | 100010001 | 1000111 | 1000000 |
Color Harmonies of #AA62E4
Complementary color
Monochromatic Colors of #AA62E4
Black with #AA62E4
Text Example
Text Example
White with #AA62E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA62E4; }
p { color: rgb(170,98,228); }
H1.HeaderClassName
{
color: #AA62E4;
}
.AnyTagClassName
{
color: #AA62E4;
}
</style>
background-color css
<style>
a { background-color: #AA62E4; }
a { background-color: rgb(170,98,228); }
div.DivClassName
{
background-color: #AA62E4;
}
.BgClassName
{
background-color: #AA62E4;
}
</style>
border-color css
<style>
span { border-color: #AA62E4; }
span { border-color: rgb(170,98,228); }
td.TdClassName
{
border-color: #AA62E4;
}
.TagClassName
{
border-color: #AA62E4;
}
</style>