#a47ff4

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

Shades of Medium Purple #A47FF4

Tints of Medium Purple #A47FF4

Color information

#A47FF4 (or 0xA47FF4) is unknown color: approx Medium Purple. HEX triplet: A4, 7F and F4. RGB value is (164,127,244). Sum of RGB (Red+Green+Blue) = 164+127+244=535 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.65% from 535); Green value is 127 (50% from 255 or 23.74% from 535); Blue value is 244 (95.70% from 255 or 45.61% from 535); Max value from RGB is 244 - color contains mainly: blue. Hex color #A47FF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A47FF4 is #5B800B. Grayscale: #969696. Windows color (decimal): -5996556 or 16023460. OLE color: 16023460.

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

Color convert

RGB164127244-
CMYK0.330.4800.04
HSL258.97º84.17%72.75%-
HSV(B)258.97º47.95%95.69%-
XYZ39.2329.689.23-
YUV151.4180.26136.99-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.65%
GREEN value IS 127 (50% from 255) = 23.74%
BLUE value IS 244 (95.70% from 255) = 45.61%
R=30.65%
G=23.74%
B=45.61%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1641272440.330.4800.04258.9784.1772.75
HexA47FF42130041035449
Octal244177364416004403124111
Binary10100100111111111110100100001110000010010000001110101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a47ff4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a47ff4; }

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

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

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

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

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

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

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

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