#A163CE

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

Shades of Amethyst #A163CE

Tints of Amethyst #A163CE

Color information

#A163CE (or 0xA163CE) is unknown color: approx Amethyst. HEX triplet: A1, 63 and CE. RGB value is (161,99,206). Sum of RGB (Red+Green+Blue) = 161+99+206=466 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.55% from 466); Green value is 99 (39.06% from 255 or 21.24% from 466); Blue value is 206 (80.86% from 255 or 44.21% from 466); Max value from RGB is 206 - color contains mainly: blue. Hex color #A163CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A163CE is #5E9C31. Grayscale: #818181. Windows color (decimal): -6200370 or 13525921. OLE color: 13525921.

HSL color Cylindrical-coordinate representation of color #A163CE: hue angle of 274.77º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A163CE is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB16199206-
CMYK0.220.5200.19
HSL274.77º52.2%59.8%-
HSV(B)274.77º51.94%80.78%-
XYZ30.320.9660.84-
YUV129.74171.04150.3-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.55%
GREEN value IS 99 (39.06% from 255) = 21.24%
BLUE value IS 206 (80.86% from 255) = 44.21%
R=34.55%
G=21.24%
B=44.21%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal161992060.220.5200.19274.7752.259.8
HexA163CE1634013113343c
Octal24114331626640234236474
Binary1010000111000111100111010110110100010011100010011110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A163CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A163CE; }

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

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

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

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

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

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

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

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