#A164D6

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

Shades of Amethyst #A164D6

Tints of Amethyst #A164D6

Color information

#A164D6 (or 0xA164D6) is unknown color: approx Amethyst. HEX triplet: A1, 64 and D6. RGB value is (161,100,214). Sum of RGB (Red+Green+Blue) = 161+100+214=475 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.89% from 475); Green value is 100 (39.45% from 255 or 21.05% from 475); Blue value is 214 (83.98% from 255 or 45.05% from 475); Max value from RGB is 214 - color contains mainly: blue. Hex color #A164D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A164D6 is #5E9B29. Grayscale: #828282. Windows color (decimal): -6200106 or 14050465. OLE color: 14050465.

HSL color Cylindrical-coordinate representation of color #A164D6: hue angle of 272.11º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A164D6 is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB161100214-
CMYK0.250.5300.16
HSL272.11º58.16%61.57%-
HSV(B)272.11º53.27%83.92%-
XYZ31.3921.5566.12-
YUV131.24174.71149.23-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.89%
GREEN value IS 100 (39.45% from 255) = 21.05%
BLUE value IS 214 (83.98% from 255) = 45.05%
R=33.89%
G=21.05%
B=45.05%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1611002140.250.5300.16272.1158.1661.57
HexA164D619350101103a3e
Octal24114432631650204207276
Binary1010000111001001101011011001110101010000100010000111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A164D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A164D6; }

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

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

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

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

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

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

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

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