#A46ED5

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

Shades of Amethyst #A46ED5

Tints of Amethyst #A46ED5

Color information

#A46ED5 (or 0xA46ED5) is unknown color: approx Amethyst. HEX triplet: A4, 6E and D5. RGB value is (164,110,213). Sum of RGB (Red+Green+Blue) = 164+110+213=487 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.68% from 487); Green value is 110 (43.36% from 255 or 22.59% from 487); Blue value is 213 (83.59% from 255 or 43.74% from 487); Max value from RGB is 213 - color contains mainly: blue. Hex color #A46ED5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46ED5 is #5B912A. Grayscale: #898989. Windows color (decimal): -6000939 or 13987492. OLE color: 13987492.

HSL color Cylindrical-coordinate representation of color #A46ED5: hue angle of 271.46º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A46ED5 is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB164110213-
CMYK0.230.4800.16
HSL271.46º55.08%63.33%-
HSV(B)271.46º48.36%83.53%-
XYZ32.923.8565.82-
YUV137.89170.39146.62-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.68%
GREEN value IS 110 (43.36% from 255) = 22.59%
BLUE value IS 213 (83.59% from 255) = 43.74%
R=33.68%
G=22.59%
B=43.74%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1641102130.230.4800.16271.4655.0863.33
HexA46ED5173001010f373f
Octal24415632527600204176777
Binary1010010011011101101010110111110000010000100001111110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46ED5; }

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

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

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

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

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

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

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

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