#A494AB

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

Shades of East Side #A494AB

Tints of East Side #A494AB

Color information

#A494AB (or 0xA494AB) is unknown color: approx East Side. HEX triplet: A4, 94 and AB. RGB value is (164,148,171). Sum of RGB (Red+Green+Blue) = 164+148+171=483 (63% of max value = 765). Red value is 164 (64.45% from 255 or 33.95% from 483); Green value is 148 (58.20% from 255 or 30.64% from 483); Blue value is 171 (67.19% from 255 or 35.40% from 483); Max value from RGB is 171 - color contains mainly: blue. Hex color #A494AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A494AB is #5B6B54. Grayscale: #9B9B9B. Windows color (decimal): -5991253 or 11244708. OLE color: 11244708.

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

Color convert

RGB164148171-
CMYK0.040.1300.33
HSL281.74º12.04%62.55%-
HSV(B)281.74º13.45%67.06%-
XYZ33.2532.0142.95-
YUV155.41136.8134.13-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.95%
GREEN value IS 148 (58.20% from 255) = 30.64%
BLUE value IS 171 (67.19% from 255) = 35.40%
R=33.95%
G=30.64%
B=35.40%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1641481710.040.1300.33281.7412.0462.55
HexA494AB4D02111ac3f
Octal2442242534150414321477
Binary101001001001010010101011100110101000011000110101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A494AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A494AB; }

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

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

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

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

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

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

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

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