#A16ECC

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

Shades of Amethyst #A16ECC

Tints of Amethyst #A16ECC

Color information

#A16ECC (or 0xA16ECC) is unknown color: approx Amethyst. HEX triplet: A1, 6E and CC. RGB value is (161,110,204). Sum of RGB (Red+Green+Blue) = 161+110+204=475 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.89% from 475); Green value is 110 (43.36% from 255 or 23.16% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 204 - color contains mainly: blue. Hex color #A16ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16ECC is #5E9133. Grayscale: #878787. Windows color (decimal): -6197556 or 13397665. OLE color: 13397665.

HSL color Cylindrical-coordinate representation of color #A16ECC: hue angle of 272.55º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A16ECC is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB161110204-
CMYK0.210.4600.2
HSL272.55º47.96%61.57%-
HSV(B)272.55º46.08%80%-
XYZ31.1723.0959.94-
YUV135.96166.4145.86-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.89%
GREEN value IS 110 (43.36% from 255) = 23.16%
BLUE value IS 204 (80.08% from 255) = 42.95%
R=33.89%
G=23.16%
B=42.95%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1611102040.210.4600.2272.5547.9661.57
HexA16ECC152E014111303e
Octal24115631425560244216076
Binary1010000111011101100110010101101110010100100010001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16ECC; }

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

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

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

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

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

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

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

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