#A47BEE

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

Shades of Medium Purple #A47BEE

Tints of Medium Purple #A47BEE

Color information

#A47BEE (or 0xA47BEE) is unknown color: approx Medium Purple. HEX triplet: A4, 7B and EE. RGB value is (164,123,238). Sum of RGB (Red+Green+Blue) = 164+123+238=525 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.24% from 525); Green value is 123 (48.44% from 255 or 23.43% from 525); Blue value is 238 (93.36% from 255 or 45.33% from 525); Max value from RGB is 238 - color contains mainly: blue. Hex color #A47BEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A47BEE is #5B8411. Grayscale: #939393. Windows color (decimal): -5997586 or 15629220. OLE color: 15629220.

HSL color Cylindrical-coordinate representation of color #A47BEE: hue angle of 261.39º 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 #A47BEE is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB164123238-
CMYK0.310.4800.07
HSL261.39º77.18%70.78%-
HSV(B)261.39º48.32%93.33%-
XYZ37.8328.2384.34-
YUV148.37178.58139.15-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.24%
GREEN value IS 123 (48.44% from 255) = 23.43%
BLUE value IS 238 (93.36% from 255) = 45.33%
R=31.24%
G=23.43%
B=45.33%

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
Decimal1641232380.310.4800.07261.3977.1870.78
HexA47BEE1F30071054d47
Octal244173356376007405115107
Binary1010010011110111110111011111110000011110000010110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47BEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47BEE; }

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

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

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

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

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

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

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

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