#A168C1

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

Shades of Amethyst #A168C1

Tints of Amethyst #A168C1

Color information

#A168C1 (or 0xA168C1) is unknown color: approx Amethyst. HEX triplet: A1, 68 and C1. RGB value is (161,104,193). Sum of RGB (Red+Green+Blue) = 161+104+193=458 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.15% from 458); Green value is 104 (41.02% from 255 or 22.71% from 458); Blue value is 193 (75.78% from 255 or 42.14% from 458); Max value from RGB is 193 - color contains mainly: blue. Hex color #A168C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A168C1 is #5E973E. Grayscale: #828282. Windows color (decimal): -6199103 or 12675233. OLE color: 12675233.

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

Color convert

RGB161104193-
CMYK0.170.4600.24
HSL278.43º41.78%58.24%-
HSV(B)278.43º46.11%75.69%-
XYZ29.2721.3353.03-
YUV131.19162.88149.26-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.15%
GREEN value IS 104 (41.02% from 255) = 22.71%
BLUE value IS 193 (75.78% from 255) = 42.14%
R=35.15%
G=22.71%
B=42.14%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1611041930.170.4600.24278.4341.7858.24
HexA168C1112E0181162a3a
Octal24115030121560304265272
Binary1010000111010001100000110001101110011000100010110101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A168C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A168C1; }

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

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

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

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

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

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

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

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