#A16BC1

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

Shades of Amethyst #A16BC1

Tints of Amethyst #A16BC1

Color information

#A16BC1 (or 0xA16BC1) is unknown color: approx Amethyst. HEX triplet: A1, 6B and C1. RGB value is (161,107,193). Sum of RGB (Red+Green+Blue) = 161+107+193=461 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.92% from 461); Green value is 107 (42.19% from 255 or 23.21% from 461); Blue value is 193 (75.78% from 255 or 41.87% from 461); Max value from RGB is 193 - color contains mainly: blue. Hex color #A16BC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16BC1 is #5E943E. Grayscale: #848484. Windows color (decimal): -6198335 or 12676001. OLE color: 12676001.

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

Color convert

RGB161107193-
CMYK0.170.4500.24
HSL277.67º40.95%58.82%-
HSV(B)277.67º44.56%75.69%-
XYZ29.5821.9453.13-
YUV132.95161.89148.01-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.92%
GREEN value IS 107 (42.19% from 255) = 23.21%
BLUE value IS 193 (75.78% from 255) = 41.87%
R=34.92%
G=23.21%
B=41.87%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1611071930.170.4500.24277.6740.9558.82
HexA16BC1112D018116293b
Octal24115330121550304265173
Binary1010000111010111100000110001101101011000100010110101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16BC1; }

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

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

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

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

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

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

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

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