#a57cdd

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

Shades of Medium Purple #A57CDD

Tints of Medium Purple #A57CDD

Color information

#A57CDD (or 0xA57CDD) is unknown color: approx Medium Purple. HEX triplet: A5, 7C and DD. RGB value is (165,124,221). Sum of RGB (Red+Green+Blue) = 165+124+221=510 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.35% from 510); Green value is 124 (48.83% from 255 or 24.31% from 510); Blue value is 221 (86.72% from 255 or 43.33% from 510); Max value from RGB is 221 - color contains mainly: blue. Hex color #A57CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57CDD is #5A8322. Grayscale: #929292. Windows color (decimal): -5931811 or 14515365. OLE color: 14515365.

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

Color convert

RGB165124221-
CMYK0.250.4400.13
HSL265.36º58.79%67.65%-
HSV(B)265.36º43.89%86.67%-
XYZ35.7827.6471.86-
YUV147.32169.58140.61-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.35%
GREEN value IS 124 (48.83% from 255) = 24.31%
BLUE value IS 221 (86.72% from 255) = 43.33%
R=32.35%
G=24.31%
B=43.33%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1651242210.250.4400.13265.3658.7967.65
HexA57CDD192C0D1093b44
Octal245174335315401541173104
Binary1010010111111001101110111001101100011011000010011110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a57cdd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a57cdd; }

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

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

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

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

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

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

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

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