#A16EBF

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

Shades of Amethyst #A16EBF

Tints of Amethyst #A16EBF

Color information

#A16EBF (or 0xA16EBF) is unknown color: approx Amethyst. HEX triplet: A1, 6E and BF. RGB value is (161,110,191). Sum of RGB (Red+Green+Blue) = 161+110+191=462 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.85% from 462); Green value is 110 (43.36% from 255 or 23.81% from 462); Blue value is 191 (75% from 255 or 41.34% from 462); Max value from RGB is 191 - color contains mainly: blue. Hex color #A16EBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16EBF is #5E9140. Grayscale: #868686. Windows color (decimal): -6197569 or 12545697. OLE color: 12545697.

HSL color Cylindrical-coordinate representation of color #A16EBF: hue angle of 277.78º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A16EBF is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB161110191-
CMYK0.160.4200.25
HSL277.78º38.76%59.02%-
HSV(B)277.78º42.41%74.9%-
XYZ29.6822.4952.07-
YUV134.48159.9146.91-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.85%
GREEN value IS 110 (43.36% from 255) = 23.81%
BLUE value IS 191 (75% from 255) = 41.34%
R=34.85%
G=23.81%
B=41.34%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1611101910.160.4200.25277.7838.7659.02
HexA16EBF102A019116273b
Octal24115627720520314264773
Binary1010000111011101011111110000101010011001100010110100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16EBF; }

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

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

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

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

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

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

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

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