#A57EDD

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

Shades of Medium Purple #A57EDD

Tints of Medium Purple #A57EDD

Color information

#A57EDD (or 0xA57EDD) is unknown color: approx Medium Purple. HEX triplet: A5, 7E and DD. RGB value is (165,126,221). Sum of RGB (Red+Green+Blue) = 165+126+221=512 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.23% from 512); Green value is 126 (49.61% from 255 or 24.61% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 221 - color contains mainly: blue. Hex color #A57EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57EDD is #5A8122. Grayscale: #949494. Windows color (decimal): -5931299 or 14515877. OLE color: 14515877.

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

Color convert

RGB165126221-
CMYK0.250.4300.13
HSL264.63º58.28%68.04%-
HSV(B)264.63º42.99%86.67%-
XYZ36.0328.1471.94-
YUV148.49168.92139.78-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.23%
GREEN value IS 126 (49.61% from 255) = 24.61%
BLUE value IS 221 (86.72% from 255) = 43.16%
R=32.23%
G=24.61%
B=43.16%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1651262210.250.4300.13264.6358.2868.04
HexA57EDD192B0D1093a44
Octal245176335315301541172104
Binary1010010111111101101110111001101011011011000010011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57EDD; }

 p { color: rgb(165,126,221); }

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

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

 a { background-color: rgb(165,126,221); }

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

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

 span { border-color: rgb(165,126,221); }

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