#A676D1

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

Shades of Amethyst #A676D1

Tints of Amethyst #A676D1

Color information

#A676D1 (or 0xA676D1) is unknown color: approx Amethyst. HEX triplet: A6, 76 and D1. RGB value is (166,118,209). Sum of RGB (Red+Green+Blue) = 166+118+209=493 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.67% from 493); Green value is 118 (46.48% from 255 or 23.94% from 493); Blue value is 209 (82.03% from 255 or 42.39% from 493); Max value from RGB is 209 - color contains mainly: blue. Hex color #A676D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A676D1 is #59892E. Grayscale: #8E8E8E. Windows color (decimal): -5867823 or 13727398. OLE color: 13727398.

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

Color convert

RGB166118209-
CMYK0.210.4400.18
HSL271.65º49.73%64.12%-
HSV(B)271.65º43.54%81.96%-
XYZ33.7125.6763.5-
YUV142.73165.4144.6-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.67%
GREEN value IS 118 (46.48% from 255) = 23.94%
BLUE value IS 209 (82.03% from 255) = 42.39%
R=33.67%
G=23.94%
B=42.39%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1661182090.210.4400.18271.6549.7364.12
HexA676D1152C0121103240
Octal246166321255402242062100
Binary10100110111011011010001101011011000100101000100001100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A676D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A676D1; }

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

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

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

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

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

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

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

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