Shades of Amethyst #A66CDF
Tints of Amethyst #A66CDF
RGB
CMYK
RGB Variations
Color information
#A66CDF (or 0xA66CDF) is known color: Amethyst. HEX triplet: A6, 6C and DF. RGB value is (166,108,223). Sum of RGB (Red+Green+Blue) = 166+108+223=497 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.40% from 497); Green value is 108 (42.58% from 255 or 21.73% from 497); Blue value is 223 (87.5% from 255 or 44.87% from 497); Max value from RGB is 223 - color contains mainly: blue. Hex color #A66CDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66CDF is #599320. Grayscale: #8A8A8A. Windows color (decimal): -5870369 or 14642342. OLE color: 14642342.
HSL color Cylindrical-coordinate representation of color #A66CDF: hue angle of 270.26º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A66CDF is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 108 | 223 | - |
| CMYK | 0.26 | 0.52 | 0 | 0.13 |
| HSL | 270.26º | 0.64% | 0.65% | - |
| HSV(B) | 270.26º | 0.52% | 0.87% | - |
| XYZ | 34.41 | 24.16 | 72.66 | - |
| YUV | 138.45 | 175.72 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 108 | 223 | 0.26 | 0.52 | 0 | 0.13 | 270.26 | 0.64 | 0.65 |
| Hex | A6 | 6C | DF | 1A | 34 | 0 | D | 10E | 40 | 41 |
| Octal | 246 | 154 | 337 | 32 | 64 | 0 | 15 | 416 | 100 | 101 |
| Binary | 10100110 | 1101100 | 11011111 | 11010 | 110100 | 0 | 1101 | 100001110 | 1000000 | 1000001 |
Color Harmonies of #A66CDF
Complementary color
Monochromatic Colors of #A66CDF
Black with #A66CDF
Text Example
Text Example
White with #A66CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66CDF; }
p { color: rgb(166,108,223); }
H1.HeaderClassName
{
color: #A66CDF;
}
.AnyTagClassName
{
color: #A66CDF;
}
</style>
background-color css
<style>
a { background-color: #A66CDF; }
a { background-color: rgb(166,108,223); }
div.DivClassName
{
background-color: #A66CDF;
}
.BgClassName
{
background-color: #A66CDF;
}
</style>
border-color css
<style>
span { border-color: #A66CDF; }
span { border-color: rgb(166,108,223); }
td.TdClassName
{
border-color: #A66CDF;
}
.TagClassName
{
border-color: #A66CDF;
}
</style>