Shades of Amethyst #AA6EC2
Tints of Amethyst #AA6EC2
RGB
CMYK
RGB Variations
Color information
#AA6EC2 (or 0xAA6EC2) is known color: Amethyst. HEX triplet: AA, 6E and C2. RGB value is (170,110,194). Sum of RGB (Red+Green+Blue) = 170+110+194=474 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.86% from 474); Green value is 110 (43.36% from 255 or 23.21% from 474); Blue value is 194 (76.17% from 255 or 40.93% from 474); Max value from RGB is 194 - color contains mainly: blue. Hex color #AA6EC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6EC2 is #55913D. Grayscale: #898989. Windows color (decimal): -5607742 or 12742314. OLE color: 12742314.
HSL color Cylindrical-coordinate representation of color #AA6EC2: hue angle of 282.86º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AA6EC2 is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 110 | 194 | - |
| CMYK | 0.12 | 0.43 | 0 | 0.24 |
| HSL | 282.86º | 0.41% | 0.6% | - |
| HSV(B) | 282.86º | 0.43% | 0.76% | - |
| XYZ | 31.89 | 23.59 | 53.91 | - |
| YUV | 137.52 | 159.88 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 110 | 194 | 0.12 | 0.43 | 0 | 0.24 | 282.86 | 0.41 | 0.6 |
| Hex | AA | 6E | C2 | C | 2B | 0 | 18 | 11B | 29 | 3C |
| Octal | 252 | 156 | 302 | 14 | 53 | 0 | 30 | 433 | 51 | 74 |
| Binary | 10101010 | 1101110 | 11000010 | 1100 | 101011 | 0 | 11000 | 100011011 | 101001 | 111100 |
Color Harmonies of #AA6EC2
Complementary color
Monochromatic Colors of #AA6EC2
Black with #AA6EC2
Text Example
Text Example
White with #AA6EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6EC2; }
p { color: rgb(170,110,194); }
H1.HeaderClassName
{
color: #AA6EC2;
}
.AnyTagClassName
{
color: #AA6EC2;
}
</style>
background-color css
<style>
a { background-color: #AA6EC2; }
a { background-color: rgb(170,110,194); }
div.DivClassName
{
background-color: #AA6EC2;
}
.BgClassName
{
background-color: #AA6EC2;
}
</style>
border-color css
<style>
span { border-color: #AA6EC2; }
span { border-color: rgb(170,110,194); }
td.TdClassName
{
border-color: #AA6EC2;
}
.TagClassName
{
border-color: #AA6EC2;
}
</style>