#A46EBF

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

Shades of Amethyst #A46EBF

Tints of Amethyst #A46EBF

Color information

#A46EBF (or 0xA46EBF) is unknown color: approx Amethyst. HEX triplet: A4, 6E and BF. RGB value is (164,110,191). Sum of RGB (Red+Green+Blue) = 164+110+191=465 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.27% from 465); Green value is 110 (43.36% from 255 or 23.66% from 465); Blue value is 191 (75% from 255 or 41.08% from 465); Max value from RGB is 191 - color contains mainly: blue. Hex color #A46EBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46EBF is #5B9140. Grayscale: #878787. Windows color (decimal): -6000961 or 12545700. OLE color: 12545700.

HSL color Cylindrical-coordinate representation of color #A46EBF: hue angle of 280º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A46EBF is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB164110191-
CMYK0.140.4200.25
HSL280º38.76%59.02%-
HSV(B)280º42.41%74.9%-
XYZ30.2922.8152.1-
YUV135.38159.39148.41-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.27%
GREEN value IS 110 (43.36% from 255) = 23.66%
BLUE value IS 191 (75% from 255) = 41.08%
R=35.27%
G=23.66%
B=41.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641101910.140.4200.2528038.7659.02
HexA46EBFE2A019118273b
Octal24415627716520314304773
Binary101001001101110101111111110101010011001100011000100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46EBF; }

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

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

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

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

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

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

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

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