Shades of Amethyst #AA6AD5
Tints of Amethyst #AA6AD5
RGB
CMYK
RGB Variations
Color information
#AA6AD5 (or 0xAA6AD5) is known color: Amethyst. HEX triplet: AA, 6A and D5. RGB value is (170,106,213). Sum of RGB (Red+Green+Blue) = 170+106+213=489 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.76% from 489); Green value is 106 (41.80% from 255 or 21.68% from 489); Blue value is 213 (83.59% from 255 or 43.56% from 489); Max value from RGB is 213 - color contains mainly: blue. Hex color #AA6AD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6AD5 is #55952A. Grayscale: #888888. Windows color (decimal): -5608747 or 13986474. OLE color: 13986474.
HSL color Cylindrical-coordinate representation of color #AA6AD5: hue angle of 275.89º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA6AD5 is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 106 | 213 | - |
| CMYK | 0.20 | 0.50 | 0 | 0.16 |
| HSL | 275.89º | 0.56% | 0.63% | - |
| HSV(B) | 275.89º | 0.5% | 0.84% | - |
| XYZ | 33.74 | 23.66 | 65.74 | - |
| YUV | 137.33 | 170.7 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 106 | 213 | 0.20 | 0.50 | 0 | 0.16 | 275.89 | 0.56 | 0.63 |
| Hex | AA | 6A | D5 | 14 | 32 | 0 | 10 | 114 | 38 | 3F |
| Octal | 252 | 152 | 325 | 24 | 62 | 0 | 20 | 424 | 70 | 77 |
| Binary | 10101010 | 1101010 | 11010101 | 10100 | 110010 | 0 | 10000 | 100010100 | 111000 | 111111 |
Color Harmonies of #AA6AD5
Complementary color
Monochromatic Colors of #AA6AD5
Black with #AA6AD5
Text Example
Text Example
White with #AA6AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6AD5; }
p { color: rgb(170,106,213); }
H1.HeaderClassName
{
color: #AA6AD5;
}
.AnyTagClassName
{
color: #AA6AD5;
}
</style>
background-color css
<style>
a { background-color: #AA6AD5; }
a { background-color: rgb(170,106,213); }
div.DivClassName
{
background-color: #AA6AD5;
}
.BgClassName
{
background-color: #AA6AD5;
}
</style>
border-color css
<style>
span { border-color: #AA6AD5; }
span { border-color: rgb(170,106,213); }
td.TdClassName
{
border-color: #AA6AD5;
}
.TagClassName
{
border-color: #AA6AD5;
}
</style>