Shades of Amethyst #A164D0
Tints of Amethyst #A164D0
RGB
CMYK
RGB Variations
Color information
#A164D0 (or 0xA164D0) is known color: Amethyst. HEX triplet: A1, 64 and D0. RGB value is (161,100,208). Sum of RGB (Red+Green+Blue) = 161+100+208=469 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.33% from 469); Green value is 100 (39.45% from 255 or 21.32% from 469); Blue value is 208 (81.64% from 255 or 44.35% from 469); Max value from RGB is 208 - color contains mainly: blue. Hex color #A164D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A164D0 is #5E9B2F. Grayscale: #828282. Windows color (decimal): -6200112 or 13657249. OLE color: 13657249.
HSL color Cylindrical-coordinate representation of color #A164D0: hue angle of 273.89º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A164D0 is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 100 | 208 | - |
| CMYK | 0.23 | 0.52 | 0 | 0.18 |
| HSL | 273.89º | 0.53% | 0.6% | - |
| HSV(B) | 273.89º | 0.52% | 0.82% | - |
| XYZ | 30.64 | 21.25 | 62.16 | - |
| YUV | 130.55 | 171.71 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 100 | 208 | 0.23 | 0.52 | 0 | 0.18 | 273.89 | 0.53 | 0.6 |
| Hex | A1 | 64 | D0 | 17 | 34 | 0 | 12 | 112 | 35 | 3C |
| Octal | 241 | 144 | 320 | 27 | 64 | 0 | 22 | 422 | 65 | 74 |
| Binary | 10100001 | 1100100 | 11010000 | 10111 | 110100 | 0 | 10010 | 100010010 | 110101 | 111100 |
Color Harmonies of #A164D0
Complementary color
Monochromatic Colors of #A164D0
Black with #A164D0
Text Example
Text Example
White with #A164D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A164D0; }
p { color: rgb(161,100,208); }
H1.HeaderClassName
{
color: #A164D0;
}
.AnyTagClassName
{
color: #A164D0;
}
</style>
background-color css
<style>
a { background-color: #A164D0; }
a { background-color: rgb(161,100,208); }
div.DivClassName
{
background-color: #A164D0;
}
.BgClassName
{
background-color: #A164D0;
}
</style>
border-color css
<style>
span { border-color: #A164D0; }
span { border-color: rgb(161,100,208); }
td.TdClassName
{
border-color: #A164D0;
}
.TagClassName
{
border-color: #A164D0;
}
</style>