#a27ee7

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

Shades of Medium Purple #A27EE7

Tints of Medium Purple #A27EE7

Color information

#A27EE7 (or 0xA27EE7) is unknown color: approx Medium Purple. HEX triplet: A2, 7E and E7. RGB value is (162,126,231). Sum of RGB (Red+Green+Blue) = 162+126+231=519 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.21% from 519); Green value is 126 (49.61% from 255 or 24.28% from 519); Blue value is 231 (90.62% from 255 or 44.51% from 519); Max value from RGB is 231 - color contains mainly: blue. Hex color #A27EE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A27EE7 is #5D8118. Grayscale: #949494. Windows color (decimal): -6127897 or 15171234. OLE color: 15171234.

HSL color Cylindrical-coordinate representation of color #A27EE7: hue angle of 260.57º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A27EE7 is Cyan = 0.30, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB162126231-
CMYK0.300.4500.09
HSL260.57º68.63%70%-
HSV(B)260.57º45.45%90.59%-
XYZ36.7828.3779.14-
YUV148.73174.43137.46-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.21%
GREEN value IS 126 (49.61% from 255) = 24.28%
BLUE value IS 231 (90.62% from 255) = 44.51%
R=31.21%
G=24.28%
B=44.51%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1621262310.300.4500.09260.5768.6370
HexA27EE71E2D091054546
Octal2421763473655011405105106
Binary10100010111111011100111111101011010100110000010110001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a27ee7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a27ee7; }

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

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

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

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

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

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

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

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