#A164C3

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

Shades of Amethyst #A164C3

Tints of Amethyst #A164C3

Color information

#A164C3 (or 0xA164C3) is unknown color: approx Amethyst. HEX triplet: A1, 64 and C3. RGB value is (161,100,195). Sum of RGB (Red+Green+Blue) = 161+100+195=456 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.31% from 456); Green value is 100 (39.45% from 255 or 21.93% from 456); Blue value is 195 (76.56% from 255 or 42.76% from 456); Max value from RGB is 195 - color contains mainly: blue. Hex color #A164C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A164C3 is #5E9B3C. Grayscale: #808080. Windows color (decimal): -6200125 or 12805281. OLE color: 12805281.

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

Color convert

RGB161100195-
CMYK0.170.4900.24
HSL278.53º44.19%57.84%-
HSV(B)278.53º48.72%76.47%-
XYZ29.1120.6354.08-
YUV129.07165.21150.78-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.31%
GREEN value IS 100 (39.45% from 255) = 21.93%
BLUE value IS 195 (76.56% from 255) = 42.76%
R=35.31%
G=21.93%
B=42.76%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1611001950.170.4900.24278.5344.1957.84
HexA164C311310181172c3a
Octal24114430321610304275472
Binary1010000111001001100001110001110001011000100010111101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A164C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A164C3; }

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

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

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

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

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

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

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

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