Shades of Amethyst #A164CA
Tints of Amethyst #A164CA
RGB
CMYK
RGB Variations
Color information
#A164CA (or 0xA164CA) is known color: Amethyst. HEX triplet: A1, 64 and CA. RGB value is (161,100,202). Sum of RGB (Red+Green+Blue) = 161+100+202=463 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.77% from 463); Green value is 100 (39.45% from 255 or 21.60% from 463); Blue value is 202 (79.30% from 255 or 43.63% from 463); Max value from RGB is 202 - color contains mainly: blue. Hex color #A164CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A164CA is #5E9B35. Grayscale: #818181. Windows color (decimal): -6200118 or 13264033. OLE color: 13264033.
HSL color Cylindrical-coordinate representation of color #A164CA: hue angle of 275.88º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A164CA is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 100 | 202 | - |
| CMYK | 0.20 | 0.50 | 0 | 0.21 |
| HSL | 275.88º | 0.49% | 0.59% | - |
| HSV(B) | 275.88º | 0.5% | 0.79% | - |
| XYZ | 29.92 | 20.96 | 58.35 | - |
| YUV | 129.87 | 168.71 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 100 | 202 | 0.20 | 0.50 | 0 | 0.21 | 275.88 | 0.49 | 0.59 |
| Hex | A1 | 64 | CA | 14 | 32 | 0 | 15 | 114 | 31 | 3B |
| Octal | 241 | 144 | 312 | 24 | 62 | 0 | 25 | 424 | 61 | 73 |
| Binary | 10100001 | 1100100 | 11001010 | 10100 | 110010 | 0 | 10101 | 100010100 | 110001 | 111011 |
Color Harmonies of #A164CA
Complementary color
Monochromatic Colors of #A164CA
Black with #A164CA
Text Example
Text Example
White with #A164CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A164CA; }
p { color: rgb(161,100,202); }
H1.HeaderClassName
{
color: #A164CA;
}
.AnyTagClassName
{
color: #A164CA;
}
</style>
background-color css
<style>
a { background-color: #A164CA; }
a { background-color: rgb(161,100,202); }
div.DivClassName
{
background-color: #A164CA;
}
.BgClassName
{
background-color: #A164CA;
}
</style>
border-color css
<style>
span { border-color: #A164CA; }
span { border-color: rgb(161,100,202); }
td.TdClassName
{
border-color: #A164CA;
}
.TagClassName
{
border-color: #A164CA;
}
</style>