#A46EC3

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

Shades of Amethyst #A46EC3

Tints of Amethyst #A46EC3

Color information

#A46EC3 (or 0xA46EC3) is unknown color: approx Amethyst. HEX triplet: A4, 6E and C3. RGB value is (164,110,195). Sum of RGB (Red+Green+Blue) = 164+110+195=469 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.97% from 469); Green value is 110 (43.36% from 255 or 23.45% from 469); Blue value is 195 (76.56% from 255 or 41.58% from 469); Max value from RGB is 195 - color contains mainly: blue. Hex color #A46EC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46EC3 is #5B913C. Grayscale: #878787. Windows color (decimal): -6000957 or 12807844. OLE color: 12807844.

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

Color convert

RGB164110195-
CMYK0.160.4400.24
HSL278.12º41.46%59.8%-
HSV(B)278.12º43.59%76.47%-
XYZ30.7422.9854.45-
YUV135.84161.39148.09-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.97%
GREEN value IS 110 (43.36% from 255) = 23.45%
BLUE value IS 195 (76.56% from 255) = 41.58%
R=34.97%
G=23.45%
B=41.58%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1641101950.160.4400.24278.1241.4659.8
HexA46EC3102C018116293c
Octal24415630320540304265174
Binary1010010011011101100001110000101100011000100010110101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46EC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46EC3; }

 p { color: rgb(164,110,195); }

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

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

 a { background-color: rgb(164,110,195); }

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

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

 span { border-color: rgb(164,110,195); }

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