#A46ECE

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

Shades of Amethyst #A46ECE

Tints of Amethyst #A46ECE

Color information

#A46ECE (or 0xA46ECE) is unknown color: approx Amethyst. HEX triplet: A4, 6E and CE. RGB value is (164,110,206). Sum of RGB (Red+Green+Blue) = 164+110+206=480 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.17% from 480); Green value is 110 (43.36% from 255 or 22.92% from 480); Blue value is 206 (80.86% from 255 or 42.92% from 480); Max value from RGB is 206 - color contains mainly: blue. Hex color #A46ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46ECE is #5B9131. Grayscale: #888888. Windows color (decimal): -6000946 or 13528740. OLE color: 13528740.

HSL color Cylindrical-coordinate representation of color #A46ECE: hue angle of 273.75º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A46ECE is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB164110206-
CMYK0.200.4700.19
HSL273.75º49.48%61.96%-
HSV(B)273.75º46.6%80.78%-
XYZ32.0323.561.24-
YUV137.09166.89147.19-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.17%
GREEN value IS 110 (43.36% from 255) = 22.92%
BLUE value IS 206 (80.86% from 255) = 42.92%
R=34.17%
G=22.92%
B=42.92%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1641102060.200.4700.19273.7549.4861.96
HexA46ECE142F013112313e
Octal24415631624570234226176
Binary1010010011011101100111010100101111010011100010010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46ECE; }

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

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

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

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

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

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

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

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