#A57FAC

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

Shades of East Side #A57FAC

Tints of East Side #A57FAC

Color information

#A57FAC (or 0xA57FAC) is unknown color: approx East Side. HEX triplet: A5, 7F and AC. RGB value is (165,127,172). Sum of RGB (Red+Green+Blue) = 165+127+172=464 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.56% from 464); Green value is 127 (50% from 255 or 27.37% from 464); Blue value is 172 (67.58% from 255 or 37.07% from 464); Max value from RGB is 172 - color contains mainly: blue. Hex color #A57FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57FAC is #5A8053. Grayscale: #8F8F8F. Windows color (decimal): -5931092 or 11304869. OLE color: 11304869.

HSL color Cylindrical-coordinate representation of color #A57FAC: hue angle of 290.67º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A57FAC is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB165127172-
CMYK0.040.2600.33
HSL290.67º21.33%58.63%-
HSV(B)290.67º26.16%67.45%-
XYZ30.5526.1642.47-
YUV143.49144.09143.34-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.56%
GREEN value IS 127 (50% from 255) = 27.37%
BLUE value IS 172 (67.58% from 255) = 37.07%
R=35.56%
G=27.37%
B=37.07%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1651271720.040.2600.33290.6721.3358.63
HexA57FAC41A021123153b
Octal2451772544320414432573
Binary1010010111111111010110010011010010000110010001110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57FAC; }

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

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

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

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

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

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

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

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