Shades of Amethyst #A166CE
Tints of Amethyst #A166CE
RGB
CMYK
RGB Variations
Color information
#A166CE (or 0xA166CE) is known color: Amethyst. HEX triplet: A1, 66 and CE. RGB value is (161,102,206). Sum of RGB (Red+Green+Blue) = 161+102+206=469 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.33% from 469); Green value is 102 (40.23% from 255 or 21.75% from 469); Blue value is 206 (80.86% from 255 or 43.92% from 469); Max value from RGB is 206 - color contains mainly: blue. Hex color #A166CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A166CE is #5E9931. Grayscale: #838383. Windows color (decimal): -6199602 or 13526689. OLE color: 13526689.
HSL color Cylindrical-coordinate representation of color #A166CE: hue angle of 274.04º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A166CE is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 102 | 206 | - |
| CMYK | 0.22 | 0.50 | 0 | 0.19 |
| HSL | 274.04º | 0.51% | 0.6% | - |
| HSV(B) | 274.04º | 0.5% | 0.81% | - |
| XYZ | 30.59 | 21.54 | 60.94 | - |
| YUV | 131.5 | 170.05 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 102 | 206 | 0.22 | 0.50 | 0 | 0.19 | 274.04 | 0.51 | 0.6 |
| Hex | A1 | 66 | CE | 16 | 32 | 0 | 13 | 112 | 33 | 3C |
| Octal | 241 | 146 | 316 | 26 | 62 | 0 | 23 | 422 | 63 | 74 |
| Binary | 10100001 | 1100110 | 11001110 | 10110 | 110010 | 0 | 10011 | 100010010 | 110011 | 111100 |
Color Harmonies of #A166CE
Complementary color
Monochromatic Colors of #A166CE
Black with #A166CE
Text Example
Text Example
White with #A166CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A166CE; }
p { color: rgb(161,102,206); }
H1.HeaderClassName
{
color: #A166CE;
}
.AnyTagClassName
{
color: #A166CE;
}
</style>
background-color css
<style>
a { background-color: #A166CE; }
a { background-color: rgb(161,102,206); }
div.DivClassName
{
background-color: #A166CE;
}
.BgClassName
{
background-color: #A166CE;
}
</style>
border-color css
<style>
span { border-color: #A166CE; }
span { border-color: rgb(161,102,206); }
td.TdClassName
{
border-color: #A166CE;
}
.TagClassName
{
border-color: #A166CE;
}
</style>