#A171D7

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

Shades of Amethyst #A171D7

Tints of Amethyst #A171D7

Color information

#A171D7 (or 0xA171D7) is unknown color: approx Amethyst. HEX triplet: A1, 71 and D7. RGB value is (161,113,215). Sum of RGB (Red+Green+Blue) = 161+113+215=489 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.92% from 489); Green value is 113 (44.53% from 255 or 23.11% from 489); Blue value is 215 (84.38% from 255 or 43.97% from 489); Max value from RGB is 215 - color contains mainly: blue. Hex color #A171D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A171D7 is #5E8E28. Grayscale: #8A8A8A. Windows color (decimal): -6196777 or 14119329. OLE color: 14119329.

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

Color convert

RGB161113215-
CMYK0.250.4700.16
HSL268.24º56.04%64.31%-
HSV(B)268.24º47.44%84.31%-
XYZ32.8724.2967.25-
YUV138.98170.9143.71-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.92%
GREEN value IS 113 (44.53% from 255) = 23.11%
BLUE value IS 215 (84.38% from 255) = 43.97%
R=32.92%
G=23.11%
B=43.97%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1611132150.250.4700.16268.2456.0464.31
HexA171D7192F01010c3840
Octal241161327315702041470100
Binary10100001111000111010111110011011110100001000011001110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A171D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A171D7; }

 p { color: rgb(161,113,215); }

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

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

 a { background-color: rgb(161,113,215); }

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

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

 span { border-color: rgb(161,113,215); }

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