#A57FDF

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

Shades of Medium Purple #A57FDF

Tints of Medium Purple #A57FDF

Color information

#A57FDF (or 0xA57FDF) is unknown color: approx Medium Purple. HEX triplet: A5, 7F and DF. RGB value is (165,127,223). Sum of RGB (Red+Green+Blue) = 165+127+223=515 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.04% from 515); Green value is 127 (50% from 255 or 24.66% from 515); Blue value is 223 (87.5% from 255 or 43.30% from 515); Max value from RGB is 223 - color contains mainly: blue. Hex color #A57FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57FDF is #5A8020. Grayscale: #949494. Windows color (decimal): -5931041 or 14647205. OLE color: 14647205.

HSL color Cylindrical-coordinate representation of color #A57FDF: hue angle of 263.75º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A57FDF is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB165127223-
CMYK0.260.4300.13
HSL263.75º60%68.63%-
HSV(B)263.75º43.05%87.45%-
XYZ36.4328.5173.39-
YUV149.31169.59139.19-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.04%
GREEN value IS 127 (50% from 255) = 24.66%
BLUE value IS 223 (87.5% from 255) = 43.30%
R=32.04%
G=24.66%
B=43.30%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1651272230.260.4300.13263.756068.63
HexA57FDF1A2B0D1083c45
Octal245177337325301541074105
Binary1010010111111111101111111010101011011011000010001111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57FDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57FDF; }

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

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

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

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

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

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

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

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