#A497A9

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

Shades of East Side #A497A9

Tints of East Side #A497A9

Color information

#A497A9 (or 0xA497A9) is unknown color: approx East Side. HEX triplet: A4, 97 and A9. RGB value is (164,151,169). Sum of RGB (Red+Green+Blue) = 164+151+169=484 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.88% from 484); Green value is 151 (59.38% from 255 or 31.20% from 484); Blue value is 169 (66.41% from 255 or 34.92% from 484); Max value from RGB is 169 - color contains mainly: blue. Hex color #A497A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A497A9 is #5B6856. Grayscale: #9C9C9C. Windows color (decimal): -5990487 or 11114404. OLE color: 11114404.

HSL color Cylindrical-coordinate representation of color #A497A9: hue angle of 283.33º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A497A9 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB164151169-
CMYK0.030.1100.34
HSL283.33º9.47%62.75%-
HSV(B)283.33º10.65%66.27%-
XYZ33.5432.8942.12-
YUV156.94134.81133.04-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.88%
GREEN value IS 151 (59.38% from 255) = 31.20%
BLUE value IS 169 (66.41% from 255) = 34.92%
R=33.88%
G=31.20%
B=34.92%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1641511690.030.1100.34283.339.4762.75
HexA497A93B02211b93f
Octal2442272513130424331177
Binary10100100100101111010100111101101000101000110111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A497A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A497A9; }

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

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

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

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

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

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

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

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