#A46ABF

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

Shades of Amethyst #A46ABF

Tints of Amethyst #A46ABF

Color information

#A46ABF (or 0xA46ABF) is unknown color: approx Amethyst. HEX triplet: A4, 6A and BF. RGB value is (164,106,191). Sum of RGB (Red+Green+Blue) = 164+106+191=461 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.57% from 461); Green value is 106 (41.80% from 255 or 22.99% from 461); Blue value is 191 (75% from 255 or 41.43% from 461); Max value from RGB is 191 - color contains mainly: blue. Hex color #A46ABF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46ABF is #5B9540. Grayscale: #848484. Windows color (decimal): -6001985 or 12544676. OLE color: 12544676.

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

Color convert

RGB164106191-
CMYK0.140.4500.25
HSL280.94º39.91%58.24%-
HSV(B)280.94º44.5%74.9%-
XYZ29.8721.9651.96-
YUV133.03160.72150.09-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.57%
GREEN value IS 106 (41.80% from 255) = 22.99%
BLUE value IS 191 (75% from 255) = 41.43%
R=35.57%
G=22.99%
B=41.43%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641061910.140.4500.25280.9439.9158.24
HexA46ABFE2D019119283a
Octal24415227716550314315072
Binary101001001101010101111111110101101011001100011001101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46ABF; }

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

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

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

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

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

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

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

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