Shades of Amethyst #AA6ACE
Tints of Amethyst #AA6ACE
RGB
CMYK
RGB Variations
Color information
#AA6ACE (or 0xAA6ACE) is known color: Amethyst. HEX triplet: AA, 6A and CE. RGB value is (170,106,206). Sum of RGB (Red+Green+Blue) = 170+106+206=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 106 (41.80% from 255 or 21.99% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA6ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6ACE is #559531. Grayscale: #888888. Windows color (decimal): -5608754 or 13527722. OLE color: 13527722.
HSL color Cylindrical-coordinate representation of color #AA6ACE: hue angle of 278.4º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA6ACE is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 106 | 206 | - |
| CMYK | 0.17 | 0.49 | 0 | 0.19 |
| HSL | 278.4º | 0.51% | 0.61% | - |
| HSV(B) | 278.4º | 0.49% | 0.81% | - |
| XYZ | 32.87 | 23.31 | 61.16 | - |
| YUV | 136.54 | 167.2 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 106 | 206 | 0.17 | 0.49 | 0 | 0.19 | 278.4 | 0.51 | 0.61 |
| Hex | AA | 6A | CE | 11 | 31 | 0 | 13 | 116 | 33 | 3D |
| Octal | 252 | 152 | 316 | 21 | 61 | 0 | 23 | 426 | 63 | 75 |
| Binary | 10101010 | 1101010 | 11001110 | 10001 | 110001 | 0 | 10011 | 100010110 | 110011 | 111101 |
Color Harmonies of #AA6ACE
Complementary color
Monochromatic Colors of #AA6ACE
Black with #AA6ACE
Text Example
Text Example
White with #AA6ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6ACE; }
p { color: rgb(170,106,206); }
H1.HeaderClassName
{
color: #AA6ACE;
}
.AnyTagClassName
{
color: #AA6ACE;
}
</style>
background-color css
<style>
a { background-color: #AA6ACE; }
a { background-color: rgb(170,106,206); }
div.DivClassName
{
background-color: #AA6ACE;
}
.BgClassName
{
background-color: #AA6ACE;
}
</style>
border-color css
<style>
span { border-color: #AA6ACE; }
span { border-color: rgb(170,106,206); }
td.TdClassName
{
border-color: #AA6ACE;
}
.TagClassName
{
border-color: #AA6ACE;
}
</style>