#A57DFA

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

Shades of Medium Purple #A57DFA

Tints of Medium Purple #A57DFA

Color information

#A57DFA (or 0xA57DFA) is unknown color: approx Medium Purple. HEX triplet: A5, 7D and FA. RGB value is (165,125,250). Sum of RGB (Red+Green+Blue) = 165+125+250=540 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.56% from 540); Green value is 125 (49.22% from 255 or 23.15% from 540); Blue value is 250 (98.05% from 255 or 46.30% from 540); Max value from RGB is 250 - color contains mainly: blue. Hex color #A57DFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A57DFA is #5A8205. Grayscale: #969696. Windows color (decimal): -5931526 or 16416165. OLE color: 16416165.

HSL color Cylindrical-coordinate representation of color #A57DFA: hue angle of 259.2º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A57DFA is Cyan = 0.34, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB165125250-
CMYK0.340.5000.02
HSL259.2º92.59%73.53%-
HSV(B)259.2º50%98.04%-
XYZ40.1129.5794.04-
YUV151.21183.75137.84-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.56%
GREEN value IS 125 (49.22% from 255) = 23.15%
BLUE value IS 250 (98.05% from 255) = 46.30%
R=30.56%
G=23.15%
B=46.30%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1651252500.340.5000.02259.292.5973.53
HexA57DFA2232021035d4a
Octal245175372426202403135112
Binary1010010111111011111101010001011001001010000001110111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57DFA; }

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

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

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

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

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

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

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

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