Shades of Amethyst #A666D9
Tints of Amethyst #A666D9
RGB
CMYK
RGB Variations
Color information
#A666D9 (or 0xA666D9) is known color: Amethyst. HEX triplet: A6, 66 and D9. RGB value is (166,102,217). Sum of RGB (Red+Green+Blue) = 166+102+217=485 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.23% from 485); Green value is 102 (40.23% from 255 or 21.03% from 485); Blue value is 217 (85.16% from 255 or 44.74% from 485); Max value from RGB is 217 - color contains mainly: blue. Hex color #A666D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A666D9 is #599926. Grayscale: #858585. Windows color (decimal): -5871911 or 14247590. OLE color: 14247590.
HSL color Cylindrical-coordinate representation of color #A666D9: hue angle of 273.39º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A666D9 is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 102 | 217 | - |
| CMYK | 0.24 | 0.53 | 0 | 0.15 |
| HSL | 273.39º | 0.6% | 0.63% | - |
| HSV(B) | 273.39º | 0.53% | 0.85% | - |
| XYZ | 33 | 22.62 | 68.27 | - |
| YUV | 134.25 | 174.7 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 102 | 217 | 0.24 | 0.53 | 0 | 0.15 | 273.39 | 0.6 | 0.63 |
| Hex | A6 | 66 | D9 | 18 | 35 | 0 | F | 111 | 3C | 3F |
| Octal | 246 | 146 | 331 | 30 | 65 | 0 | 17 | 421 | 74 | 77 |
| Binary | 10100110 | 1100110 | 11011001 | 11000 | 110101 | 0 | 1111 | 100010001 | 111100 | 111111 |
Color Harmonies of #A666D9
Complementary color
Monochromatic Colors of #A666D9
Black with #A666D9
Text Example
Text Example
White with #A666D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A666D9; }
p { color: rgb(166,102,217); }
H1.HeaderClassName
{
color: #A666D9;
}
.AnyTagClassName
{
color: #A666D9;
}
</style>
background-color css
<style>
a { background-color: #A666D9; }
a { background-color: rgb(166,102,217); }
div.DivClassName
{
background-color: #A666D9;
}
.BgClassName
{
background-color: #A666D9;
}
</style>
border-color css
<style>
span { border-color: #A666D9; }
span { border-color: rgb(166,102,217); }
td.TdClassName
{
border-color: #A666D9;
}
.TagClassName
{
border-color: #A666D9;
}
</style>