#a16cc5

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

Shades of Amethyst #A16CC5

Tints of Amethyst #A16CC5

Color information

#A16CC5 (or 0xA16CC5) is unknown color: approx Amethyst. HEX triplet: A1, 6C and C5. RGB value is (161,108,197). Sum of RGB (Red+Green+Blue) = 161+108+197=466 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.55% from 466); Green value is 108 (42.58% from 255 or 23.18% from 466); Blue value is 197 (77.34% from 255 or 42.27% from 466); Max value from RGB is 197 - color contains mainly: blue. Hex color #A16CC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16CC5 is #5E933A. Grayscale: #858585. Windows color (decimal): -6198075 or 12938401. OLE color: 12938401.

HSL color Cylindrical-coordinate representation of color #A16CC5: hue angle of 275.73º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A16CC5 is Cyan = 0.18, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB161108197-
CMYK0.180.4500.23
HSL275.73º43.41%59.8%-
HSV(B)275.73º45.18%77.25%-
XYZ30.1422.3355.55-
YUV133.99163.56147.26-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.55%
GREEN value IS 108 (42.58% from 255) = 23.18%
BLUE value IS 197 (77.34% from 255) = 42.27%
R=34.55%
G=23.18%
B=42.27%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1611081970.180.4500.23275.7343.4159.8
HexA16CC5122D0171142b3c
Octal24115430522550274245374
Binary1010000111011001100010110010101101010111100010100101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a16cc5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a16cc5; }

 p { color: rgb(161,108,197); }

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

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

 a { background-color: rgb(161,108,197); }

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

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

 span { border-color: rgb(161,108,197); }

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