#A578F7

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

Shades of Medium Purple #A578F7

Tints of Medium Purple #A578F7

Color information

#A578F7 (or 0xA578F7) is unknown color: approx Medium Purple. HEX triplet: A5, 78 and F7. RGB value is (165,120,247). Sum of RGB (Red+Green+Blue) = 165+120+247=532 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.02% from 532); Green value is 120 (47.27% from 255 or 22.56% from 532); Blue value is 247 (96.88% from 255 or 46.43% from 532); Max value from RGB is 247 - color contains mainly: blue. Hex color #A578F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A578F7 is #5A8708. Grayscale: #939393. Windows color (decimal): -5932809 or 16218277. OLE color: 16218277.

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

Color convert

RGB165120247-
CMYK0.330.5100.03
HSL261.26º88.81%71.96%-
HSV(B)261.26º51.42%96.86%-
XYZ39.0228.1591.37-
YUV147.93183.91140.17-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.02%
GREEN value IS 120 (47.27% from 255) = 22.56%
BLUE value IS 247 (96.88% from 255) = 46.43%
R=31.02%
G=22.56%
B=46.43%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1651202470.330.5100.03261.2688.8171.96
HexA578F72133031055948
Octal245170367416303405131110
Binary1010010111110001111011110000111001101110000010110110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A578F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A578F7; }

 p { color: rgb(165,120,247); }

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

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

 a { background-color: rgb(165,120,247); }

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

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

 span { border-color: rgb(165,120,247); }

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