Shades of Amethyst #A66DC9
Tints of Amethyst #A66DC9
RGB
CMYK
RGB Variations
Color information
#A66DC9 (or 0xA66DC9) is known color: Amethyst. HEX triplet: A6, 6D and C9. RGB value is (166,109,201). Sum of RGB (Red+Green+Blue) = 166+109+201=476 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.87% from 476); Green value is 109 (42.97% from 255 or 22.90% from 476); Blue value is 201 (78.91% from 255 or 42.23% from 476); Max value from RGB is 201 - color contains mainly: blue. Hex color #A66DC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66DC9 is #599236. Grayscale: #888888. Windows color (decimal): -5870135 or 13200806. OLE color: 13200806.
HSL color Cylindrical-coordinate representation of color #A66DC9: hue angle of 277.17º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A66DC9 is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 166 | 109 | 201 | - |
| CMYK | 0.17 | 0.46 | 0 | 0.21 |
| HSL | 277.17º | 0.46% | 0.61% | - |
| HSV(B) | 277.17º | 0.46% | 0.79% | - |
| XYZ | 31.74 | 23.26 | 58.08 | - |
| YUV | 136.53 | 164.38 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 109 | 201 | 0.17 | 0.46 | 0 | 0.21 | 277.17 | 0.46 | 0.61 |
| Hex | A6 | 6D | C9 | 11 | 2E | 0 | 15 | 115 | 2E | 3D |
| Octal | 246 | 155 | 311 | 21 | 56 | 0 | 25 | 425 | 56 | 75 |
| Binary | 10100110 | 1101101 | 11001001 | 10001 | 101110 | 0 | 10101 | 100010101 | 101110 | 111101 |
Color Harmonies of #A66DC9
Complementary color
Monochromatic Colors of #A66DC9
Black with #A66DC9
Text Example
Text Example
White with #A66DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66DC9; }
p { color: rgb(166,109,201); }
H1.HeaderClassName
{
color: #A66DC9;
}
.AnyTagClassName
{
color: #A66DC9;
}
</style>
background-color css
<style>
a { background-color: #A66DC9; }
a { background-color: rgb(166,109,201); }
div.DivClassName
{
background-color: #A66DC9;
}
.BgClassName
{
background-color: #A66DC9;
}
</style>
border-color css
<style>
span { border-color: #A66DC9; }
span { border-color: rgb(166,109,201); }
td.TdClassName
{
border-color: #A66DC9;
}
.TagClassName
{
border-color: #A66DC9;
}
</style>