#A46FD6

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

Shades of Amethyst #A46FD6

Tints of Amethyst #A46FD6

Color information

#A46FD6 (or 0xA46FD6) is unknown color: approx Amethyst. HEX triplet: A4, 6F and D6. RGB value is (164,111,214). Sum of RGB (Red+Green+Blue) = 164+111+214=489 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.54% from 489); Green value is 111 (43.75% from 255 or 22.70% from 489); Blue value is 214 (83.98% from 255 or 43.76% from 489); Max value from RGB is 214 - color contains mainly: blue. Hex color #A46FD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46FD6 is #5B9029. Grayscale: #8A8A8A. Windows color (decimal): -6000682 or 14053284. OLE color: 14053284.

HSL color Cylindrical-coordinate representation of color #A46FD6: hue angle of 270.87º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A46FD6 is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB164111214-
CMYK0.230.4800.16
HSL270.87º55.68%63.73%-
HSV(B)270.87º48.13%83.92%-
XYZ33.1324.1266.53-
YUV138.59170.56146.12-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.54%
GREEN value IS 111 (43.75% from 255) = 22.70%
BLUE value IS 214 (83.98% from 255) = 43.76%
R=33.54%
G=22.70%
B=43.76%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1641112140.230.4800.16270.8755.6863.73
HexA46FD6173001010f3840
Octal244157326276002041770100
Binary10100100110111111010110101111100000100001000011111110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46FD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46FD6; }

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

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

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

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

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

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

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

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