Shades of Amethyst #A164DE
Tints of Amethyst #A164DE
RGB
CMYK
RGB Variations
Color information
#A164DE (or 0xA164DE) is known color: Amethyst. HEX triplet: A1, 64 and DE. RGB value is (161,100,222). Sum of RGB (Red+Green+Blue) = 161+100+222=483 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.33% from 483); Green value is 100 (39.45% from 255 or 20.70% from 483); Blue value is 222 (87.11% from 255 or 45.96% from 483); Max value from RGB is 222 - color contains mainly: blue. Hex color #A164DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A164DE is #5E9B21. Grayscale: #838383. Windows color (decimal): -6200098 or 14574753. OLE color: 14574753.
HSL color Cylindrical-coordinate representation of color #A164DE: hue angle of 270º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A164DE is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 100 | 222 | - |
| CMYK | 0.27 | 0.55 | 0 | 0.13 |
| HSL | 270º | 0.65% | 0.63% | - |
| HSV(B) | 270º | 0.55% | 0.87% | - |
| XYZ | 32.44 | 21.97 | 71.64 | - |
| YUV | 132.15 | 178.71 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 100 | 222 | 0.27 | 0.55 | 0 | 0.13 | 270 | 0.65 | 0.63 |
| Hex | A1 | 64 | DE | 1B | 37 | 0 | D | 10E | 41 | 3F |
| Octal | 241 | 144 | 336 | 33 | 67 | 0 | 15 | 416 | 101 | 77 |
| Binary | 10100001 | 1100100 | 11011110 | 11011 | 110111 | 0 | 1101 | 100001110 | 1000001 | 111111 |
Color Harmonies of #A164DE
Complementary color
Monochromatic Colors of #A164DE
Black with #A164DE
Text Example
Text Example
White with #A164DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A164DE; }
p { color: rgb(161,100,222); }
H1.HeaderClassName
{
color: #A164DE;
}
.AnyTagClassName
{
color: #A164DE;
}
</style>
background-color css
<style>
a { background-color: #A164DE; }
a { background-color: rgb(161,100,222); }
div.DivClassName
{
background-color: #A164DE;
}
.BgClassName
{
background-color: #A164DE;
}
</style>
border-color css
<style>
span { border-color: #A164DE; }
span { border-color: rgb(161,100,222); }
td.TdClassName
{
border-color: #A164DE;
}
.TagClassName
{
border-color: #A164DE;
}
</style>