#A176D1

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

Shades of Amethyst #A176D1

Tints of Amethyst #A176D1

Color information

#A176D1 (or 0xA176D1) is unknown color: approx Amethyst. HEX triplet: A1, 76 and D1. RGB value is (161,118,209). Sum of RGB (Red+Green+Blue) = 161+118+209=488 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.99% from 488); Green value is 118 (46.48% from 255 or 24.18% from 488); Blue value is 209 (82.03% from 255 or 42.83% from 488); Max value from RGB is 209 - color contains mainly: blue. Hex color #A176D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A176D1 is #5E892E. Grayscale: #8C8C8C. Windows color (decimal): -6195503 or 13727393. OLE color: 13727393.

HSL color Cylindrical-coordinate representation of color #A176D1: hue angle of 268.35º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A176D1 is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB161118209-
CMYK0.230.4400.18
HSL268.35º49.73%64.12%-
HSV(B)268.35º43.54%81.96%-
XYZ32.6925.1463.45-
YUV141.23166.25142.1-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.99%
GREEN value IS 118 (46.48% from 255) = 24.18%
BLUE value IS 209 (82.03% from 255) = 42.83%
R=32.99%
G=24.18%
B=42.83%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1611182090.230.4400.18268.3549.7364.12
HexA176D1172C01210c3240
Octal241166321275402241462100
Binary10100001111011011010001101111011000100101000011001100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A176D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A176D1; }

 p { color: rgb(161,118,209); }

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

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

 a { background-color: rgb(161,118,209); }

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

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

 span { border-color: rgb(161,118,209); }

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