#A16BC2

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

Shades of Amethyst #A16BC2

Tints of Amethyst #A16BC2

Color information

#A16BC2 (or 0xA16BC2) is unknown color: approx Amethyst. HEX triplet: A1, 6B and C2. RGB value is (161,107,194). Sum of RGB (Red+Green+Blue) = 161+107+194=462 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.85% from 462); Green value is 107 (42.19% from 255 or 23.16% from 462); Blue value is 194 (76.17% from 255 or 41.99% from 462); Max value from RGB is 194 - color contains mainly: blue. Hex color #A16BC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16BC2 is #5E943D. Grayscale: #848484. Windows color (decimal): -6198334 or 12741537. OLE color: 12741537.

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

Color convert

RGB161107194-
CMYK0.170.4500.24
HSL277.24º41.63%59.02%-
HSV(B)277.24º44.85%76.08%-
XYZ29.6921.9953.72-
YUV133.06162.39147.93-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.85%
GREEN value IS 107 (42.19% from 255) = 23.16%
BLUE value IS 194 (76.17% from 255) = 41.99%
R=34.85%
G=23.16%
B=41.99%

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
Decimal1611071940.170.4500.24277.2441.6359.02
HexA16BC2112D0181152a3b
Octal24115330221550304255273
Binary1010000111010111100001010001101101011000100010101101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16BC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16BC2; }

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

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

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

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

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

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

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

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