#A46FD9

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

Shades of Amethyst #A46FD9

Tints of Amethyst #A46FD9

Color information

#A46FD9 (or 0xA46FD9) is unknown color: approx Amethyst. HEX triplet: A4, 6F and D9. RGB value is (164,111,217). Sum of RGB (Red+Green+Blue) = 164+111+217=492 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.33% from 492); Green value is 111 (43.75% from 255 or 22.56% from 492); Blue value is 217 (85.16% from 255 or 44.11% from 492); Max value from RGB is 217 - color contains mainly: blue. Hex color #A46FD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46FD9 is #5B9026. Grayscale: #8A8A8A. Windows color (decimal): -6000679 or 14249892. OLE color: 14249892.

HSL color Cylindrical-coordinate representation of color #A46FD9: hue angle of 270º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A46FD9 is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB164111217-
CMYK0.240.4900.15
HSL270º58.24%64.31%-
HSV(B)270º48.85%85.1%-
XYZ33.5224.2768.56-
YUV138.93172.06145.88-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.33%
GREEN value IS 111 (43.75% from 255) = 22.56%
BLUE value IS 217 (85.16% from 255) = 44.11%
R=33.33%
G=22.56%
B=44.11%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1641112170.240.4900.1527058.2464.31
HexA46FD918310F10e3a40
Octal244157331306101741672100
Binary1010010011011111101100111000110001011111000011101110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46FD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46FD9; }

 p { color: rgb(164,111,217); }

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

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

 a { background-color: rgb(164,111,217); }

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

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

 span { border-color: rgb(164,111,217); }

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