#A27EE5

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

Shades of Medium Purple #A27EE5

Tints of Medium Purple #A27EE5

Color information

#A27EE5 (or 0xA27EE5) is unknown color: approx Medium Purple. HEX triplet: A2, 7E and E5. RGB value is (162,126,229). Sum of RGB (Red+Green+Blue) = 162+126+229=517 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.33% from 517); Green value is 126 (49.61% from 255 or 24.37% from 517); Blue value is 229 (89.84% from 255 or 44.29% from 517); Max value from RGB is 229 - color contains mainly: blue. Hex color #A27EE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27EE5 is #5D811A. Grayscale: #949494. Windows color (decimal): -6127899 or 15040162. OLE color: 15040162.

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

Color convert

RGB162126229-
CMYK0.290.4500.10
HSL260.97º66.45%69.61%-
HSV(B)260.97º44.98%89.8%-
XYZ36.528.2677.66-
YUV148.51173.43137.62-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.33%
GREEN value IS 126 (49.61% from 255) = 24.37%
BLUE value IS 229 (89.84% from 255) = 44.29%
R=31.33%
G=24.37%
B=44.29%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1621262290.290.4500.10260.9766.4569.61
HexA27EE51D2D0A1054246
Octal2421763453555012405102106
Binary10100010111111011100101111011011010101010000010110000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27EE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27EE5; }

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

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

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

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

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

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

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

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