#A46DC3

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

Shades of Amethyst #A46DC3

Tints of Amethyst #A46DC3

Color information

#A46DC3 (or 0xA46DC3) is unknown color: approx Amethyst. HEX triplet: A4, 6D and C3. RGB value is (164,109,195). Sum of RGB (Red+Green+Blue) = 164+109+195=468 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.04% from 468); Green value is 109 (42.97% from 255 or 23.29% from 468); Blue value is 195 (76.56% from 255 or 41.67% from 468); Max value from RGB is 195 - color contains mainly: blue. Hex color #A46DC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46DC3 is #5B923C. Grayscale: #868686. Windows color (decimal): -6001213 or 12807588. OLE color: 12807588.

HSL color Cylindrical-coordinate representation of color #A46DC3: hue angle of 278.37º degrees, saturation: 0.42, 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 #A46DC3 is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB164109195-
CMYK0.160.4400.24
HSL278.37º41.75%59.61%-
HSV(B)278.37º44.1%76.47%-
XYZ30.6322.7754.41-
YUV135.25161.72148.51-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.04%
GREEN value IS 109 (42.97% from 255) = 23.29%
BLUE value IS 195 (76.56% from 255) = 41.67%
R=35.04%
G=23.29%
B=41.67%

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
Decimal1641091950.160.4400.24278.3741.7559.61
HexA46DC3102C0181162a3c
Octal24415530320540304265274
Binary1010010011011011100001110000101100011000100010110101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46DC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46DC3; }

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

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

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

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

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

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

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

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