Shades of Amethyst #A166D8
Tints of Amethyst #A166D8
RGB
CMYK
RGB Variations
Color information
#A166D8 (or 0xA166D8) is known color: Amethyst. HEX triplet: A1, 66 and D8. RGB value is (161,102,216). Sum of RGB (Red+Green+Blue) = 161+102+216=479 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.61% from 479); Green value is 102 (40.23% from 255 or 21.29% from 479); Blue value is 216 (84.77% from 255 or 45.09% from 479); Max value from RGB is 216 - color contains mainly: blue. Hex color #A166D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A166D8 is #5E9927. Grayscale: #848484. Windows color (decimal): -6199592 or 14182049. OLE color: 14182049.
HSL color Cylindrical-coordinate representation of color #A166D8: hue angle of 271.05º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A166D8 is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 102 | 216 | - |
| CMYK | 0.25 | 0.53 | 0 | 0.15 |
| HSL | 271.05º | 0.59% | 0.62% | - |
| HSV(B) | 271.05º | 0.53% | 0.85% | - |
| XYZ | 31.84 | 22.04 | 67.54 | - |
| YUV | 132.64 | 175.05 | 148.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 102 | 216 | 0.25 | 0.53 | 0 | 0.15 | 271.05 | 0.59 | 0.62 |
| Hex | A1 | 66 | D8 | 19 | 35 | 0 | F | 10F | 3B | 3E |
| Octal | 241 | 146 | 330 | 31 | 65 | 0 | 17 | 417 | 73 | 76 |
| Binary | 10100001 | 1100110 | 11011000 | 11001 | 110101 | 0 | 1111 | 100001111 | 111011 | 111110 |
Color Harmonies of #A166D8
Complementary color
Monochromatic Colors of #A166D8
Black with #A166D8
Text Example
Text Example
White with #A166D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A166D8; }
p { color: rgb(161,102,216); }
H1.HeaderClassName
{
color: #A166D8;
}
.AnyTagClassName
{
color: #A166D8;
}
</style>
background-color css
<style>
a { background-color: #A166D8; }
a { background-color: rgb(161,102,216); }
div.DivClassName
{
background-color: #A166D8;
}
.BgClassName
{
background-color: #A166D8;
}
</style>
border-color css
<style>
span { border-color: #A166D8; }
span { border-color: rgb(161,102,216); }
td.TdClassName
{
border-color: #A166D8;
}
.TagClassName
{
border-color: #A166D8;
}
</style>