#A47CDE

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

Shades of Medium Purple #A47CDE

Tints of Medium Purple #A47CDE

Color information

#A47CDE (or 0xA47CDE) is unknown color: approx Medium Purple. HEX triplet: A4, 7C and DE. RGB value is (164,124,222). Sum of RGB (Red+Green+Blue) = 164+124+222=510 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.16% from 510); Green value is 124 (48.83% from 255 or 24.31% from 510); Blue value is 222 (87.11% from 255 or 43.53% from 510); Max value from RGB is 222 - color contains mainly: blue. Hex color #A47CDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47CDE is #5B8321. Grayscale: #929292. Windows color (decimal): -5997346 or 14580900. OLE color: 14580900.

HSL color Cylindrical-coordinate representation of color #A47CDE: hue angle of 264.49º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A47CDE is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB164124222-
CMYK0.260.4400.13
HSL264.49º59.76%67.84%-
HSV(B)264.49º44.14%87.06%-
XYZ35.727.5872.55-
YUV147.13170.25140.03-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.16%
GREEN value IS 124 (48.83% from 255) = 24.31%
BLUE value IS 222 (87.11% from 255) = 43.53%
R=32.16%
G=24.31%
B=43.53%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1641242220.260.4400.13264.4959.7667.84
HexA47CDE1A2C0D1083c44
Octal244174336325401541074104
Binary1010010011111001101111011010101100011011000010001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47CDE; }

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

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

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

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

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

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

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

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