#A494AE

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

Shades of East Side #A494AE

Tints of East Side #A494AE

Color information

#A494AE (or 0xA494AE) is unknown color: approx East Side. HEX triplet: A4, 94 and AE. RGB value is (164,148,174). Sum of RGB (Red+Green+Blue) = 164+148+174=486 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.74% from 486); Green value is 148 (58.20% from 255 or 30.45% from 486); Blue value is 174 (68.36% from 255 or 35.80% from 486); Max value from RGB is 174 - color contains mainly: blue. Hex color #A494AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A494AE is #5B6B51. Grayscale: #9B9B9B. Windows color (decimal): -5991250 or 11441316. OLE color: 11441316.

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

Color convert

RGB164148174-
CMYK0.060.1500.32
HSL276.92º13.83%63.14%-
HSV(B)276.92º14.94%68.24%-
XYZ33.5432.1344.48-
YUV155.75138.3133.89-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.74%
GREEN value IS 148 (58.20% from 255) = 30.45%
BLUE value IS 174 (68.36% from 255) = 35.80%
R=33.74%
G=30.45%
B=35.80%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1641481740.060.1500.32276.9213.8363.14
HexA494AE6F020115e3f
Octal2442242566170404251677
Binary101001001001010010101110110111101000001000101011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A494AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A494AE; }

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

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

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

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

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

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

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

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