#A16DBF

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

Shades of Amethyst #A16DBF

Tints of Amethyst #A16DBF

Color information

#A16DBF (or 0xA16DBF) is unknown color: approx Amethyst. HEX triplet: A1, 6D and BF. RGB value is (161,109,191). Sum of RGB (Red+Green+Blue) = 161+109+191=461 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.92% from 461); Green value is 109 (42.97% from 255 or 23.64% from 461); Blue value is 191 (75% from 255 or 41.43% from 461); Max value from RGB is 191 - color contains mainly: blue. Hex color #A16DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16DBF is #5E9240. Grayscale: #858585. Windows color (decimal): -6197825 or 12545441. OLE color: 12545441.

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

Color convert

RGB161109191-
CMYK0.160.4300.25
HSL278.05º39.05%58.82%-
HSV(B)278.05º42.93%74.9%-
XYZ29.5722.2852.03-
YUV133.9160.23147.33-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.92%
GREEN value IS 109 (42.97% from 255) = 23.64%
BLUE value IS 191 (75% from 255) = 41.43%
R=34.92%
G=23.64%
B=41.43%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1611091910.160.4300.25278.0539.0558.82
HexA16DBF102B019116273b
Octal24115527720530314264773
Binary1010000111011011011111110000101011011001100010110100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16DBF; }

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

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

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

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

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

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

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

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