Shades of Amethyst #A66DDA
Tints of Amethyst #A66DDA
RGB
CMYK
RGB Variations
Color information
#A66DDA (or 0xA66DDA) is known color: Amethyst. HEX triplet: A6, 6D and DA. RGB value is (166,109,218). Sum of RGB (Red+Green+Blue) = 166+109+218=493 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.67% from 493); Green value is 109 (42.97% from 255 or 22.11% from 493); Blue value is 218 (85.55% from 255 or 44.22% from 493); Max value from RGB is 218 - color contains mainly: blue. Hex color #A66DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66DDA is #599225. Grayscale: #8A8A8A. Windows color (decimal): -5870118 or 14314918. OLE color: 14314918.
HSL color Cylindrical-coordinate representation of color #A66DDA: hue angle of 271.38º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A66DDA is Cyan = 0.24, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 109 | 218 | - |
| CMYK | 0.24 | 0.5 | 0 | 0.15 |
| HSL | 271.38º | 0.6% | 0.64% | - |
| HSV(B) | 271.38º | 0.5% | 0.85% | - |
| XYZ | 33.85 | 24.11 | 69.2 | - |
| YUV | 138.47 | 172.88 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 109 | 218 | 0.24 | 0.5 | 0 | 0.15 | 271.38 | 0.6 | 0.64 |
| Hex | A6 | 6D | DA | 18 | 32 | 0 | F | 10F | 3C | 40 |
| Octal | 246 | 155 | 332 | 30 | 62 | 0 | 17 | 417 | 74 | 100 |
| Binary | 10100110 | 1101101 | 11011010 | 11000 | 110010 | 0 | 1111 | 100001111 | 111100 | 1000000 |
Color Harmonies of #A66DDA
Complementary color
Monochromatic Colors of #A66DDA
Black with #A66DDA
Text Example
Text Example
White with #A66DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66DDA; }
p { color: rgb(166,109,218); }
H1.HeaderClassName
{
color: #A66DDA;
}
.AnyTagClassName
{
color: #A66DDA;
}
</style>
background-color css
<style>
a { background-color: #A66DDA; }
a { background-color: rgb(166,109,218); }
div.DivClassName
{
background-color: #A66DDA;
}
.BgClassName
{
background-color: #A66DDA;
}
</style>
border-color css
<style>
span { border-color: #A66DDA; }
span { border-color: rgb(166,109,218); }
td.TdClassName
{
border-color: #A66DDA;
}
.TagClassName
{
border-color: #A66DDA;
}
</style>