#a679d6

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

Shades of Amethyst #A679D6

Tints of Amethyst #A679D6

Color information

#A679D6 (or 0xA679D6) is unknown color: approx Amethyst. HEX triplet: A6, 79 and D6. RGB value is (166,121,214). Sum of RGB (Red+Green+Blue) = 166+121+214=501 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.13% from 501); Green value is 121 (47.66% from 255 or 24.15% from 501); Blue value is 214 (83.98% from 255 or 42.71% from 501); Max value from RGB is 214 - color contains mainly: blue. Hex color #A679D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A679D6 is #598629. Grayscale: #909090. Windows color (decimal): -5867050 or 14055846. OLE color: 14055846.

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

Color convert

RGB166121214-
CMYK0.220.4300.16
HSL269.03º53.14%65.69%-
HSV(B)269.03º43.46%83.92%-
XYZ34.726.6466.93-
YUV145.06166.91142.94-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.13%
GREEN value IS 121 (47.66% from 255) = 24.15%
BLUE value IS 214 (83.98% from 255) = 42.71%
R=33.13%
G=24.15%
B=42.71%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1661212140.220.4300.16269.0353.1465.69
HexA679D6162B01010d3542
Octal246171326265302041565102
Binary10100110111100111010110101101010110100001000011011101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a679d6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a679d6; }

 p { color: rgb(166,121,214); }

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

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

 a { background-color: rgb(166,121,214); }

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

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

 span { border-color: rgb(166,121,214); }

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