#A497B2

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

Shades of East Side #A497B2

Tints of East Side #A497B2

Color information

#A497B2 (or 0xA497B2) is unknown color: approx East Side. HEX triplet: A4, 97 and B2. RGB value is (164,151,178). Sum of RGB (Red+Green+Blue) = 164+151+178=493 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.27% from 493); Green value is 151 (59.38% from 255 or 30.63% from 493); Blue value is 178 (69.92% from 255 or 36.11% from 493); Max value from RGB is 178 - color contains mainly: blue. Hex color #A497B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A497B2 is #5B684D. Grayscale: #9D9D9D. Windows color (decimal): -5990478 or 11704228. OLE color: 11704228.

HSL color Cylindrical-coordinate representation of color #A497B2: hue angle of 268.89º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A497B2 is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB164151178-
CMYK0.080.1500.30
HSL268.89º14.92%64.51%-
HSV(B)268.89º15.17%69.8%-
XYZ34.4133.2446.72-
YUV157.96139.31132.3-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.27%
GREEN value IS 151 (59.38% from 255) = 30.63%
BLUE value IS 178 (69.92% from 255) = 36.11%
R=33.27%
G=30.63%
B=36.11%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1641511780.080.1500.30268.8914.9264.51
HexA497B28F01E10df41
Octal244227262101703641517101
Binary1010010010010111101100101000111101111010000110111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A497B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A497B2; }

 p { color: rgb(164,151,178); }

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

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

 a { background-color: rgb(164,151,178); }

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

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

 span { border-color: rgb(164,151,178); }

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