#A164C4

Color #A164C4 Amethyst (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst #A164C4

Tints of Amethyst #A164C4

Color information

#A164C4 (or 0xA164C4) is unknown color: approx Amethyst. HEX triplet: A1, 64 and C4. RGB value is (161,100,196). Sum of RGB (Red+Green+Blue) = 161+100+196=457 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.23% from 457); Green value is 100 (39.45% from 255 or 21.88% from 457); Blue value is 196 (76.95% from 255 or 42.89% from 457); Max value from RGB is 196 - color contains mainly: blue. Hex color #A164C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A164C4 is #5E9B3B. Grayscale: #808080. Windows color (decimal): -6200124 or 12870817. OLE color: 12870817.

HSL color Cylindrical-coordinate representation of color #A164C4: hue angle of 278.12º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A164C4 is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB161100196-
CMYK0.180.4900.23
HSL278.12º44.86%58.04%-
HSV(B)278.12º48.98%76.86%-
XYZ29.2220.6854.68-
YUV129.18165.71150.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 161 (63.28% from 255) = 35.23%
GREEN value IS 100 (39.45% from 255) = 21.88%
BLUE value IS 196 (76.95% from 255) = 42.89%
R=35.23%
G=21.88%
B=42.89%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1611001960.180.4900.23278.1244.8658.04
HexA164C412310171162d3a
Octal24114430422610274265572
Binary1010000111001001100010010010110001010111100010110101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A164C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A164C4; }

 p { color: rgb(161,100,196); }

 H1.HeaderClassName
 {
   color: #A164C4;
 }
 .AnyTagClassName
 {
   color: #A164C4;
 }
</style>
background-color css

<style>
 a { background-color: #A164C4; }

 a { background-color: rgb(161,100,196); }

 div.DivClassName
 {
   background-color: #A164C4;
 }
 .BgClassName
 {
   background-color: #A164C4;
 }
</style>
border-color css

<style>
 span { border-color: #A164C4; }

 span { border-color: rgb(161,100,196); }

 td.TdClassName
 {
   border-color: #A164C4;
 }
 .TagClassName
 {
   border-color: #A164C4;
 }
</style>