Shades of Amethyst #AA6AD6
Tints of Amethyst #AA6AD6
RGB
CMYK
RGB Variations
Color information
#AA6AD6 (or 0xAA6AD6) is known color: Amethyst. HEX triplet: AA, 6A and D6. RGB value is (170,106,214). Sum of RGB (Red+Green+Blue) = 170+106+214=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 106 (41.80% from 255 or 21.63% from 490); Blue value is 214 (83.98% from 255 or 43.67% from 490); Max value from RGB is 214 - color contains mainly: blue. Hex color #AA6AD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6AD6 is #559529. Grayscale: #898989. Windows color (decimal): -5608746 or 14052010. OLE color: 14052010.
HSL color Cylindrical-coordinate representation of color #AA6AD6: hue angle of 275.56º degrees, saturation: 0.57, 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 #AA6AD6 is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 106 | 214 | - |
| CMYK | 0.21 | 0.50 | 0 | 0.16 |
| HSL | 275.56º | 0.57% | 0.63% | - |
| HSV(B) | 275.56º | 0.5% | 0.84% | - |
| XYZ | 33.87 | 23.71 | 66.41 | - |
| YUV | 137.45 | 171.2 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 106 | 214 | 0.21 | 0.50 | 0 | 0.16 | 275.56 | 0.57 | 0.63 |
| Hex | AA | 6A | D6 | 15 | 32 | 0 | 10 | 114 | 39 | 3F |
| Octal | 252 | 152 | 326 | 25 | 62 | 0 | 20 | 424 | 71 | 77 |
| Binary | 10101010 | 1101010 | 11010110 | 10101 | 110010 | 0 | 10000 | 100010100 | 111001 | 111111 |
Color Harmonies of #AA6AD6
Complementary color
Monochromatic Colors of #AA6AD6
Black with #AA6AD6
Text Example
Text Example
White with #AA6AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6AD6; }
p { color: rgb(170,106,214); }
H1.HeaderClassName
{
color: #AA6AD6;
}
.AnyTagClassName
{
color: #AA6AD6;
}
</style>
background-color css
<style>
a { background-color: #AA6AD6; }
a { background-color: rgb(170,106,214); }
div.DivClassName
{
background-color: #AA6AD6;
}
.BgClassName
{
background-color: #AA6AD6;
}
</style>
border-color css
<style>
span { border-color: #AA6AD6; }
span { border-color: rgb(170,106,214); }
td.TdClassName
{
border-color: #AA6AD6;
}
.TagClassName
{
border-color: #AA6AD6;
}
</style>