#A16ABF

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

Shades of Amethyst #A16ABF

Tints of Amethyst #A16ABF

Color information

#A16ABF (or 0xA16ABF) is unknown color: approx Amethyst. HEX triplet: A1, 6A and BF. RGB value is (161,106,191). Sum of RGB (Red+Green+Blue) = 161+106+191=458 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.15% from 458); Green value is 106 (41.80% from 255 or 23.14% from 458); Blue value is 191 (75% from 255 or 41.70% from 458); Max value from RGB is 191 - color contains mainly: blue. Hex color #A16ABF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16ABF is #5E9540. Grayscale: #838383. Windows color (decimal): -6198593 or 12544673. OLE color: 12544673.

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

Color convert

RGB161106191-
CMYK0.160.4500.25
HSL278.82º39.91%58.24%-
HSV(B)278.82º44.5%74.9%-
XYZ29.2621.6551.93-
YUV132.14161.22148.59-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.15%
GREEN value IS 106 (41.80% from 255) = 23.14%
BLUE value IS 191 (75% from 255) = 41.70%
R=35.15%
G=23.14%
B=41.70%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1611061910.160.4500.25278.8239.9158.24
HexA16ABF102D019117283a
Octal24115227720550314275072
Binary1010000111010101011111110000101101011001100010111101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16ABF; }

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

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

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

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

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

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

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

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