#A16ECE

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

Shades of Amethyst #A16ECE

Tints of Amethyst #A16ECE

Color information

#A16ECE (or 0xA16ECE) is unknown color: approx Amethyst. HEX triplet: A1, 6E and CE. RGB value is (161,110,206). Sum of RGB (Red+Green+Blue) = 161+110+206=477 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.75% from 477); Green value is 110 (43.36% from 255 or 23.06% from 477); Blue value is 206 (80.86% from 255 or 43.19% from 477); Max value from RGB is 206 - color contains mainly: blue. Hex color #A16ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16ECE is #5E9131. Grayscale: #878787. Windows color (decimal): -6197554 or 13528737. OLE color: 13528737.

HSL color Cylindrical-coordinate representation of color #A16ECE: hue angle of 271.88º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A16ECE is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB161110206-
CMYK0.220.4700.19
HSL271.88º49.48%61.96%-
HSV(B)271.88º46.6%80.78%-
XYZ31.4123.1961.21-
YUV136.19167.4145.69-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.75%
GREEN value IS 110 (43.36% from 255) = 23.06%
BLUE value IS 206 (80.86% from 255) = 43.19%
R=33.75%
G=23.06%
B=43.19%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1611102060.220.4700.19271.8849.4861.96
HexA16ECE162F013110313e
Octal24115631626570234206176
Binary1010000111011101100111010110101111010011100010000110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16ECE; }

 p { color: rgb(161,110,206); }

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

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

 a { background-color: rgb(161,110,206); }

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

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

 span { border-color: rgb(161,110,206); }

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