#A56EC0

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

Shades of Amethyst #A56EC0

Tints of Amethyst #A56EC0

Color information

#A56EC0 (or 0xA56EC0) is unknown color: approx Amethyst. HEX triplet: A5, 6E and C0. RGB value is (165,110,192). Sum of RGB (Red+Green+Blue) = 165+110+192=467 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.33% from 467); Green value is 110 (43.36% from 255 or 23.55% from 467); Blue value is 192 (75.39% from 255 or 41.11% from 467); Max value from RGB is 192 - color contains mainly: blue. Hex color #A56EC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56EC0 is #5A913F. Grayscale: #878787. Windows color (decimal): -5935424 or 12611237. OLE color: 12611237.

HSL color Cylindrical-coordinate representation of color #A56EC0: hue angle of 280.24º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A56EC0 is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB165110192-
CMYK0.140.4300.25
HSL280.24º39.42%59.22%-
HSV(B)280.24º42.71%75.29%-
XYZ30.6122.9652.69-
YUV135.79159.72148.83-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.33%
GREEN value IS 110 (43.36% from 255) = 23.55%
BLUE value IS 192 (75.39% from 255) = 41.11%
R=35.33%
G=23.55%
B=41.11%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1651101920.140.4300.25280.2439.4259.22
HexA56EC0E2B019118273b
Octal24515630016530314304773
Binary101001011101110110000001110101011011001100011000100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56EC0; }

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

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

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

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

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

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

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

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