#A477F7

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

Shades of Medium Purple #A477F7

Tints of Medium Purple #A477F7

Color information

#A477F7 (or 0xA477F7) is unknown color: approx Medium Purple. HEX triplet: A4, 77 and F7. RGB value is (164,119,247). Sum of RGB (Red+Green+Blue) = 164+119+247=530 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.94% from 530); Green value is 119 (46.88% from 255 or 22.45% from 530); Blue value is 247 (96.88% from 255 or 46.60% from 530); Max value from RGB is 247 - color contains mainly: blue. Hex color #A477F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A477F7 is #5B8808. Grayscale: #929292. Windows color (decimal): -5998601 or 16218020. OLE color: 16218020.

HSL color Cylindrical-coordinate representation of color #A477F7: hue angle of 261.09º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A477F7 is Cyan = 0.34, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB164119247-
CMYK0.340.5200.03
HSL261.09º88.89%71.76%-
HSV(B)261.09º51.82%96.86%-
XYZ38.727.891.32-
YUV147.05184.41140.09-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.94%
GREEN value IS 119 (46.88% from 255) = 22.45%
BLUE value IS 247 (96.88% from 255) = 46.60%
R=30.94%
G=22.45%
B=46.60%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1641192470.340.5200.03261.0988.8971.76
HexA477F72234031055948
Octal244167367426403405131110
Binary1010010011101111111011110001011010001110000010110110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A477F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A477F7; }

 p { color: rgb(164,119,247); }

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

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

 a { background-color: rgb(164,119,247); }

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

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

 span { border-color: rgb(164,119,247); }

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