#A176D2

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

Shades of Amethyst #A176D2

Tints of Amethyst #A176D2

Color information

#A176D2 (or 0xA176D2) is unknown color: approx Amethyst. HEX triplet: A1, 76 and D2. RGB value is (161,118,210). Sum of RGB (Red+Green+Blue) = 161+118+210=489 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.92% from 489); Green value is 118 (46.48% from 255 or 24.13% from 489); Blue value is 210 (82.42% from 255 or 42.94% from 489); Max value from RGB is 210 - color contains mainly: blue. Hex color #A176D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A176D2 is #5E892D. Grayscale: #8D8D8D. Windows color (decimal): -6195502 or 13792929. OLE color: 13792929.

HSL color Cylindrical-coordinate representation of color #A176D2: hue angle of 268.04º degrees, saturation: 0.51, 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 #A176D2 is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB161118210-
CMYK0.230.4400.18
HSL268.04º50.55%64.31%-
HSV(B)268.04º43.81%82.35%-
XYZ32.8125.1964.11-
YUV141.34166.75142.02-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.92%
GREEN value IS 118 (46.48% from 255) = 24.13%
BLUE value IS 210 (82.42% from 255) = 42.94%
R=32.92%
G=24.13%
B=42.94%

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
Decimal1611182100.230.4400.18268.0450.5564.31
HexA176D2172C01210c3340
Octal241166322275402241463100
Binary10100001111011011010010101111011000100101000011001100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A176D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A176D2; }

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

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

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

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

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

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

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

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