#A166C2

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

Shades of Amethyst #A166C2

Tints of Amethyst #A166C2

Color information

#A166C2 (or 0xA166C2) is unknown color: approx Amethyst. HEX triplet: A1, 66 and C2. RGB value is (161,102,194). Sum of RGB (Red+Green+Blue) = 161+102+194=457 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.23% from 457); Green value is 102 (40.23% from 255 or 22.32% from 457); Blue value is 194 (76.17% from 255 or 42.45% from 457); Max value from RGB is 194 - color contains mainly: blue. Hex color #A166C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A166C2 is #5E993D. Grayscale: #818181. Windows color (decimal): -6199614 or 12740257. OLE color: 12740257.

HSL color Cylindrical-coordinate representation of color #A166C2: hue angle of 278.48º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A166C2 is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB161102194-
CMYK0.170.4700.24
HSL278.48º42.99%58.04%-
HSV(B)278.48º47.42%76.08%-
XYZ29.1920.9753.55-
YUV130.13164.05150.02-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.23%
GREEN value IS 102 (40.23% from 255) = 22.32%
BLUE value IS 194 (76.17% from 255) = 42.45%
R=35.23%
G=22.32%
B=42.45%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1611021940.170.4700.24278.4842.9958.04
HexA166C2112F0181162b3a
Octal24114630221570304265372
Binary1010000111001101100001010001101111011000100010110101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A166C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A166C2; }

 p { color: rgb(161,102,194); }

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

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

 a { background-color: rgb(161,102,194); }

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

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

 span { border-color: rgb(161,102,194); }

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