Shades of Amethyst #A666DC
Tints of Amethyst #A666DC
RGB
CMYK
RGB Variations
Color information
#A666DC (or 0xA666DC) is known color: Amethyst. HEX triplet: A6, 66 and DC. RGB value is (166,102,220). Sum of RGB (Red+Green+Blue) = 166+102+220=488 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.02% from 488); Green value is 102 (40.23% from 255 or 20.90% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 220 - color contains mainly: blue. Hex color #A666DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A666DC is #599923. Grayscale: #868686. Windows color (decimal): -5871908 or 14444198. OLE color: 14444198.
HSL color Cylindrical-coordinate representation of color #A666DC: hue angle of 272.54º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A666DC is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 102 | 220 | - |
| CMYK | 0.25 | 0.54 | 0 | 0.14 |
| HSL | 272.54º | 0.63% | 0.63% | - |
| HSV(B) | 272.54º | 0.54% | 0.86% | - |
| XYZ | 33.4 | 22.78 | 70.35 | - |
| YUV | 134.59 | 176.2 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 102 | 220 | 0.25 | 0.54 | 0 | 0.14 | 272.54 | 0.63 | 0.63 |
| Hex | A6 | 66 | DC | 19 | 36 | 0 | E | 111 | 3F | 3F |
| Octal | 246 | 146 | 334 | 31 | 66 | 0 | 16 | 421 | 77 | 77 |
| Binary | 10100110 | 1100110 | 11011100 | 11001 | 110110 | 0 | 1110 | 100010001 | 111111 | 111111 |
Color Harmonies of #A666DC
Complementary color
Monochromatic Colors of #A666DC
Black with #A666DC
Text Example
Text Example
White with #A666DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A666DC; }
p { color: rgb(166,102,220); }
H1.HeaderClassName
{
color: #A666DC;
}
.AnyTagClassName
{
color: #A666DC;
}
</style>
background-color css
<style>
a { background-color: #A666DC; }
a { background-color: rgb(166,102,220); }
div.DivClassName
{
background-color: #A666DC;
}
.BgClassName
{
background-color: #A666DC;
}
</style>
border-color css
<style>
span { border-color: #A666DC; }
span { border-color: rgb(166,102,220); }
td.TdClassName
{
border-color: #A666DC;
}
.TagClassName
{
border-color: #A666DC;
}
</style>