#A47FF3

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

Shades of Medium Purple #A47FF3

Tints of Medium Purple #A47FF3

Color information

#A47FF3 (or 0xA47FF3) is unknown color: approx Medium Purple. HEX triplet: A4, 7F and F3. RGB value is (164,127,243). Sum of RGB (Red+Green+Blue) = 164+127+243=534 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.71% from 534); Green value is 127 (50% from 255 or 23.78% from 534); Blue value is 243 (95.31% from 255 or 45.51% from 534); Max value from RGB is 243 - color contains mainly: blue. Hex color #A47FF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A47FF3 is #5B800C. Grayscale: #969696. Windows color (decimal): -5996557 or 15957924. OLE color: 15957924.

HSL color Cylindrical-coordinate representation of color #A47FF3: hue angle of 259.14º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A47FF3 is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB164127243-
CMYK0.330.4800.05
HSL259.14º82.86%72.55%-
HSV(B)259.14º47.74%95.29%-
XYZ39.0829.5488.44-
YUV151.29179.76137.07-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.71%
GREEN value IS 127 (50% from 255) = 23.78%
BLUE value IS 243 (95.31% from 255) = 45.51%
R=30.71%
G=23.78%
B=45.51%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1641272430.330.4800.05259.1482.8672.55
HexA47FF32130051035349
Octal244177363416005403123111
Binary10100100111111111110011100001110000010110000001110100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47FF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47FF3; }

 p { color: rgb(164,127,243); }

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

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

 a { background-color: rgb(164,127,243); }

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

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

 span { border-color: rgb(164,127,243); }

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