#A164C2

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

Shades of Amethyst #A164C2

Tints of Amethyst #A164C2

Color information

#A164C2 (or 0xA164C2) is unknown color: approx Amethyst. HEX triplet: A1, 64 and C2. RGB value is (161,100,194). Sum of RGB (Red+Green+Blue) = 161+100+194=455 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.38% from 455); Green value is 100 (39.45% from 255 or 21.98% from 455); Blue value is 194 (76.17% from 255 or 42.64% from 455); Max value from RGB is 194 - color contains mainly: blue. Hex color #A164C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A164C2 is #5E9B3D. Grayscale: #808080. Windows color (decimal): -6200126 or 12739745. OLE color: 12739745.

HSL color Cylindrical-coordinate representation of color #A164C2: hue angle of 278.94º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A164C2 is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB161100194-
CMYK0.170.4800.24
HSL278.94º43.52%57.65%-
HSV(B)278.94º48.45%76.08%-
XYZ28.9920.5953.48-
YUV128.95164.71150.86-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.38%
GREEN value IS 100 (39.45% from 255) = 21.98%
BLUE value IS 194 (76.17% from 255) = 42.64%
R=35.38%
G=21.98%
B=42.64%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1611001940.170.4800.24278.9443.5257.65
HexA164C211300181172c3a
Octal24114430221600304275472
Binary1010000111001001100001010001110000011000100010111101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A164C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A164C2; }

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

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

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

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

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

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

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

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