Shades of Amethyst #A66ADE
Tints of Amethyst #A66ADE
RGB
CMYK
RGB Variations
Color information
#A66ADE (or 0xA66ADE) is known color: Amethyst. HEX triplet: A6, 6A and DE. RGB value is (166,106,222). Sum of RGB (Red+Green+Blue) = 166+106+222=494 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.60% from 494); Green value is 106 (41.80% from 255 or 21.46% from 494); Blue value is 222 (87.11% from 255 or 44.94% from 494); Max value from RGB is 222 - color contains mainly: blue. Hex color #A66ADE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66ADE is #599521. Grayscale: #888888. Windows color (decimal): -5870882 or 14576294. OLE color: 14576294.
HSL color Cylindrical-coordinate representation of color #A66ADE: hue angle of 271.03º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A66ADE is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 106 | 222 | - |
| CMYK | 0.25 | 0.52 | 0 | 0.13 |
| HSL | 271.03º | 0.64% | 0.64% | - |
| HSV(B) | 271.03º | 0.52% | 0.87% | - |
| XYZ | 34.06 | 23.69 | 71.88 | - |
| YUV | 137.16 | 175.88 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 106 | 222 | 0.25 | 0.52 | 0 | 0.13 | 271.03 | 0.64 | 0.64 |
| Hex | A6 | 6A | DE | 19 | 34 | 0 | D | 10F | 40 | 40 |
| Octal | 246 | 152 | 336 | 31 | 64 | 0 | 15 | 417 | 100 | 100 |
| Binary | 10100110 | 1101010 | 11011110 | 11001 | 110100 | 0 | 1101 | 100001111 | 1000000 | 1000000 |
Color Harmonies of #A66ADE
Complementary color
Monochromatic Colors of #A66ADE
Black with #A66ADE
Text Example
Text Example
White with #A66ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66ADE; }
p { color: rgb(166,106,222); }
H1.HeaderClassName
{
color: #A66ADE;
}
.AnyTagClassName
{
color: #A66ADE;
}
</style>
background-color css
<style>
a { background-color: #A66ADE; }
a { background-color: rgb(166,106,222); }
div.DivClassName
{
background-color: #A66ADE;
}
.BgClassName
{
background-color: #A66ADE;
}
</style>
border-color css
<style>
span { border-color: #A66ADE; }
span { border-color: rgb(166,106,222); }
td.TdClassName
{
border-color: #A66ADE;
}
.TagClassName
{
border-color: #A66ADE;
}
</style>