#A496B3

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

Shades of East Side #A496B3

Tints of East Side #A496B3

Color information

#A496B3 (or 0xA496B3) is unknown color: approx East Side. HEX triplet: A4, 96 and B3. RGB value is (164,150,179). Sum of RGB (Red+Green+Blue) = 164+150+179=493 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.27% from 493); Green value is 150 (58.98% from 255 or 30.43% from 493); Blue value is 179 (70.31% from 255 or 36.31% from 493); Max value from RGB is 179 - color contains mainly: blue. Hex color #A496B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A496B3 is #5B694C. Grayscale: #9D9D9D. Windows color (decimal): -5990733 or 11769508. OLE color: 11769508.

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

Color convert

RGB164150179-
CMYK0.080.1600.30
HSL268.97º16.02%64.51%-
HSV(B)268.97º16.2%70.2%-
XYZ34.3532.9647.2-
YUV157.49140.14132.64-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.27%
GREEN value IS 150 (58.98% from 255) = 30.43%
BLUE value IS 179 (70.31% from 255) = 36.31%
R=33.27%
G=30.43%
B=36.31%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1641501790.080.1600.30268.9716.0264.51
HexA496B381001E10d1041
Octal244226263102003641520101
Binary101001001001011010110011100010000011110100001101100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A496B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A496B3; }

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

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

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

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

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

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

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

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