Shades of Amethyst #A668D5
Tints of Amethyst #A668D5
RGB
CMYK
RGB Variations
Color information
#A668D5 (or 0xA668D5) is known color: Amethyst. HEX triplet: A6, 68 and D5. RGB value is (166,104,213). Sum of RGB (Red+Green+Blue) = 166+104+213=483 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.37% from 483); Green value is 104 (41.02% from 255 or 21.53% from 483); Blue value is 213 (83.59% from 255 or 44.10% from 483); Max value from RGB is 213 - color contains mainly: blue. Hex color #A668D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A668D5 is #59972A. Grayscale: #868686. Windows color (decimal): -5871403 or 13985958. OLE color: 13985958.
HSL color Cylindrical-coordinate representation of color #A668D5: hue angle of 274.13º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A668D5 is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 166 | 104 | 213 | - |
| CMYK | 0.22 | 0.51 | 0 | 0.16 |
| HSL | 274.13º | 0.56% | 0.62% | - |
| HSV(B) | 274.13º | 0.51% | 0.84% | - |
| XYZ | 32.69 | 22.81 | 65.63 | - |
| YUV | 134.96 | 172.04 | 150.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 104 | 213 | 0.22 | 0.51 | 0 | 0.16 | 274.13 | 0.56 | 0.62 |
| Hex | A6 | 68 | D5 | 16 | 33 | 0 | 10 | 112 | 38 | 3E |
| Octal | 246 | 150 | 325 | 26 | 63 | 0 | 20 | 422 | 70 | 76 |
| Binary | 10100110 | 1101000 | 11010101 | 10110 | 110011 | 0 | 10000 | 100010010 | 111000 | 111110 |
Color Harmonies of #A668D5
Complementary color
Monochromatic Colors of #A668D5
Black with #A668D5
Text Example
Text Example
White with #A668D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A668D5; }
p { color: rgb(166,104,213); }
H1.HeaderClassName
{
color: #A668D5;
}
.AnyTagClassName
{
color: #A668D5;
}
</style>
background-color css
<style>
a { background-color: #A668D5; }
a { background-color: rgb(166,104,213); }
div.DivClassName
{
background-color: #A668D5;
}
.BgClassName
{
background-color: #A668D5;
}
</style>
border-color css
<style>
span { border-color: #A668D5; }
span { border-color: rgb(166,104,213); }
td.TdClassName
{
border-color: #A668D5;
}
.TagClassName
{
border-color: #A668D5;
}
</style>