#A497AC

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

Shades of East Side #A497AC

Tints of East Side #A497AC

Color information

#A497AC (or 0xA497AC) is unknown color: approx East Side. HEX triplet: A4, 97 and AC. RGB value is (164,151,172). Sum of RGB (Red+Green+Blue) = 164+151+172=487 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.68% from 487); Green value is 151 (59.38% from 255 or 31.01% from 487); Blue value is 172 (67.58% from 255 or 35.32% from 487); Max value from RGB is 172 - color contains mainly: blue. Hex color #A497AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A497AC is #5B6853. Grayscale: #9D9D9D. Windows color (decimal): -5990484 or 11311012. OLE color: 11311012.

HSL color Cylindrical-coordinate representation of color #A497AC: hue angle of 277.14º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A497AC is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB164151172-
CMYK0.050.1200.33
HSL277.14º11.23%63.33%-
HSV(B)277.14º12.21%67.45%-
XYZ33.823343.62-
YUV157.28136.31132.79-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.68%
GREEN value IS 151 (59.38% from 255) = 31.01%
BLUE value IS 172 (67.58% from 255) = 35.32%
R=33.68%
G=31.01%
B=35.32%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1641511720.050.1200.33277.1411.2363.33
HexA497AC5C021115b3f
Octal2442272545140414251377
Binary101001001001011110101100101110001000011000101011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A497AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A497AC; }

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

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

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

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

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

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

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

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