Shades of Amethyst #AA69E5
Tints of Amethyst #AA69E5
RGB
CMYK
RGB Variations
Color information
#AA69E5 (or 0xAA69E5) is known color: Amethyst. HEX triplet: AA, 69 and E5. RGB value is (170,105,229). Sum of RGB (Red+Green+Blue) = 170+105+229=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 105 (41.41% from 255 or 20.83% from 504); Blue value is 229 (89.84% from 255 or 45.44% from 504); Max value from RGB is 229 - color contains mainly: blue. Hex color #AA69E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA69E5 is #55961A. Grayscale: #8A8A8A. Windows color (decimal): -5608987 or 15034794. OLE color: 15034794.
HSL color Cylindrical-coordinate representation of color #AA69E5: hue angle of 271.45º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AA69E5 is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 105 | 229 | - |
| CMYK | 0.26 | 0.54 | 0 | 0.10 |
| HSL | 271.45º | 0.7% | 0.65% | - |
| HSV(B) | 271.45º | 0.54% | 0.9% | - |
| XYZ | 35.77 | 24.31 | 76.93 | - |
| YUV | 138.57 | 179.03 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 105 | 229 | 0.26 | 0.54 | 0 | 0.10 | 271.45 | 0.7 | 0.65 |
| Hex | AA | 69 | E5 | 1A | 36 | 0 | A | 10F | 46 | 41 |
| Octal | 252 | 151 | 345 | 32 | 66 | 0 | 12 | 417 | 106 | 101 |
| Binary | 10101010 | 1101001 | 11100101 | 11010 | 110110 | 0 | 1010 | 100001111 | 1000110 | 1000001 |
Color Harmonies of #AA69E5
Complementary color
Monochromatic Colors of #AA69E5
Black with #AA69E5
Text Example
Text Example
White with #AA69E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA69E5; }
p { color: rgb(170,105,229); }
H1.HeaderClassName
{
color: #AA69E5;
}
.AnyTagClassName
{
color: #AA69E5;
}
</style>
background-color css
<style>
a { background-color: #AA69E5; }
a { background-color: rgb(170,105,229); }
div.DivClassName
{
background-color: #AA69E5;
}
.BgClassName
{
background-color: #AA69E5;
}
</style>
border-color css
<style>
span { border-color: #AA69E5; }
span { border-color: rgb(170,105,229); }
td.TdClassName
{
border-color: #AA69E5;
}
.TagClassName
{
border-color: #AA69E5;
}
</style>