#A16DCA

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

Shades of Amethyst #A16DCA

Tints of Amethyst #A16DCA

Color information

#A16DCA (or 0xA16DCA) is unknown color: approx Amethyst. HEX triplet: A1, 6D and CA. RGB value is (161,109,202). Sum of RGB (Red+Green+Blue) = 161+109+202=472 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.11% from 472); Green value is 109 (42.97% from 255 or 23.09% from 472); Blue value is 202 (79.30% from 255 or 42.80% from 472); Max value from RGB is 202 - color contains mainly: blue. Hex color #A16DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16DCA is #5E9235. Grayscale: #868686. Windows color (decimal): -6197814 or 13266337. OLE color: 13266337.

HSL color Cylindrical-coordinate representation of color #A16DCA: hue angle of 273.55º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A16DCA is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB161109202-
CMYK0.200.4600.21
HSL273.55º46.73%60.98%-
HSV(B)273.55º46.04%79.22%-
XYZ30.8322.7858.65-
YUV135.15165.73146.44-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.11%
GREEN value IS 109 (42.97% from 255) = 23.09%
BLUE value IS 202 (79.30% from 255) = 42.80%
R=34.11%
G=23.09%
B=42.80%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1611092020.200.4600.21273.5546.7360.98
HexA16DCA142E0151122f3d
Octal24115531224560254225775
Binary1010000111011011100101010100101110010101100010010101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16DCA; }

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

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

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

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

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

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

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

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