#A57FD5

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

Shades of Medium Purple #A57FD5

Tints of Medium Purple #A57FD5

Color information

#A57FD5 (or 0xA57FD5) is unknown color: approx Medium Purple. HEX triplet: A5, 7F and D5. RGB value is (165,127,213). Sum of RGB (Red+Green+Blue) = 165+127+213=505 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.67% from 505); Green value is 127 (50% from 255 or 25.15% from 505); Blue value is 213 (83.59% from 255 or 42.18% from 505); Max value from RGB is 213 - color contains mainly: blue. Hex color #A57FD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57FD5 is #5A802A. Grayscale: #939393. Windows color (decimal): -5931051 or 13991845. OLE color: 13991845.

HSL color Cylindrical-coordinate representation of color #A57FD5: hue angle of 266.51º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A57FD5 is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB165127213-
CMYK0.230.4000.16
HSL266.51º50.59%66.67%-
HSV(B)266.51º40.38%83.53%-
XYZ35.1227.9866.5-
YUV148.17164.59140.01-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.67%
GREEN value IS 127 (50% from 255) = 25.15%
BLUE value IS 213 (83.59% from 255) = 42.18%
R=32.67%
G=25.15%
B=42.18%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1651272130.230.4000.16266.5150.5966.67
HexA57FD5172801010b3343
Octal245177325275002041363103
Binary10100101111111111010101101111010000100001000010111100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57FD5; }

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

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

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

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

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

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

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

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