#A46FEC

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

Shades of Medium Purple #A46FEC

Tints of Medium Purple #A46FEC

Color information

#A46FEC (or 0xA46FEC) is unknown color: approx Medium Purple. HEX triplet: A4, 6F and EC. RGB value is (164,111,236). Sum of RGB (Red+Green+Blue) = 164+111+236=511 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.09% from 511); Green value is 111 (43.75% from 255 or 21.72% from 511); Blue value is 236 (92.58% from 255 or 46.18% from 511); Max value from RGB is 236 - color contains mainly: blue. Hex color #A46FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A46FEC is #5B9013. Grayscale: #8C8C8C. Windows color (decimal): -6000660 or 15495076. OLE color: 15495076.

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

Color convert

RGB164111236-
CMYK0.310.5300.07
HSL265.44º76.69%68.04%-
HSV(B)265.44º52.97%92.55%-
XYZ36.1325.3282.34-
YUV141.1181.56144.34-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.09%
GREEN value IS 111 (43.75% from 255) = 21.72%
BLUE value IS 236 (92.58% from 255) = 46.18%
R=32.09%
G=21.72%
B=46.18%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1641112360.310.5300.07265.4476.6968.04
HexA46FEC1F35071094d44
Octal244157354376507411115104
Binary1010010011011111110110011111110101011110000100110011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46FEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46FEC; }

 p { color: rgb(164,111,236); }

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

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

 a { background-color: rgb(164,111,236); }

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

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

 span { border-color: rgb(164,111,236); }

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