#A16FD6

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

Shades of Amethyst #A16FD6

Tints of Amethyst #A16FD6

Color information

#A16FD6 (or 0xA16FD6) is unknown color: approx Amethyst. HEX triplet: A1, 6F and D6. RGB value is (161,111,214). Sum of RGB (Red+Green+Blue) = 161+111+214=486 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.13% from 486); Green value is 111 (43.75% from 255 or 22.84% from 486); Blue value is 214 (83.98% from 255 or 44.03% from 486); Max value from RGB is 214 - color contains mainly: blue. Hex color #A16FD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16FD6 is #5E9029. Grayscale: #898989. Windows color (decimal): -6197290 or 14053281. OLE color: 14053281.

HSL color Cylindrical-coordinate representation of color #A16FD6: hue angle of 269.13º 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 #A16FD6 is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB161111214-
CMYK0.250.4800.16
HSL269.13º55.68%63.73%-
HSV(B)269.13º48.13%83.92%-
XYZ32.5223.866.5-
YUV137.69171.06144.62-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.13%
GREEN value IS 111 (43.75% from 255) = 22.84%
BLUE value IS 214 (83.98% from 255) = 44.03%
R=33.13%
G=22.84%
B=44.03%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1611112140.250.4800.16269.1355.6863.73
HexA16FD6193001010d3840
Octal241157326316002041570100
Binary10100001110111111010110110011100000100001000011011110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16FD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16FD6; }

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

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

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

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

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

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

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

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