#A497AE

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

Shades of East Side #A497AE

Tints of East Side #A497AE

Color information

#A497AE (or 0xA497AE) is unknown color: approx East Side. HEX triplet: A4, 97 and AE. RGB value is (164,151,174). Sum of RGB (Red+Green+Blue) = 164+151+174=489 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.54% from 489); Green value is 151 (59.38% from 255 or 30.88% from 489); Blue value is 174 (68.36% from 255 or 35.58% from 489); Max value from RGB is 174 - color contains mainly: blue. Hex color #A497AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A497AE is #5B6851. Grayscale: #9D9D9D. Windows color (decimal): -5990482 or 11442084. OLE color: 11442084.

HSL color Cylindrical-coordinate representation of color #A497AE: hue angle of 273.91º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A497AE is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB164151174-
CMYK0.060.1300.32
HSL273.91º12.43%63.73%-
HSV(B)273.91º13.22%68.24%-
XYZ34.0233.0844.64-
YUV157.51137.31132.63-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.54%
GREEN value IS 151 (59.38% from 255) = 30.88%
BLUE value IS 174 (68.36% from 255) = 35.58%
R=33.54%
G=30.88%
B=35.58%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1641511740.060.1300.32273.9112.4363.73
HexA497AE6D020112c40
Octal24422725661504042214100
Binary1010010010010111101011101101101010000010001001011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A497AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A497AE; }

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

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

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

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

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

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

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

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