#A164DF

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

Shades of Amethyst #A164DF

Tints of Amethyst #A164DF

Color information

#A164DF (or 0xA164DF) is unknown color: approx Amethyst. HEX triplet: A1, 64 and DF. RGB value is (161,100,223). Sum of RGB (Red+Green+Blue) = 161+100+223=484 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.26% from 484); Green value is 100 (39.45% from 255 or 20.66% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 223 - color contains mainly: blue. Hex color #A164DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A164DF is #5E9B20. Grayscale: #838383. Windows color (decimal): -6200097 or 14640289. OLE color: 14640289.

HSL color Cylindrical-coordinate representation of color #A164DF: hue angle of 269.76º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A164DF is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB161100223-
CMYK0.280.5500.13
HSL269.76º65.78%63.33%-
HSV(B)269.76º55.16%87.45%-
XYZ32.5722.0272.35-
YUV132.26179.21148.5-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.26%
GREEN value IS 100 (39.45% from 255) = 20.66%
BLUE value IS 223 (87.5% from 255) = 46.07%
R=33.26%
G=20.66%
B=46.07%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1611002230.280.5500.13269.7665.7863.33
HexA164DF1C370D10e423f
Octal241144337346701541610277
Binary1010000111001001101111111100110111011011000011101000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A164DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A164DF; }

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

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

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

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

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

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

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

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