Shades of Amethyst #A66ACE
Tints of Amethyst #A66ACE
RGB
CMYK
RGB Variations
Color information
#A66ACE (or 0xA66ACE) is known color: Amethyst. HEX triplet: A6, 6A and CE. RGB value is (166,106,206). Sum of RGB (Red+Green+Blue) = 166+106+206=478 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.73% from 478); Green value is 106 (41.80% from 255 or 22.18% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 206 - color contains mainly: blue. Hex color #A66ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66ACE is #599531. Grayscale: #878787. Windows color (decimal): -5870898 or 13527718. OLE color: 13527718.
HSL color Cylindrical-coordinate representation of color #A66ACE: hue angle of 276º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A66ACE is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 106 | 206 | - |
| CMYK | 0.19 | 0.49 | 0 | 0.19 |
| HSL | 276º | 0.51% | 0.61% | - |
| HSV(B) | 276º | 0.49% | 0.81% | - |
| XYZ | 32.02 | 22.87 | 61.12 | - |
| YUV | 135.34 | 167.88 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 106 | 206 | 0.19 | 0.49 | 0 | 0.19 | 276 | 0.51 | 0.61 |
| Hex | A6 | 6A | CE | 13 | 31 | 0 | 13 | 114 | 33 | 3D |
| Octal | 246 | 152 | 316 | 23 | 61 | 0 | 23 | 424 | 63 | 75 |
| Binary | 10100110 | 1101010 | 11001110 | 10011 | 110001 | 0 | 10011 | 100010100 | 110011 | 111101 |
Color Harmonies of #A66ACE
Complementary color
Monochromatic Colors of #A66ACE
Black with #A66ACE
Text Example
Text Example
White with #A66ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66ACE; }
p { color: rgb(166,106,206); }
H1.HeaderClassName
{
color: #A66ACE;
}
.AnyTagClassName
{
color: #A66ACE;
}
</style>
background-color css
<style>
a { background-color: #A66ACE; }
a { background-color: rgb(166,106,206); }
div.DivClassName
{
background-color: #A66ACE;
}
.BgClassName
{
background-color: #A66ACE;
}
</style>
border-color css
<style>
span { border-color: #A66ACE; }
span { border-color: rgb(166,106,206); }
td.TdClassName
{
border-color: #A66ACE;
}
.TagClassName
{
border-color: #A66ACE;
}
</style>