Shades of Amethyst #A66DCD
Tints of Amethyst #A66DCD
RGB
CMYK
RGB Variations
Color information
#A66DCD (or 0xA66DCD) is known color: Amethyst. HEX triplet: A6, 6D and CD. RGB value is (166,109,205). Sum of RGB (Red+Green+Blue) = 166+109+205=480 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.58% from 480); Green value is 109 (42.97% from 255 or 22.71% from 480); Blue value is 205 (80.47% from 255 or 42.71% from 480); Max value from RGB is 205 - color contains mainly: blue. Hex color #A66DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66DCD is #599232. Grayscale: #888888. Windows color (decimal): -5870131 or 13462950. OLE color: 13462950.
HSL color Cylindrical-coordinate representation of color #A66DCD: hue angle of 275.62º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A66DCD is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 166 | 109 | 205 | - |
| CMYK | 0.19 | 0.47 | 0 | 0.20 |
| HSL | 275.63º | 0.49% | 0.62% | - |
| HSV(B) | 275.63º | 0.47% | 0.8% | - |
| XYZ | 32.21 | 23.45 | 60.59 | - |
| YUV | 136.99 | 166.38 | 148.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 109 | 205 | 0.19 | 0.47 | 0 | 0.20 | 275.63 | 0.49 | 0.62 |
| Hex | A6 | 6D | CD | 13 | 2F | 0 | 14 | 114 | 31 | 3E |
| Octal | 246 | 155 | 315 | 23 | 57 | 0 | 24 | 424 | 61 | 76 |
| Binary | 10100110 | 1101101 | 11001101 | 10011 | 101111 | 0 | 10100 | 100010100 | 110001 | 111110 |
Color Harmonies of #A66DCD
Complementary color
Monochromatic Colors of #A66DCD
Black with #A66DCD
Text Example
Text Example
White with #A66DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66DCD; }
p { color: rgb(166,109,205); }
H1.HeaderClassName
{
color: #A66DCD;
}
.AnyTagClassName
{
color: #A66DCD;
}
</style>
background-color css
<style>
a { background-color: #A66DCD; }
a { background-color: rgb(166,109,205); }
div.DivClassName
{
background-color: #A66DCD;
}
.BgClassName
{
background-color: #A66DCD;
}
</style>
border-color css
<style>
span { border-color: #A66DCD; }
span { border-color: rgb(166,109,205); }
td.TdClassName
{
border-color: #A66DCD;
}
.TagClassName
{
border-color: #A66DCD;
}
</style>