#A796B3

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

Shades of East Side #A796B3

Tints of East Side #A796B3

Color information

#A796B3 (or 0xA796B3) is unknown color: approx East Side. HEX triplet: A7, 96 and B3. RGB value is (167,150,179). Sum of RGB (Red+Green+Blue) = 167+150+179=496 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.67% from 496); Green value is 150 (58.98% from 255 or 30.24% from 496); Blue value is 179 (70.31% from 255 or 36.09% from 496); Max value from RGB is 179 - color contains mainly: blue. Hex color #A796B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A796B3 is #58694C. Grayscale: #9E9E9E. Windows color (decimal): -5794125 or 11769511. OLE color: 11769511.

HSL color Cylindrical-coordinate representation of color #A796B3: hue angle of 275.17º 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 #A796B3 is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB167150179-
CMYK0.070.1600.30
HSL275.17º16.02%64.51%-
HSV(B)275.17º16.2%70.2%-
XYZ34.9833.2847.23-
YUV158.39139.63134.14-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.67%
GREEN value IS 150 (58.98% from 255) = 30.24%
BLUE value IS 179 (70.31% from 255) = 36.09%
R=33.67%
G=30.24%
B=36.09%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1671501790.070.1600.30275.1716.0264.51
HexA796B371001E1131041
Octal24722626372003642320101
Binary10100111100101101011001111110000011110100010011100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A796B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A796B3; }

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

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

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

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

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

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

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

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