#A46ECF

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

Shades of Amethyst #A46ECF

Tints of Amethyst #A46ECF

Color information

#A46ECF (or 0xA46ECF) is unknown color: approx Amethyst. HEX triplet: A4, 6E and CF. RGB value is (164,110,207). Sum of RGB (Red+Green+Blue) = 164+110+207=481 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.10% from 481); Green value is 110 (43.36% from 255 or 22.87% from 481); Blue value is 207 (81.25% from 255 or 43.04% from 481); Max value from RGB is 207 - color contains mainly: blue. Hex color #A46ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46ECF is #5B9130. Grayscale: #888888. Windows color (decimal): -6000945 or 13594276. OLE color: 13594276.

HSL color Cylindrical-coordinate representation of color #A46ECF: hue angle of 273.4º degrees, saturation: 0.5, 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 #A46ECF is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB164110207-
CMYK0.210.4700.19
HSL273.4º50.26%62.16%-
HSV(B)273.4º46.86%81.18%-
XYZ32.1523.5561.88-
YUV137.2167.39147.11-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.10%
GREEN value IS 110 (43.36% from 255) = 22.87%
BLUE value IS 207 (81.25% from 255) = 43.04%
R=34.10%
G=22.87%
B=43.04%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1641102070.210.4700.19273.450.2662.16
HexA46ECF152F013111323e
Octal24415631725570234216276
Binary1010010011011101100111110101101111010011100010001110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46ECF; }

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

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

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

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

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

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

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

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