#A57FC3

Color #A57FC3 East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #A57FC3

Tints of East Side #A57FC3

Color information

#A57FC3 (or 0xA57FC3) is unknown color: approx East Side. HEX triplet: A5, 7F and C3. RGB value is (165,127,195). Sum of RGB (Red+Green+Blue) = 165+127+195=487 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.88% from 487); Green value is 127 (50% from 255 or 26.08% from 487); Blue value is 195 (76.56% from 255 or 40.04% from 487); Max value from RGB is 195 - color contains mainly: blue. Hex color #A57FC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57FC3 is #5A803C. Grayscale: #919191. Windows color (decimal): -5931069 or 12812197. OLE color: 12812197.

HSL color Cylindrical-coordinate representation of color #A57FC3: hue angle of 273.53º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A57FC3 is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB165127195-
CMYK0.150.3500.24
HSL273.53º36.17%63.14%-
HSV(B)273.53º34.87%76.47%-
XYZ32.9627.1255.13-
YUV146.11155.59141.47-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.88%
GREEN value IS 127 (50% from 255) = 26.08%
BLUE value IS 195 (76.56% from 255) = 40.04%
R=33.88%
G=26.08%
B=40.04%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1651271950.150.3500.24273.5336.1763.14
HexA57FC3F23018112243f
Octal24517730317430304224477
Binary101001011111111110000111111100011011000100010010100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57FC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57FC3; }

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

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

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

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

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

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

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

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