Shades of Amethyst #A66CDA
Tints of Amethyst #A66CDA
RGB
CMYK
RGB Variations
Color information
#A66CDA (or 0xA66CDA) is known color: Amethyst. HEX triplet: A6, 6C and DA. RGB value is (166,108,218). Sum of RGB (Red+Green+Blue) = 166+108+218=492 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.74% from 492); Green value is 108 (42.58% from 255 or 21.95% from 492); Blue value is 218 (85.55% from 255 or 44.31% from 492); Max value from RGB is 218 - color contains mainly: blue. Hex color #A66CDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66CDA is #599325. Grayscale: #898989. Windows color (decimal): -5870374 or 14314662. OLE color: 14314662.
HSL color Cylindrical-coordinate representation of color #A66CDA: hue angle of 271.64º 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 #A66CDA is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 108 | 218 | - |
| CMYK | 0.24 | 0.50 | 0 | 0.15 |
| HSL | 271.64º | 0.6% | 0.64% | - |
| HSV(B) | 271.64º | 0.5% | 0.85% | - |
| XYZ | 33.74 | 23.89 | 69.16 | - |
| YUV | 137.88 | 173.22 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 108 | 218 | 0.24 | 0.50 | 0 | 0.15 | 271.64 | 0.6 | 0.64 |
| Hex | A6 | 6C | DA | 18 | 32 | 0 | F | 110 | 3C | 40 |
| Octal | 246 | 154 | 332 | 30 | 62 | 0 | 17 | 420 | 74 | 100 |
| Binary | 10100110 | 1101100 | 11011010 | 11000 | 110010 | 0 | 1111 | 100010000 | 111100 | 1000000 |
Color Harmonies of #A66CDA
Complementary color
Monochromatic Colors of #A66CDA
Black with #A66CDA
Text Example
Text Example
White with #A66CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66CDA; }
p { color: rgb(166,108,218); }
H1.HeaderClassName
{
color: #A66CDA;
}
.AnyTagClassName
{
color: #A66CDA;
}
</style>
background-color css
<style>
a { background-color: #A66CDA; }
a { background-color: rgb(166,108,218); }
div.DivClassName
{
background-color: #A66CDA;
}
.BgClassName
{
background-color: #A66CDA;
}
</style>
border-color css
<style>
span { border-color: #A66CDA; }
span { border-color: rgb(166,108,218); }
td.TdClassName
{
border-color: #A66CDA;
}
.TagClassName
{
border-color: #A66CDA;
}
</style>