#A46EE1

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

Shades of Medium Purple #A46EE1

Tints of Medium Purple #A46EE1

Color information

#A46EE1 (or 0xA46EE1) is unknown color: approx Medium Purple. HEX triplet: A4, 6E and E1. RGB value is (164,110,225). Sum of RGB (Red+Green+Blue) = 164+110+225=499 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.87% from 499); Green value is 110 (43.36% from 255 or 22.04% from 499); Blue value is 225 (88.28% from 255 or 45.09% from 499); Max value from RGB is 225 - color contains mainly: blue. Hex color #A46EE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46EE1 is #5B911E. Grayscale: #8A8A8A. Windows color (decimal): -6000927 or 14773924. OLE color: 14773924.

HSL color Cylindrical-coordinate representation of color #A46EE1: hue angle of 268.17º 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 #A46EE1 is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB164110225-
CMYK0.270.5100.12
HSL268.17º65.71%65.69%-
HSV(B)268.17º51.11%88.24%-
XYZ34.4824.4874.14-
YUV139.26176.39145.65-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.87%
GREEN value IS 110 (43.36% from 255) = 22.04%
BLUE value IS 225 (88.28% from 255) = 45.09%
R=32.87%
G=22.04%
B=45.09%

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
Decimal1641102250.270.5100.12268.1765.7165.69
HexA46EE11B330C10c4242
Octal2441563413363014414102102
Binary10100100110111011100001110111100110110010000110010000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46EE1; }

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

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

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

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

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

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

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

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