#A27EE6

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

Shades of Medium Purple #A27EE6

Tints of Medium Purple #A27EE6

Color information

#A27EE6 (or 0xA27EE6) is unknown color: approx Medium Purple. HEX triplet: A2, 7E and E6. RGB value is (162,126,230). Sum of RGB (Red+Green+Blue) = 162+126+230=518 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.27% from 518); Green value is 126 (49.61% from 255 or 24.32% from 518); Blue value is 230 (90.23% from 255 or 44.40% from 518); Max value from RGB is 230 - color contains mainly: blue. Hex color #A27EE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A27EE6 is #5D8119. Grayscale: #949494. Windows color (decimal): -6127898 or 15105698. OLE color: 15105698.

HSL color Cylindrical-coordinate representation of color #A27EE6: hue angle of 260.77º degrees, saturation: 0.68, 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 #A27EE6 is Cyan = 0.30, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB162126230-
CMYK0.300.4500.10
HSL260.77º67.53%69.8%-
HSV(B)260.77º45.22%90.2%-
XYZ36.6428.3278.4-
YUV148.62173.93137.54-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.27%
GREEN value IS 126 (49.61% from 255) = 24.32%
BLUE value IS 230 (90.23% from 255) = 44.40%
R=31.27%
G=24.32%
B=44.40%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1621262300.300.4500.10260.7767.5369.8
HexA27EE61E2D0A1054446
Octal2421763463655012405104106
Binary10100010111111011100110111101011010101010000010110001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27EE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27EE6; }

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

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

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

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

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

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

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

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