#A166C1

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

Shades of Amethyst #A166C1

Tints of Amethyst #A166C1

Color information

#A166C1 (or 0xA166C1) is unknown color: approx Amethyst. HEX triplet: A1, 66 and C1. RGB value is (161,102,193). Sum of RGB (Red+Green+Blue) = 161+102+193=456 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.31% from 456); Green value is 102 (40.23% from 255 or 22.37% from 456); Blue value is 193 (75.78% from 255 or 42.32% from 456); Max value from RGB is 193 - color contains mainly: blue. Hex color #A166C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A166C1 is #5E993E. Grayscale: #818181. Windows color (decimal): -6199615 or 12674721. OLE color: 12674721.

HSL color Cylindrical-coordinate representation of color #A166C1: hue angle of 278.9º degrees, saturation: 0.42, 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 #A166C1 is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB161102193-
CMYK0.170.4700.24
HSL278.9º42.33%57.84%-
HSV(B)278.9º47.15%75.69%-
XYZ29.0720.9352.96-
YUV130.01163.55150.1-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.31%
GREEN value IS 102 (40.23% from 255) = 22.37%
BLUE value IS 193 (75.78% from 255) = 42.32%
R=35.31%
G=22.37%
B=42.32%

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
Decimal1611021930.170.4700.24278.942.3357.84
HexA166C1112F0181172a3a
Octal24114630121570304275272
Binary1010000111001101100000110001101111011000100010111101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A166C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A166C1; }

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

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

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

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

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

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

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

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