#A57FF0

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

Shades of Medium Purple #A57FF0

Tints of Medium Purple #A57FF0

Color information

#A57FF0 (or 0xA57FF0) is unknown color: approx Medium Purple. HEX triplet: A5, 7F and F0. RGB value is (165,127,240). Sum of RGB (Red+Green+Blue) = 165+127+240=532 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.02% from 532); Green value is 127 (50% from 255 or 23.87% from 532); Blue value is 240 (94.14% from 255 or 45.11% from 532); Max value from RGB is 240 - color contains mainly: blue. Hex color #A57FF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A57FF0 is #5A800F. Grayscale: #969696. Windows color (decimal): -5931024 or 15761317. OLE color: 15761317.

HSL color Cylindrical-coordinate representation of color #A57FF0: hue angle of 260.18º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A57FF0 is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB165127240-
CMYK0.310.4700.06
HSL260.18º79.02%71.96%-
HSV(B)260.18º47.08%94.12%-
XYZ38.8329.4786.08-
YUV151.24178.09137.81-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.02%
GREEN value IS 127 (50% from 255) = 23.87%
BLUE value IS 240 (94.14% from 255) = 45.11%
R=31.02%
G=23.87%
B=45.11%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1651272400.310.4700.06260.1879.0271.96
HexA57FF01F2F061044f48
Octal245177360375706404117110
Binary1010010111111111111000011111101111011010000010010011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57FF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57FF0; }

 p { color: rgb(165,127,240); }

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

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

 a { background-color: rgb(165,127,240); }

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

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

 span { border-color: rgb(165,127,240); }

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