#A465EC

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

Shades of Medium Purple #A465EC

Tints of Medium Purple #A465EC

Color information

#A465EC (or 0xA465EC) is unknown color: approx Medium Purple. HEX triplet: A4, 65 and EC. RGB value is (164,101,236). Sum of RGB (Red+Green+Blue) = 164+101+236=501 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.73% from 501); Green value is 101 (39.84% from 255 or 20.16% from 501); Blue value is 236 (92.58% from 255 or 47.11% from 501); Max value from RGB is 236 - color contains mainly: blue. Hex color #A465EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A465EC is #5B9A13. Grayscale: #868686. Windows color (decimal): -6003220 or 15492516. OLE color: 15492516.

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

Color convert

RGB164101236-
CMYK0.310.5700.07
HSL268º78.03%66.08%-
HSV(B)268º57.2%92.55%-
XYZ35.123.2682-
YUV135.23184.87148.52-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.73%
GREEN value IS 101 (39.84% from 255) = 20.16%
BLUE value IS 236 (92.58% from 255) = 47.11%
R=32.73%
G=20.16%
B=47.11%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1641012360.310.5700.0726878.0366.08
HexA465EC1F390710c4e42
Octal244145354377107414116102
Binary1010010011001011110110011111111001011110000110010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A465EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A465EC; }

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

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

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

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

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

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

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

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