#A57CD7

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

Shades of Medium Purple #A57CD7

Tints of Medium Purple #A57CD7

Color information

#A57CD7 (or 0xA57CD7) is unknown color: approx Medium Purple. HEX triplet: A5, 7C and D7. RGB value is (165,124,215). Sum of RGB (Red+Green+Blue) = 165+124+215=504 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.74% from 504); Green value is 124 (48.83% from 255 or 24.60% from 504); Blue value is 215 (84.38% from 255 or 42.66% from 504); Max value from RGB is 215 - color contains mainly: blue. Hex color #A57CD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57CD7 is #5A8328. Grayscale: #929292. Windows color (decimal): -5931817 or 14122149. OLE color: 14122149.

HSL color Cylindrical-coordinate representation of color #A57CD7: hue angle of 267.03º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A57CD7 is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB165124215-
CMYK0.230.4200.16
HSL267.03º53.22%66.47%-
HSV(B)267.03º42.33%84.31%-
XYZ34.9927.3267.72-
YUV146.63166.58141.1-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.74%
GREEN value IS 124 (48.83% from 255) = 24.60%
BLUE value IS 215 (84.38% from 255) = 42.66%
R=32.74%
G=24.60%
B=42.66%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1651242150.230.4200.16267.0353.2266.47
HexA57CD7172A01010b3542
Octal245174327275202041365102
Binary10100101111110011010111101111010100100001000010111101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57CD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57CD7; }

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

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

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

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

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

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

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

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