#A46BBE

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

Shades of Amethyst #A46BBE

Tints of Amethyst #A46BBE

Color information

#A46BBE (or 0xA46BBE) is unknown color: approx Amethyst. HEX triplet: A4, 6B and BE. RGB value is (164,107,190). Sum of RGB (Red+Green+Blue) = 164+107+190=461 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.57% from 461); Green value is 107 (42.19% from 255 or 23.21% from 461); Blue value is 190 (74.61% from 255 or 41.21% from 461); Max value from RGB is 190 - color contains mainly: blue. Hex color #A46BBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46BBE is #5B9441. Grayscale: #858585. Windows color (decimal): -6001730 or 12479396. OLE color: 12479396.

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

Color convert

RGB164107190-
CMYK0.140.4400.25
HSL281.2º38.97%58.24%-
HSV(B)281.2º43.68%74.51%-
XYZ29.8622.1351.41-
YUV133.5159.88149.75-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.57%
GREEN value IS 107 (42.19% from 255) = 23.21%
BLUE value IS 190 (74.61% from 255) = 41.21%
R=35.57%
G=23.21%
B=41.21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641071900.140.4400.25281.238.9758.24
HexA46BBEE2C019119273a
Octal24415327616540314314772
Binary101001001101011101111101110101100011001100011001100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46BBE; }

 p { color: rgb(164,107,190); }

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

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

 a { background-color: rgb(164,107,190); }

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

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

 span { border-color: rgb(164,107,190); }

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