Shades of Amethyst #A166D1
Tints of Amethyst #A166D1
RGB
CMYK
RGB Variations
Color information
#A166D1 (or 0xA166D1) is known color: Amethyst. HEX triplet: A1, 66 and D1. RGB value is (161,102,209). Sum of RGB (Red+Green+Blue) = 161+102+209=472 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.11% from 472); Green value is 102 (40.23% from 255 or 21.61% from 472); Blue value is 209 (82.03% from 255 or 44.28% from 472); Max value from RGB is 209 - color contains mainly: blue. Hex color #A166D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A166D1 is #5E992E. Grayscale: #838383. Windows color (decimal): -6199599 or 13723297. OLE color: 13723297.
HSL color Cylindrical-coordinate representation of color #A166D1: hue angle of 273.08º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A166D1 is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 102 | 209 | - |
| CMYK | 0.23 | 0.51 | 0 | 0.18 |
| HSL | 273.08º | 0.54% | 0.61% | - |
| HSV(B) | 273.08º | 0.51% | 0.82% | - |
| XYZ | 30.96 | 21.68 | 62.88 | - |
| YUV | 131.84 | 171.55 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 102 | 209 | 0.23 | 0.51 | 0 | 0.18 | 273.08 | 0.54 | 0.61 |
| Hex | A1 | 66 | D1 | 17 | 33 | 0 | 12 | 111 | 36 | 3D |
| Octal | 241 | 146 | 321 | 27 | 63 | 0 | 22 | 421 | 66 | 75 |
| Binary | 10100001 | 1100110 | 11010001 | 10111 | 110011 | 0 | 10010 | 100010001 | 110110 | 111101 |
Color Harmonies of #A166D1
Complementary color
Monochromatic Colors of #A166D1
Black with #A166D1
Text Example
Text Example
White with #A166D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A166D1; }
p { color: rgb(161,102,209); }
H1.HeaderClassName
{
color: #A166D1;
}
.AnyTagClassName
{
color: #A166D1;
}
</style>
background-color css
<style>
a { background-color: #A166D1; }
a { background-color: rgb(161,102,209); }
div.DivClassName
{
background-color: #A166D1;
}
.BgClassName
{
background-color: #A166D1;
}
</style>
border-color css
<style>
span { border-color: #A166D1; }
span { border-color: rgb(161,102,209); }
td.TdClassName
{
border-color: #A166D1;
}
.TagClassName
{
border-color: #A166D1;
}
</style>