Shades of Amethyst #AA68E2
Tints of Amethyst #AA68E2
RGB
CMYK
RGB Variations
Color information
#AA68E2 (or 0xAA68E2) is known color: Amethyst. HEX triplet: AA, 68 and E2. RGB value is (170,104,226). Sum of RGB (Red+Green+Blue) = 170+104+226=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 104 (41.02% from 255 or 20.8% from 500); Blue value is 226 (88.67% from 255 or 45.2% from 500); Max value from RGB is 226 - color contains mainly: blue. Hex color #AA68E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA68E2 is #55971D. Grayscale: #898989. Windows color (decimal): -5609246 or 14837930. OLE color: 14837930.
HSL color Cylindrical-coordinate representation of color #AA68E2: hue angle of 272.46º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AA68E2 is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 104 | 226 | - |
| CMYK | 0.25 | 0.54 | 0 | 0.11 |
| HSL | 272.46º | 0.68% | 0.65% | - |
| HSV(B) | 272.46º | 0.54% | 0.89% | - |
| XYZ | 35.26 | 23.94 | 74.71 | - |
| YUV | 137.64 | 177.87 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 104 | 226 | 0.25 | 0.54 | 0 | 0.11 | 272.46 | 0.68 | 0.65 |
| Hex | AA | 68 | E2 | 19 | 36 | 0 | B | 110 | 44 | 41 |
| Octal | 252 | 150 | 342 | 31 | 66 | 0 | 13 | 420 | 104 | 101 |
| Binary | 10101010 | 1101000 | 11100010 | 11001 | 110110 | 0 | 1011 | 100010000 | 1000100 | 1000001 |
Color Harmonies of #AA68E2
Complementary color
Monochromatic Colors of #AA68E2
Black with #AA68E2
Text Example
Text Example
White with #AA68E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA68E2; }
p { color: rgb(170,104,226); }
H1.HeaderClassName
{
color: #AA68E2;
}
.AnyTagClassName
{
color: #AA68E2;
}
</style>
background-color css
<style>
a { background-color: #AA68E2; }
a { background-color: rgb(170,104,226); }
div.DivClassName
{
background-color: #AA68E2;
}
.BgClassName
{
background-color: #AA68E2;
}
</style>
border-color css
<style>
span { border-color: #AA68E2; }
span { border-color: rgb(170,104,226); }
td.TdClassName
{
border-color: #AA68E2;
}
.TagClassName
{
border-color: #AA68E2;
}
</style>