#A577F6

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

Shades of Medium Purple #A577F6

Tints of Medium Purple #A577F6

Color information

#A577F6 (or 0xA577F6) is unknown color: approx Medium Purple. HEX triplet: A5, 77 and F6. RGB value is (165,119,246). Sum of RGB (Red+Green+Blue) = 165+119+246=530 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.13% from 530); Green value is 119 (46.88% from 255 or 22.45% from 530); Blue value is 246 (96.48% from 255 or 46.42% from 530); Max value from RGB is 246 - color contains mainly: blue. Hex color #A577F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A577F6 is #5A8809. Grayscale: #929292. Windows color (decimal): -5933066 or 16152485. OLE color: 16152485.

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

Color convert

RGB165119246-
CMYK0.330.5200.04
HSL261.73º87.59%71.57%-
HSV(B)261.73º51.63%96.47%-
XYZ38.7527.8590.52-
YUV147.23183.74140.67-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.13%
GREEN value IS 119 (46.88% from 255) = 22.45%
BLUE value IS 246 (96.48% from 255) = 46.42%
R=31.13%
G=22.45%
B=46.42%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1651192460.330.5200.04261.7387.5971.57
HexA577F62134041065848
Octal245167366416404406130110
Binary10100101111011111110110100001110100010010000011010110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A577F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A577F6; }

 p { color: rgb(165,119,246); }

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

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

 a { background-color: rgb(165,119,246); }

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

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

 span { border-color: rgb(165,119,246); }

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