#A46EED

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

Shades of Medium Purple #A46EED

Tints of Medium Purple #A46EED

Color information

#A46EED (or 0xA46EED) is unknown color: approx Medium Purple. HEX triplet: A4, 6E and ED. RGB value is (164,110,237). Sum of RGB (Red+Green+Blue) = 164+110+237=511 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.09% from 511); Green value is 110 (43.36% from 255 or 21.53% from 511); Blue value is 237 (92.97% from 255 or 46.38% from 511); Max value from RGB is 237 - color contains mainly: blue. Hex color #A46EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A46EED is #5B9112. Grayscale: #8C8C8C. Windows color (decimal): -6000915 or 15560356. OLE color: 15560356.

HSL color Cylindrical-coordinate representation of color #A46EED: hue angle of 265.51º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A46EED is Cyan = 0.31, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB164110237-
CMYK0.310.5400.07
HSL265.51º77.91%68.04%-
HSV(B)265.51º53.59%92.94%-
XYZ36.1725.1683.07-
YUV140.62182.39144.67-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.09%
GREEN value IS 110 (43.36% from 255) = 21.53%
BLUE value IS 237 (92.97% from 255) = 46.38%
R=32.09%
G=21.53%
B=46.38%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1641102370.310.5400.07265.5177.9168.04
HexA46EED1F360710a4e44
Octal244156355376607412116104
Binary1010010011011101110110111111110110011110000101010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46EED; }

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

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

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

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

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

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

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

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