Shades of Amethyst #A66DCF
Tints of Amethyst #A66DCF
RGB
CMYK
RGB Variations
Color information
#A66DCF (or 0xA66DCF) is known color: Amethyst. HEX triplet: A6, 6D and CF. RGB value is (166,109,207). Sum of RGB (Red+Green+Blue) = 166+109+207=482 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.44% from 482); Green value is 109 (42.97% from 255 or 22.61% from 482); Blue value is 207 (81.25% from 255 or 42.95% from 482); Max value from RGB is 207 - color contains mainly: blue. Hex color #A66DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66DCF is #599230. Grayscale: #888888. Windows color (decimal): -5870129 or 13594022. OLE color: 13594022.
HSL color Cylindrical-coordinate representation of color #A66DCF: hue angle of 274.9º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A66DCF is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 109 | 207 | - |
| CMYK | 0.20 | 0.47 | 0 | 0.19 |
| HSL | 274.9º | 0.51% | 0.62% | - |
| HSV(B) | 274.9º | 0.47% | 0.81% | - |
| XYZ | 32.46 | 23.55 | 61.87 | - |
| YUV | 137.22 | 167.38 | 148.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 109 | 207 | 0.20 | 0.47 | 0 | 0.19 | 274.9 | 0.51 | 0.62 |
| Hex | A6 | 6D | CF | 14 | 2F | 0 | 13 | 113 | 33 | 3E |
| Octal | 246 | 155 | 317 | 24 | 57 | 0 | 23 | 423 | 63 | 76 |
| Binary | 10100110 | 1101101 | 11001111 | 10100 | 101111 | 0 | 10011 | 100010011 | 110011 | 111110 |
Color Harmonies of #A66DCF
Complementary color
Monochromatic Colors of #A66DCF
Black with #A66DCF
Text Example
Text Example
White with #A66DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66DCF; }
p { color: rgb(166,109,207); }
H1.HeaderClassName
{
color: #A66DCF;
}
.AnyTagClassName
{
color: #A66DCF;
}
</style>
background-color css
<style>
a { background-color: #A66DCF; }
a { background-color: rgb(166,109,207); }
div.DivClassName
{
background-color: #A66DCF;
}
.BgClassName
{
background-color: #A66DCF;
}
</style>
border-color css
<style>
span { border-color: #A66DCF; }
span { border-color: rgb(166,109,207); }
td.TdClassName
{
border-color: #A66DCF;
}
.TagClassName
{
border-color: #A66DCF;
}
</style>