#A47BF9

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

Shades of Medium Purple #A47BF9

Tints of Medium Purple #A47BF9

Color information

#A47BF9 (or 0xA47BF9) is unknown color: approx Medium Purple. HEX triplet: A4, 7B and F9. RGB value is (164,123,249). Sum of RGB (Red+Green+Blue) = 164+123+249=536 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.60% from 536); Green value is 123 (48.44% from 255 or 22.95% from 536); Blue value is 249 (97.66% from 255 or 46.46% from 536); Max value from RGB is 249 - color contains mainly: blue. Hex color #A47BF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A47BF9 is #5B8406. Grayscale: #959595. Windows color (decimal): -5997575 or 16350116. OLE color: 16350116.

HSL color Cylindrical-coordinate representation of color #A47BF9: hue angle of 259.52º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A47BF9 is Cyan = 0.34, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB164123249-
CMYK0.340.5100.02
HSL259.52º91.3%72.94%-
HSV(B)259.52º50.6%97.65%-
XYZ39.4928.993.12-
YUV149.62184.08138.25-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.60%
GREEN value IS 123 (48.44% from 255) = 22.95%
BLUE value IS 249 (97.66% from 255) = 46.46%
R=30.60%
G=22.95%
B=46.46%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1641232490.340.5100.02259.5291.372.94
HexA47BF92233021045b49
Octal244173371426302404133111
Binary1010010011110111111100110001011001101010000010010110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47BF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47BF9; }

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

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

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

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

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

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

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

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