#A096AB

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

Shades of East Side #A096AB

Tints of East Side #A096AB

Color information

#A096AB (or 0xA096AB) is unknown color: approx East Side. HEX triplet: A0, 96 and AB. RGB value is (160,150,171). Sum of RGB (Red+Green+Blue) = 160+150+171=481 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.26% from 481); Green value is 150 (58.98% from 255 or 31.19% from 481); Blue value is 171 (67.19% from 255 or 35.55% from 481); Max value from RGB is 171 - color contains mainly: blue. Hex color #A096AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A096AB is #5F6954. Grayscale: #9B9B9B. Windows color (decimal): -6252885 or 11245216. OLE color: 11245216.

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

Color convert

RGB160150171-
CMYK0.060.1200.33
HSL268.57º11.11%62.94%-
HSV(B)268.57º12.28%67.06%-
XYZ32.7532.2343.02-
YUV155.38136.81131.29-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.26%
GREEN value IS 150 (58.98% from 255) = 31.19%
BLUE value IS 171 (67.19% from 255) = 35.55%
R=33.26%
G=31.19%
B=35.55%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1601501710.060.1200.33268.5711.1162.94
HexA096AB6C02110db3f
Octal2402262536140414151377
Binary101000001001011010101011110110001000011000011011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A096AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A096AB; }

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

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

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

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

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

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

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

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