#A46EEE

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

Shades of Medium Purple #A46EEE

Tints of Medium Purple #A46EEE

Color information

#A46EEE (or 0xA46EEE) is unknown color: approx Medium Purple. HEX triplet: A4, 6E and EE. RGB value is (164,110,238). Sum of RGB (Red+Green+Blue) = 164+110+238=512 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.03% from 512); Green value is 110 (43.36% from 255 or 21.48% from 512); Blue value is 238 (93.36% from 255 or 46.48% from 512); Max value from RGB is 238 - color contains mainly: blue. Hex color #A46EEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A46EEE is #5B9111. Grayscale: #8C8C8C. Windows color (decimal): -6000914 or 15625892. OLE color: 15625892.

HSL color Cylindrical-coordinate representation of color #A46EEE: hue angle of 265.31º degrees, saturation: 0.79, 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 #A46EEE is Cyan = 0.31, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB164110238-
CMYK0.310.5400.07
HSL265.31º79.01%68.24%-
HSV(B)265.31º53.78%93.33%-
XYZ36.3225.2283.84-
YUV140.74182.89144.59-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.03%
GREEN value IS 110 (43.36% from 255) = 21.48%
BLUE value IS 238 (93.36% from 255) = 46.48%
R=32.03%
G=21.48%
B=46.48%

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
Decimal1641102380.310.5400.07265.3179.0168.24
HexA46EEE1F36071094f44
Octal244156356376607411117104
Binary1010010011011101110111011111110110011110000100110011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46EEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46EEE; }

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

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

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

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

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

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

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

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