#A494B3

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

Shades of East Side #A494B3

Tints of East Side #A494B3

Color information

#A494B3 (or 0xA494B3) is unknown color: approx East Side. HEX triplet: A4, 94 and B3. RGB value is (164,148,179). Sum of RGB (Red+Green+Blue) = 164+148+179=491 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.40% from 491); Green value is 148 (58.20% from 255 or 30.14% from 491); Blue value is 179 (70.31% from 255 or 36.46% from 491); Max value from RGB is 179 - color contains mainly: blue. Hex color #A494B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A494B3 is #5B6B4C. Grayscale: #9C9C9C. Windows color (decimal): -5991245 or 11768996. OLE color: 11768996.

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

Color convert

RGB164148179-
CMYK0.080.1700.30
HSL270.97º16.94%64.12%-
HSV(B)270.97º17.32%70.2%-
XYZ34.0432.3347.09-
YUV156.32140.8133.48-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.40%
GREEN value IS 148 (58.20% from 255) = 30.14%
BLUE value IS 179 (70.31% from 255) = 36.46%
R=33.40%
G=30.14%
B=36.46%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1641481790.080.1700.30270.9716.9464.12
HexA494B381101E10f1140
Octal244224263102103641721100
Binary101001001001010010110011100010001011110100001111100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A494B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A494B3; }

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

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

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

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

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

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

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

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