#A264EA

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

Shades of Medium Purple #A264EA

Tints of Medium Purple #A264EA

Color information

#A264EA (or 0xA264EA) is unknown color: approx Medium Purple. HEX triplet: A2, 64 and EA. RGB value is (162,100,234). Sum of RGB (Red+Green+Blue) = 162+100+234=496 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.66% from 496); Green value is 100 (39.45% from 255 or 20.16% from 496); Blue value is 234 (91.80% from 255 or 47.18% from 496); Max value from RGB is 234 - color contains mainly: blue. Hex color #A264EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A264EA is #5D9B15. Grayscale: #858585. Windows color (decimal): -6134550 or 15361186. OLE color: 15361186.

HSL color Cylindrical-coordinate representation of color #A264EA: hue angle of 267.76º 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 #A264EA is Cyan = 0.31, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB162100234-
CMYK0.310.5700.08
HSL267.76º76.14%65.49%-
HSV(B)267.76º57.26%91.76%-
XYZ34.3122.7480.42-
YUV133.81184.54148.1-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.66%
GREEN value IS 100 (39.45% from 255) = 20.16%
BLUE value IS 234 (91.80% from 255) = 47.18%
R=32.66%
G=20.16%
B=47.18%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1621002340.310.5700.08267.7676.1465.49
HexA264EA1F390810c4c41
Octal2421443523771010414114101
Binary10100010110010011101010111111110010100010000110010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A264EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A264EA; }

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

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

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

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

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

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

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

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