#A163C5

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

Shades of Amethyst #A163C5

Tints of Amethyst #A163C5

Color information

#A163C5 (or 0xA163C5) is unknown color: approx Amethyst. HEX triplet: A1, 63 and C5. RGB value is (161,99,197). Sum of RGB (Red+Green+Blue) = 161+99+197=457 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.23% from 457); Green value is 99 (39.06% from 255 or 21.66% from 457); Blue value is 197 (77.34% from 255 or 43.11% from 457); Max value from RGB is 197 - color contains mainly: blue. Hex color #A163C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A163C5 is #5E9C3A. Grayscale: #808080. Windows color (decimal): -6200379 or 12936097. OLE color: 12936097.

HSL color Cylindrical-coordinate representation of color #A163C5: hue angle of 277.96º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A163C5 is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB16199197-
CMYK0.180.5000.23
HSL277.96º45.79%58.04%-
HSV(B)277.96º49.75%77.25%-
XYZ29.2420.5355.25-
YUV128.71166.54151.03-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.23%
GREEN value IS 99 (39.06% from 255) = 21.66%
BLUE value IS 197 (77.34% from 255) = 43.11%
R=35.23%
G=21.66%
B=43.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal161991970.180.5000.23277.9645.7958.04
HexA163C512320171162e3a
Octal24114330522620274265672
Binary1010000111000111100010110010110010010111100010110101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A163C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A163C5; }

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

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

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

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

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

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

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

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