#A197AC

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

Shades of East Side #A197AC

Tints of East Side #A197AC

Color information

#A197AC (or 0xA197AC) is unknown color: approx East Side. HEX triplet: A1, 97 and AC. RGB value is (161,151,172). Sum of RGB (Red+Green+Blue) = 161+151+172=484 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.26% from 484); Green value is 151 (59.38% from 255 or 31.20% from 484); Blue value is 172 (67.58% from 255 or 35.54% from 484); Max value from RGB is 172 - color contains mainly: blue. Hex color #A197AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A197AC is #5E6853. Grayscale: #9C9C9C. Windows color (decimal): -6187092 or 11311009. OLE color: 11311009.

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

Color convert

RGB161151172-
CMYK0.060.1200.33
HSL268.57º11.23%63.33%-
HSV(B)268.57º12.21%67.45%-
XYZ33.2132.6943.59-
YUV156.38136.81131.29-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.26%
GREEN value IS 151 (59.38% from 255) = 31.20%
BLUE value IS 172 (67.58% from 255) = 35.54%
R=33.26%
G=31.20%
B=35.54%

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
Decimal1611511720.060.1200.33268.5711.2363.33
HexA197AC6C02110db3f
Octal2412272546140414151377
Binary101000011001011110101100110110001000011000011011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A197AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A197AC; }

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

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

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

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

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

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

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

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