#A47BEA

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

Shades of Medium Purple #A47BEA

Tints of Medium Purple #A47BEA

Color information

#A47BEA (or 0xA47BEA) is unknown color: approx Medium Purple. HEX triplet: A4, 7B and EA. RGB value is (164,123,234). Sum of RGB (Red+Green+Blue) = 164+123+234=521 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.48% from 521); Green value is 123 (48.44% from 255 or 23.61% from 521); Blue value is 234 (91.80% from 255 or 44.91% from 521); Max value from RGB is 234 - color contains mainly: blue. Hex color #A47BEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A47BEA is #5B8415. Grayscale: #939393. Windows color (decimal): -5997590 or 15367076. OLE color: 15367076.

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

Color convert

RGB164123234-
CMYK0.300.4700.08
HSL262.16º72.55%70%-
HSV(B)262.16º47.44%91.76%-
XYZ37.242881.28-
YUV147.91176.58139.47-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.48%
GREEN value IS 123 (48.44% from 255) = 23.61%
BLUE value IS 234 (91.80% from 255) = 44.91%
R=31.48%
G=23.61%
B=44.91%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1641232340.300.4700.08262.1672.5570
HexA47BEA1E2F081064946
Octal2441733523657010406111106
Binary10100100111101111101010111101011110100010000011010010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47BEA; }

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

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

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

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

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

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

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

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