Shades of Amethyst #A164CC
Tints of Amethyst #A164CC
RGB
CMYK
RGB Variations
Color information
#A164CC (or 0xA164CC) is known color: Amethyst. HEX triplet: A1, 64 and CC. RGB value is (161,100,204). Sum of RGB (Red+Green+Blue) = 161+100+204=465 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.62% from 465); Green value is 100 (39.45% from 255 or 21.51% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 204 - color contains mainly: blue. Hex color #A164CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A164CC is #5E9B33. Grayscale: #818181. Windows color (decimal): -6200116 or 13395105. OLE color: 13395105.
HSL color Cylindrical-coordinate representation of color #A164CC: hue angle of 275.19º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A164CC is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 161 | 100 | 204 | - |
| CMYK | 0.21 | 0.51 | 0 | 0.2 |
| HSL | 275.19º | 0.5% | 0.6% | - |
| HSV(B) | 275.19º | 0.51% | 0.8% | - |
| XYZ | 30.15 | 21.05 | 59.6 | - |
| YUV | 130.1 | 169.71 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 100 | 204 | 0.21 | 0.51 | 0 | 0.2 | 275.19 | 0.5 | 0.6 |
| Hex | A1 | 64 | CC | 15 | 33 | 0 | 14 | 113 | 32 | 3C |
| Octal | 241 | 144 | 314 | 25 | 63 | 0 | 24 | 423 | 62 | 74 |
| Binary | 10100001 | 1100100 | 11001100 | 10101 | 110011 | 0 | 10100 | 100010011 | 110010 | 111100 |
Color Harmonies of #A164CC
Complementary color
Monochromatic Colors of #A164CC
Black with #A164CC
Text Example
Text Example
White with #A164CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A164CC; }
p { color: rgb(161,100,204); }
H1.HeaderClassName
{
color: #A164CC;
}
.AnyTagClassName
{
color: #A164CC;
}
</style>
background-color css
<style>
a { background-color: #A164CC; }
a { background-color: rgb(161,100,204); }
div.DivClassName
{
background-color: #A164CC;
}
.BgClassName
{
background-color: #A164CC;
}
</style>
border-color css
<style>
span { border-color: #A164CC; }
span { border-color: rgb(161,100,204); }
td.TdClassName
{
border-color: #A164CC;
}
.TagClassName
{
border-color: #A164CC;
}
</style>