#A164CF

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

Shades of Amethyst #A164CF

Tints of Amethyst #A164CF

Color information

#A164CF (or 0xA164CF) is unknown color: approx Amethyst. HEX triplet: A1, 64 and CF. RGB value is (161,100,207). Sum of RGB (Red+Green+Blue) = 161+100+207=468 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.40% from 468); Green value is 100 (39.45% from 255 or 21.37% from 468); Blue value is 207 (81.25% from 255 or 44.23% from 468); Max value from RGB is 207 - color contains mainly: blue. Hex color #A164CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A164CF is #5E9B30. Grayscale: #828282. Windows color (decimal): -6200113 or 13591713. OLE color: 13591713.

HSL color Cylindrical-coordinate representation of color #A164CF: hue angle of 274.21º degrees, saturation: 0.53, 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 #A164CF is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB161100207-
CMYK0.220.5200.19
HSL274.21º52.71%60.2%-
HSV(B)274.21º51.69%81.18%-
XYZ30.5221.261.51-
YUV130.44171.21149.8-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.40%
GREEN value IS 100 (39.45% from 255) = 21.37%
BLUE value IS 207 (81.25% from 255) = 44.23%
R=34.40%
G=21.37%
B=44.23%

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
Decimal1611002070.220.5200.19274.2152.7160.2
HexA164CF1634013112353c
Octal24114431726640234226574
Binary1010000111001001100111110110110100010011100010010110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A164CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A164CF; }

 p { color: rgb(161,100,207); }

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

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

 a { background-color: rgb(161,100,207); }

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

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

 span { border-color: rgb(161,100,207); }

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