#A47CEE

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

Shades of Medium Purple #A47CEE

Tints of Medium Purple #A47CEE

Color information

#A47CEE (or 0xA47CEE) is unknown color: approx Medium Purple. HEX triplet: A4, 7C and EE. RGB value is (164,124,238). Sum of RGB (Red+Green+Blue) = 164+124+238=526 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.18% from 526); Green value is 124 (48.83% from 255 or 23.57% from 526); Blue value is 238 (93.36% from 255 or 45.25% from 526); Max value from RGB is 238 - color contains mainly: blue. Hex color #A47CEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A47CEE is #5B8311. Grayscale: #949494. Windows color (decimal): -5997330 or 15629476. OLE color: 15629476.

HSL color Cylindrical-coordinate representation of color #A47CEE: hue angle of 261.05º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A47CEE is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB164124238-
CMYK0.310.4800.07
HSL261.05º77.03%70.98%-
HSV(B)261.05º47.9%93.33%-
XYZ37.9528.4884.39-
YUV148.96178.25138.73-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.18%
GREEN value IS 124 (48.83% from 255) = 23.57%
BLUE value IS 238 (93.36% from 255) = 45.25%
R=31.18%
G=23.57%
B=45.25%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1641242380.310.4800.07261.0577.0370.98
HexA47CEE1F30071054d47
Octal244174356376007405115107
Binary1010010011111001110111011111110000011110000010110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47CEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47CEE; }

 p { color: rgb(164,124,238); }

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

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

 a { background-color: rgb(164,124,238); }

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

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

 span { border-color: rgb(164,124,238); }

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