#A197AB

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

Shades of East Side #A197AB

Tints of East Side #A197AB

Color information

#A197AB (or 0xA197AB) is unknown color: approx East Side. HEX triplet: A1, 97 and AB. RGB value is (161,151,171). Sum of RGB (Red+Green+Blue) = 161+151+171=483 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.33% from 483); Green value is 151 (59.38% from 255 or 31.26% from 483); Blue value is 171 (67.19% from 255 or 35.40% from 483); Max value from RGB is 171 - color contains mainly: blue. Hex color #A197AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A197AB is #5E6854. Grayscale: #9C9C9C. Windows color (decimal): -6187093 or 11245473. OLE color: 11245473.

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

Color convert

RGB161151171-
CMYK0.060.1200.33
HSL270º10.64%63.14%-
HSV(B)270º11.7%67.06%-
XYZ33.1232.6543.08-
YUV156.27136.31131.37-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.33%
GREEN value IS 151 (59.38% from 255) = 31.26%
BLUE value IS 171 (67.19% from 255) = 35.40%
R=33.33%
G=31.26%
B=35.40%

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
Decimal1611511710.060.1200.3327010.6463.14
HexA197AB6C02110eb3f
Octal2412272536140414161377
Binary101000011001011110101011110110001000011000011101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A197AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A197AB; }

 p { color: rgb(161,151,171); }

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

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

 a { background-color: rgb(161,151,171); }

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

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

 span { border-color: rgb(161,151,171); }

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