Shades of Amethyst #AA68E1
Tints of Amethyst #AA68E1
RGB
CMYK
RGB Variations
Color information
#AA68E1 (or 0xAA68E1) is known color: Amethyst. HEX triplet: AA, 68 and E1. RGB value is (170,104,225). Sum of RGB (Red+Green+Blue) = 170+104+225=499 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34.07% from 499); Green value is 104 (41.02% from 255 or 20.84% from 499); Blue value is 225 (88.28% from 255 or 45.09% from 499); Max value from RGB is 225 - color contains mainly: blue. Hex color #AA68E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA68E1 is #55971E. Grayscale: #898989. Windows color (decimal): -5609247 or 14772394. OLE color: 14772394.
HSL color Cylindrical-coordinate representation of color #AA68E1: hue angle of 272.73º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AA68E1 is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 104 | 225 | - |
| CMYK | 0.24 | 0.54 | 0 | 0.12 |
| HSL | 272.73º | 0.67% | 0.65% | - |
| HSV(B) | 272.73º | 0.54% | 0.88% | - |
| XYZ | 35.12 | 23.88 | 73.99 | - |
| YUV | 137.53 | 177.37 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 104 | 225 | 0.24 | 0.54 | 0 | 0.12 | 272.73 | 0.67 | 0.65 |
| Hex | AA | 68 | E1 | 18 | 36 | 0 | C | 111 | 43 | 41 |
| Octal | 252 | 150 | 341 | 30 | 66 | 0 | 14 | 421 | 103 | 101 |
| Binary | 10101010 | 1101000 | 11100001 | 11000 | 110110 | 0 | 1100 | 100010001 | 1000011 | 1000001 |
Color Harmonies of #AA68E1
Complementary color
Monochromatic Colors of #AA68E1
Black with #AA68E1
Text Example
Text Example
White with #AA68E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA68E1; }
p { color: rgb(170,104,225); }
H1.HeaderClassName
{
color: #AA68E1;
}
.AnyTagClassName
{
color: #AA68E1;
}
</style>
background-color css
<style>
a { background-color: #AA68E1; }
a { background-color: rgb(170,104,225); }
div.DivClassName
{
background-color: #AA68E1;
}
.BgClassName
{
background-color: #AA68E1;
}
</style>
border-color css
<style>
span { border-color: #AA68E1; }
span { border-color: rgb(170,104,225); }
td.TdClassName
{
border-color: #AA68E1;
}
.TagClassName
{
border-color: #AA68E1;
}
</style>