#A56ECE

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

Shades of Amethyst #A56ECE

Tints of Amethyst #A56ECE

Color information

#A56ECE (or 0xA56ECE) is unknown color: approx Amethyst. HEX triplet: A5, 6E and CE. RGB value is (165,110,206). Sum of RGB (Red+Green+Blue) = 165+110+206=481 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.30% from 481); Green value is 110 (43.36% from 255 or 22.87% from 481); Blue value is 206 (80.86% from 255 or 42.83% from 481); Max value from RGB is 206 - color contains mainly: blue. Hex color #A56ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56ECE is #5A9131. Grayscale: #898989. Windows color (decimal): -5935410 or 13528741. OLE color: 13528741.

HSL color Cylindrical-coordinate representation of color #A56ECE: hue angle of 274.38º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A56ECE is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB165110206-
CMYK0.200.4700.19
HSL274.38º49.48%61.96%-
HSV(B)274.38º46.6%80.78%-
XYZ32.2323.6161.25-
YUV137.39166.72147.69-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.30%
GREEN value IS 110 (43.36% from 255) = 22.87%
BLUE value IS 206 (80.86% from 255) = 42.83%
R=34.30%
G=22.87%
B=42.83%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1651102060.200.4700.19274.3849.4861.96
HexA56ECE142F013112313e
Octal24515631624570234226176
Binary1010010111011101100111010100101111010011100010010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56ECE; }

 p { color: rgb(165,110,206); }

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

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

 a { background-color: rgb(165,110,206); }

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

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

 span { border-color: rgb(165,110,206); }

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