#A264E5

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

Shades of Medium Purple #A264E5

Tints of Medium Purple #A264E5

Color information

#A264E5 (or 0xA264E5) is unknown color: approx Medium Purple. HEX triplet: A2, 64 and E5. RGB value is (162,100,229). Sum of RGB (Red+Green+Blue) = 162+100+229=491 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.99% from 491); Green value is 100 (39.45% from 255 or 20.37% from 491); Blue value is 229 (89.84% from 255 or 46.64% from 491); Max value from RGB is 229 - color contains mainly: blue. Hex color #A264E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A264E5 is #5D9B1A. Grayscale: #848484. Windows color (decimal): -6134555 or 15033506. OLE color: 15033506.

HSL color Cylindrical-coordinate representation of color #A264E5: hue angle of 268.84º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A264E5 is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB162100229-
CMYK0.290.5600.10
HSL268.84º71.27%64.51%-
HSV(B)268.84º56.33%89.8%-
XYZ33.622.4576.69-
YUV133.24182.04148.51-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.99%
GREEN value IS 100 (39.45% from 255) = 20.37%
BLUE value IS 229 (89.84% from 255) = 46.64%
R=32.99%
G=20.37%
B=46.64%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1621002290.290.5600.10268.8471.2764.51
HexA264E51D380A10d4741
Octal2421443453570012415107101
Binary10100010110010011100101111011110000101010000110110001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A264E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A264E5; }

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

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

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

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

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

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

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

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