#A57FAF

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

Shades of East Side #A57FAF

Tints of East Side #A57FAF

Color information

#A57FAF (or 0xA57FAF) is unknown color: approx East Side. HEX triplet: A5, 7F and AF. RGB value is (165,127,175). Sum of RGB (Red+Green+Blue) = 165+127+175=467 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.33% from 467); Green value is 127 (50% from 255 or 27.19% from 467); Blue value is 175 (68.75% from 255 or 37.47% from 467); Max value from RGB is 175 - color contains mainly: blue. Hex color #A57FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57FAF is #5A8050. Grayscale: #8F8F8F. Windows color (decimal): -5931089 or 11501477. OLE color: 11501477.

HSL color Cylindrical-coordinate representation of color #A57FAF: hue angle of 287.5º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A57FAF is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB165127175-
CMYK0.060.2700.31
HSL287.5º23.08%59.22%-
HSV(B)287.5º27.43%68.63%-
XYZ30.8426.2744-
YUV143.83145.59143.1-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.33%
GREEN value IS 127 (50% from 255) = 27.19%
BLUE value IS 175 (68.75% from 255) = 37.47%
R=35.33%
G=27.19%
B=37.47%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1651271750.060.2700.31287.523.0859.22
HexA57FAF61B01F120173b
Octal2451772576330374402773
Binary101001011111111101011111101101101111110010000010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57FAF; }

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

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

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

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

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

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

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

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