Shades of Amethyst #A66BDC
Tints of Amethyst #A66BDC
RGB
CMYK
RGB Variations
Color information
#A66BDC (or 0xA66BDC) is known color: Amethyst. HEX triplet: A6, 6B and DC. RGB value is (166,107,220). Sum of RGB (Red+Green+Blue) = 166+107+220=493 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.67% from 493); Green value is 107 (42.19% from 255 or 21.70% from 493); Blue value is 220 (86.33% from 255 or 44.62% from 493); Max value from RGB is 220 - color contains mainly: blue. Hex color #A66BDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66BDC is #599423. Grayscale: #898989. Windows color (decimal): -5870628 or 14445478. OLE color: 14445478.
HSL color Cylindrical-coordinate representation of color #A66BDC: hue angle of 271.33º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A66BDC is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 107 | 220 | - |
| CMYK | 0.25 | 0.51 | 0 | 0.14 |
| HSL | 271.33º | 0.62% | 0.64% | - |
| HSV(B) | 271.33º | 0.51% | 0.86% | - |
| XYZ | 33.9 | 23.79 | 70.52 | - |
| YUV | 137.52 | 174.55 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 107 | 220 | 0.25 | 0.51 | 0 | 0.14 | 271.33 | 0.62 | 0.64 |
| Hex | A6 | 6B | DC | 19 | 33 | 0 | E | 10F | 3E | 40 |
| Octal | 246 | 153 | 334 | 31 | 63 | 0 | 16 | 417 | 76 | 100 |
| Binary | 10100110 | 1101011 | 11011100 | 11001 | 110011 | 0 | 1110 | 100001111 | 111110 | 1000000 |
Color Harmonies of #A66BDC
Complementary color
Monochromatic Colors of #A66BDC
Black with #A66BDC
Text Example
Text Example
White with #A66BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66BDC; }
p { color: rgb(166,107,220); }
H1.HeaderClassName
{
color: #A66BDC;
}
.AnyTagClassName
{
color: #A66BDC;
}
</style>
background-color css
<style>
a { background-color: #A66BDC; }
a { background-color: rgb(166,107,220); }
div.DivClassName
{
background-color: #A66BDC;
}
.BgClassName
{
background-color: #A66BDC;
}
</style>
border-color css
<style>
span { border-color: #A66BDC; }
span { border-color: rgb(166,107,220); }
td.TdClassName
{
border-color: #A66BDC;
}
.TagClassName
{
border-color: #A66BDC;
}
</style>