Shades of Amethyst #A666E0
Tints of Amethyst #A666E0
RGB
CMYK
RGB Variations
Color information
#A666E0 (or 0xA666E0) is known color: Amethyst. HEX triplet: A6, 66 and E0. RGB value is (166,102,224). Sum of RGB (Red+Green+Blue) = 166+102+224=492 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.74% from 492); Green value is 102 (40.23% from 255 or 20.73% from 492); Blue value is 224 (87.89% from 255 or 45.53% from 492); Max value from RGB is 224 - color contains mainly: blue. Hex color #A666E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A666E0 is #59991F. Grayscale: #868686. Windows color (decimal): -5871904 or 14706342. OLE color: 14706342.
HSL color Cylindrical-coordinate representation of color #A666E0: hue angle of 271.48º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A666E0 is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 166 | 102 | 224 | - |
| CMYK | 0.26 | 0.54 | 0 | 0.12 |
| HSL | 271.48º | 0.66% | 0.64% | - |
| HSV(B) | 271.48º | 0.54% | 0.88% | - |
| XYZ | 33.93 | 22.99 | 73.17 | - |
| YUV | 135.04 | 178.2 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 102 | 224 | 0.26 | 0.54 | 0 | 0.12 | 271.48 | 0.66 | 0.64 |
| Hex | A6 | 66 | E0 | 1A | 36 | 0 | C | 10F | 42 | 40 |
| Octal | 246 | 146 | 340 | 32 | 66 | 0 | 14 | 417 | 102 | 100 |
| Binary | 10100110 | 1100110 | 11100000 | 11010 | 110110 | 0 | 1100 | 100001111 | 1000010 | 1000000 |
Color Harmonies of #A666E0
Complementary color
Monochromatic Colors of #A666E0
Black with #A666E0
Text Example
Text Example
White with #A666E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A666E0; }
p { color: rgb(166,102,224); }
H1.HeaderClassName
{
color: #A666E0;
}
.AnyTagClassName
{
color: #A666E0;
}
</style>
background-color css
<style>
a { background-color: #A666E0; }
a { background-color: rgb(166,102,224); }
div.DivClassName
{
background-color: #A666E0;
}
.BgClassName
{
background-color: #A666E0;
}
</style>
border-color css
<style>
span { border-color: #A666E0; }
span { border-color: rgb(166,102,224); }
td.TdClassName
{
border-color: #A666E0;
}
.TagClassName
{
border-color: #A666E0;
}
</style>