#A56EE1

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

Shades of Medium Purple #A56EE1

Tints of Medium Purple #A56EE1

Color information

#A56EE1 (or 0xA56EE1) is unknown color: approx Medium Purple. HEX triplet: A5, 6E and E1. RGB value is (165,110,225). Sum of RGB (Red+Green+Blue) = 165+110+225=500 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33% from 500); Green value is 110 (43.36% from 255 or 22% from 500); Blue value is 225 (88.28% from 255 or 45% from 500); Max value from RGB is 225 - color contains mainly: blue. Hex color #A56EE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56EE1 is #5A911E. Grayscale: #8B8B8B. Windows color (decimal): -5935391 or 14773925. OLE color: 14773925.

HSL color Cylindrical-coordinate representation of color #A56EE1: hue angle of 268.7º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A56EE1 is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB165110225-
CMYK0.270.5100.12
HSL268.7º65.71%65.69%-
HSV(B)268.7º51.11%88.24%-
XYZ34.6824.5974.15-
YUV139.56176.22146.15-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33%
GREEN value IS 110 (43.36% from 255) = 22%
BLUE value IS 225 (88.28% from 255) = 45%
R=33%
G=22%
B=45%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1651102250.270.5100.12268.765.7165.69
HexA56EE11B330C10d4242
Octal2451563413363014415102102
Binary10100101110111011100001110111100110110010000110110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56EE1; }

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

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

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

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

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

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

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

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