#A57DF2

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

Shades of Medium Purple #A57DF2

Tints of Medium Purple #A57DF2

Color information

#A57DF2 (or 0xA57DF2) is unknown color: approx Medium Purple. HEX triplet: A5, 7D and F2. RGB value is (165,125,242). Sum of RGB (Red+Green+Blue) = 165+125+242=532 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.02% from 532); Green value is 125 (49.22% from 255 or 23.50% from 532); Blue value is 242 (94.92% from 255 or 45.49% from 532); Max value from RGB is 242 - color contains mainly: blue. Hex color #A57DF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A57DF2 is #5A820D. Grayscale: #959595. Windows color (decimal): -5931534 or 15891877. OLE color: 15891877.

HSL color Cylindrical-coordinate representation of color #A57DF2: hue angle of 260.51º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A57DF2 is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB165125242-
CMYK0.320.4800.05
HSL260.51º81.82%71.96%-
HSV(B)260.51º48.35%94.9%-
XYZ38.8829.0887.57-
YUV150.3179.75138.49-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.02%
GREEN value IS 125 (49.22% from 255) = 23.50%
BLUE value IS 242 (94.92% from 255) = 45.49%
R=31.02%
G=23.50%
B=45.49%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1651252420.320.4800.05260.5181.8271.96
HexA57DF22030051055248
Octal245175362406005405122110
Binary10100101111110111110010100000110000010110000010110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57DF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57DF2; }

 p { color: rgb(165,125,242); }

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

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

 a { background-color: rgb(165,125,242); }

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

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

 span { border-color: rgb(165,125,242); }

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