#A464EA

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

Shades of Medium Purple #A464EA

Tints of Medium Purple #A464EA

Color information

#A464EA (or 0xA464EA) is unknown color: approx Medium Purple. HEX triplet: A4, 64 and EA. RGB value is (164,100,234). Sum of RGB (Red+Green+Blue) = 164+100+234=498 (65% of max value = 765). Red value is 164 (64.45% from 255 or 32.93% from 498); Green value is 100 (39.45% from 255 or 20.08% from 498); Blue value is 234 (91.80% from 255 or 46.99% from 498); Max value from RGB is 234 - color contains mainly: blue. Hex color #A464EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A464EA is #5B9B15. Grayscale: #858585. Windows color (decimal): -6003478 or 15361188. OLE color: 15361188.

HSL color Cylindrical-coordinate representation of color #A464EA: hue angle of 268.66º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A464EA is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB164100234-
CMYK0.300.5700.08
HSL268.66º76.14%65.49%-
HSV(B)268.66º57.26%91.76%-
XYZ34.7222.9580.44-
YUV134.41184.2149.1-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.93%
GREEN value IS 100 (39.45% from 255) = 20.08%
BLUE value IS 234 (91.80% from 255) = 46.99%
R=32.93%
G=20.08%
B=46.99%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1641002340.300.5700.08268.6676.1465.49
HexA464EA1E390810d4c41
Octal2441443523671010415114101
Binary10100100110010011101010111101110010100010000110110011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A464EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A464EA; }

 p { color: rgb(164,100,234); }

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

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

 a { background-color: rgb(164,100,234); }

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

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

 span { border-color: rgb(164,100,234); }

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