Shades of Amethyst #AA69D9
Tints of Amethyst #AA69D9
RGB
CMYK
RGB Variations
Color information
#AA69D9 (or 0xAA69D9) is known color: Amethyst. HEX triplet: AA, 69 and D9. RGB value is (170,105,217). Sum of RGB (Red+Green+Blue) = 170+105+217=492 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.55% from 492); Green value is 105 (41.41% from 255 or 21.34% from 492); Blue value is 217 (85.16% from 255 or 44.11% from 492); Max value from RGB is 217 - color contains mainly: blue. Hex color #AA69D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA69D9 is #559626. Grayscale: #888888. Windows color (decimal): -5608999 or 14248362. OLE color: 14248362.
HSL color Cylindrical-coordinate representation of color #AA69D9: hue angle of 274.82º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA69D9 is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 105 | 217 | - |
| CMYK | 0.22 | 0.52 | 0 | 0.15 |
| HSL | 274.82º | 0.6% | 0.63% | - |
| HSV(B) | 274.82º | 0.52% | 0.85% | - |
| XYZ | 34.15 | 23.66 | 68.41 | - |
| YUV | 137.2 | 173.03 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 105 | 217 | 0.22 | 0.52 | 0 | 0.15 | 274.82 | 0.6 | 0.63 |
| Hex | AA | 69 | D9 | 16 | 34 | 0 | F | 113 | 3C | 3F |
| Octal | 252 | 151 | 331 | 26 | 64 | 0 | 17 | 423 | 74 | 77 |
| Binary | 10101010 | 1101001 | 11011001 | 10110 | 110100 | 0 | 1111 | 100010011 | 111100 | 111111 |
Color Harmonies of #AA69D9
Complementary color
Monochromatic Colors of #AA69D9
Black with #AA69D9
Text Example
Text Example
White with #AA69D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA69D9; }
p { color: rgb(170,105,217); }
H1.HeaderClassName
{
color: #AA69D9;
}
.AnyTagClassName
{
color: #AA69D9;
}
</style>
background-color css
<style>
a { background-color: #AA69D9; }
a { background-color: rgb(170,105,217); }
div.DivClassName
{
background-color: #AA69D9;
}
.BgClassName
{
background-color: #AA69D9;
}
</style>
border-color css
<style>
span { border-color: #AA69D9; }
span { border-color: rgb(170,105,217); }
td.TdClassName
{
border-color: #AA69D9;
}
.TagClassName
{
border-color: #AA69D9;
}
</style>