#A496AB

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

Shades of East Side #A496AB

Tints of East Side #A496AB

Color information

#A496AB (or 0xA496AB) is unknown color: approx East Side. HEX triplet: A4, 96 and AB. RGB value is (164,150,171). Sum of RGB (Red+Green+Blue) = 164+150+171=485 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.81% from 485); Green value is 150 (58.98% from 255 or 30.93% from 485); Blue value is 171 (67.19% from 255 or 35.26% from 485); Max value from RGB is 171 - color contains mainly: blue. Hex color #A496AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A496AB is #5B6954. Grayscale: #9C9C9C. Windows color (decimal): -5990741 or 11245220. OLE color: 11245220.

HSL color Cylindrical-coordinate representation of color #A496AB: hue angle of 280º 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 #A496AB is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB164150171-
CMYK0.040.1200.33
HSL280º11.11%62.94%-
HSV(B)280º12.28%67.06%-
XYZ33.5732.6543.06-
YUV156.58136.14133.29-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.81%
GREEN value IS 150 (58.98% from 255) = 30.93%
BLUE value IS 171 (67.19% from 255) = 35.26%
R=33.81%
G=30.93%
B=35.26%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1641501710.040.1200.3328011.1162.94
HexA496AB4C021118b3f
Octal2442262534140414301377
Binary101001001001011010101011100110001000011000110001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A496AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A496AB; }

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

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

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

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

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

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

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

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