#A596B6

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

Shades of East Side #A596B6

Tints of East Side #A596B6

Color information

#A596B6 (or 0xA596B6) is unknown color: approx East Side. HEX triplet: A5, 96 and B6. RGB value is (165,150,182). Sum of RGB (Red+Green+Blue) = 165+150+182=497 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.20% from 497); Green value is 150 (58.98% from 255 or 30.18% from 497); Blue value is 182 (71.48% from 255 or 36.62% from 497); Max value from RGB is 182 - color contains mainly: blue. Hex color #A596B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A596B6 is #5A6949. Grayscale: #9E9E9E. Windows color (decimal): -5925194 or 11966117. OLE color: 11966117.

HSL color Cylindrical-coordinate representation of color #A596B6: hue angle of 268.12º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A596B6 is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB165150182-
CMYK0.090.1800.29
HSL268.12º17.98%65.1%-
HSV(B)268.12º17.58%71.37%-
XYZ34.8733.1948.82-
YUV158.13141.47132.9-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.20%
GREEN value IS 150 (58.98% from 255) = 30.18%
BLUE value IS 182 (71.48% from 255) = 36.62%
R=33.20%
G=30.18%
B=36.62%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1651501820.090.1800.29268.1217.9865.1
HexA596B691201D10c1241
Octal245226266112203541422101
Binary101001011001011010110110100110010011101100001100100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A596B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A596B6; }

 p { color: rgb(165,150,182); }

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

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

 a { background-color: rgb(165,150,182); }

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

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

 span { border-color: rgb(165,150,182); }

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