Shades of Amethyst #A666CC
Tints of Amethyst #A666CC
RGB
CMYK
RGB Variations
Color information
#A666CC (or 0xA666CC) is known color: Amethyst. HEX triplet: A6, 66 and CC. RGB value is (166,102,204). Sum of RGB (Red+Green+Blue) = 166+102+204=472 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.17% from 472); Green value is 102 (40.23% from 255 or 21.61% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 204 - color contains mainly: blue. Hex color #A666CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A666CC is #599933. Grayscale: #848484. Windows color (decimal): -5871924 or 13395622. OLE color: 13395622.
HSL color Cylindrical-coordinate representation of color #A666CC: hue angle of 277.65º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A666CC is Cyan = 0.19, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 166 | 102 | 204 | - |
| CMYK | 0.19 | 0.5 | 0 | 0.2 |
| HSL | 277.65º | 0.5% | 0.6% | - |
| HSV(B) | 277.65º | 0.5% | 0.8% | - |
| XYZ | 31.38 | 21.97 | 59.71 | - |
| YUV | 132.76 | 168.2 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 102 | 204 | 0.19 | 0.5 | 0 | 0.2 | 277.65 | 0.5 | 0.6 |
| Hex | A6 | 66 | CC | 13 | 32 | 0 | 14 | 116 | 32 | 3C |
| Octal | 246 | 146 | 314 | 23 | 62 | 0 | 24 | 426 | 62 | 74 |
| Binary | 10100110 | 1100110 | 11001100 | 10011 | 110010 | 0 | 10100 | 100010110 | 110010 | 111100 |
Color Harmonies of #A666CC
Complementary color
Monochromatic Colors of #A666CC
Black with #A666CC
Text Example
Text Example
White with #A666CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A666CC; }
p { color: rgb(166,102,204); }
H1.HeaderClassName
{
color: #A666CC;
}
.AnyTagClassName
{
color: #A666CC;
}
</style>
background-color css
<style>
a { background-color: #A666CC; }
a { background-color: rgb(166,102,204); }
div.DivClassName
{
background-color: #A666CC;
}
.BgClassName
{
background-color: #A666CC;
}
</style>
border-color css
<style>
span { border-color: #A666CC; }
span { border-color: rgb(166,102,204); }
td.TdClassName
{
border-color: #A666CC;
}
.TagClassName
{
border-color: #A666CC;
}
</style>