#A47FEA

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

Shades of Medium Purple #A47FEA

Tints of Medium Purple #A47FEA

Color information

#A47FEA (or 0xA47FEA) is unknown color: approx Medium Purple. HEX triplet: A4, 7F and EA. RGB value is (164,127,234). Sum of RGB (Red+Green+Blue) = 164+127+234=525 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.24% from 525); Green value is 127 (50% from 255 or 24.19% from 525); Blue value is 234 (91.80% from 255 or 44.57% from 525); Max value from RGB is 234 - color contains mainly: blue. Hex color #A47FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A47FEA is #5B8015. Grayscale: #959595. Windows color (decimal): -5996566 or 15368100. OLE color: 15368100.

HSL color Cylindrical-coordinate representation of color #A47FEA: hue angle of 260.75º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A47FEA is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB164127234-
CMYK0.300.4600.08
HSL260.75º71.81%70.78%-
HSV(B)260.75º45.73%91.76%-
XYZ37.7529.0181.45-
YUV150.26175.26137.8-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.24%
GREEN value IS 127 (50% from 255) = 24.19%
BLUE value IS 234 (91.80% from 255) = 44.57%
R=31.24%
G=24.19%
B=44.57%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1641272340.300.4600.08260.7571.8170.78
HexA47FEA1E2E081054847
Octal2441773523656010405110107
Binary10100100111111111101010111101011100100010000010110010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47FEA; }

 p { color: rgb(164,127,234); }

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

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

 a { background-color: rgb(164,127,234); }

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

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

 span { border-color: rgb(164,127,234); }

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