Shades of Amethyst #A66BDD
Tints of Amethyst #A66BDD
RGB
CMYK
RGB Variations
Color information
#A66BDD (or 0xA66BDD) is known color: Amethyst. HEX triplet: A6, 6B and DD. RGB value is (166,107,221). Sum of RGB (Red+Green+Blue) = 166+107+221=494 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.60% from 494); Green value is 107 (42.19% from 255 or 21.66% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 221 - color contains mainly: blue. Hex color #A66BDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66BDD is #599422. Grayscale: #898989. Windows color (decimal): -5870627 or 14511014. OLE color: 14511014.
HSL color Cylindrical-coordinate representation of color #A66BDD: hue angle of 271.05º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A66BDD is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 107 | 221 | - |
| CMYK | 0.25 | 0.52 | 0 | 0.13 |
| HSL | 271.05º | 0.63% | 0.64% | - |
| HSV(B) | 271.05º | 0.52% | 0.87% | - |
| XYZ | 34.03 | 23.84 | 71.21 | - |
| YUV | 137.64 | 175.05 | 148.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 107 | 221 | 0.25 | 0.52 | 0 | 0.13 | 271.05 | 0.63 | 0.64 |
| Hex | A6 | 6B | DD | 19 | 34 | 0 | D | 10F | 3F | 40 |
| Octal | 246 | 153 | 335 | 31 | 64 | 0 | 15 | 417 | 77 | 100 |
| Binary | 10100110 | 1101011 | 11011101 | 11001 | 110100 | 0 | 1101 | 100001111 | 111111 | 1000000 |
Color Harmonies of #A66BDD
Complementary color
Monochromatic Colors of #A66BDD
Black with #A66BDD
Text Example
Text Example
White with #A66BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66BDD; }
p { color: rgb(166,107,221); }
H1.HeaderClassName
{
color: #A66BDD;
}
.AnyTagClassName
{
color: #A66BDD;
}
</style>
background-color css
<style>
a { background-color: #A66BDD; }
a { background-color: rgb(166,107,221); }
div.DivClassName
{
background-color: #A66BDD;
}
.BgClassName
{
background-color: #A66BDD;
}
</style>
border-color css
<style>
span { border-color: #A66BDD; }
span { border-color: rgb(166,107,221); }
td.TdClassName
{
border-color: #A66BDD;
}
.TagClassName
{
border-color: #A66BDD;
}
</style>