COLOR #A197C6

HEX: #A197C6
RGB: (161,151,198)

Color info

#A197C6 contains red, green and blue colors in about the same proportion. Web safe color of #A197C6 is #9999CC (or #99C).

RGB color model

#A197C6 color RGB value is (161,151,198).

  • red value is 161;
  • green value is 151;
  • blue value is 198.
RGB:
(161,151,198)
(63%,59%,78%)

RGB channels and saturation

R 161 of 255 = 63%
G 151 of 255 = 59%
B 198 of 255 = 78%

161
151
198

R + G + B ~ 67%. #A197C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 151 + 198 = 510 (100%)
R 161 of 510 ~ 31.57%
G 151 of 510 ~ 29.61%
B 198 of 510 ~ 38.82%

%31.57
%29.61
%38.82

CMYK color model

#A197C6 color CMYK value is (19,24,0,22).

  • cyan value is 18.69%
  • magenta value is 23.74%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(19,24,0,22)
C19M24Y0K22 
(19%,24%,0%,22%)
(0.19/0.24/0.00/0.22)	

CMYK percentages

%18.69
%23.74
%0
%22.35

Codes

Color #A197C6 in popluar color models

A197C6
RGB161151198
HSL253°29.19%68.43%
HSB/HSV253°23.74%77.65%
CMYK18.69%23.74%0.00%
22.35%

Color #A197C6 in popluar number systems.

HEXA197C6
Decimal161151198
Binary101000011001011111000110
Octal241227306

Shades and tints

Shades of #A197C6

#A197C6
(161,151,198)
#938AB4
(147,138,180)
#857DA2
(133,125,162)
#777090
(119,112,144)
#69637E
(105,99,126)
#5B566C
(91,86,108)
#4D495A
(77,73,90)
#3F3C48
(63,60,72)
#312F36
(49,47,54)
#232224
(35,34,36)
#151512
(21,21,18)
#000000
(0,0,0)

Tints of #A197C6

#A197C6
(161,151,198)
#A9A0CB
(169,160,203)
#B1A9D0
(177,169,208)
#B9B2D5
(185,178,213)
#C1BBDA
(193,187,218)
#C9C4DF
(201,196,223)
#D1CDE4
(209,205,228)
#D9D6E9
(217,214,233)
#E1DFEE
(225,223,238)
#E9E8F3
(233,232,243)
#F1F1F8
(241,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A197C6 color. Also use rgb(161,151,198) instead hex code.

Text Font Color

.myTextColor { color: #A197C6; }

<p style="color:#A197C6">This sample text font color is #A197C6.</p>

This text font color is #A197C6.


Background Color

.myBgColor { background-color: #A197C6; }

<div style="background-color:#A197C6">Inner text</div>

This div background color is #A197C6.


Border color

.myBorderColor { border: 1px solid #A197C6; }

<div style="border:3px solid #A197C6">Div</div>

This div border color is #A197C6.


Opacity

.myOpacity80 { color: #A197C6; opacity: 0.8; }

<p style="color:#A197C6;opacity:0.8;">80%</p>

Text with #A197C6 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A197C6;}

<p style="text-shadow: 3px 3px 1px #A197C6">Text here.</p>

This text has shadow with #A197C6 color.

.textShadow {text-shadow: 3px 3px 1px #A197C6, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A197C6, 5px 5px 20px red">Text here.</p>

This text has shadow with #A197C6 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A197C6, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A197C6, Direction=45, Strength=4)">Text</p>

This text has shadow with #A197C6 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #A197C6;
  -webkit-box-shadow:	1px 1px 3px 2px #A197C6;
  box-shadow:		1px 1px 3px 2px #A197C6;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A197C6;
-webkit-box-shadow: 1px 1px 3px 2px #A197C6;
box-shadow:1px 1px 3px 2px #A197C6;">
Div content here</div>
This div box has shadow with color #A197C6.

Preview

Color preview on black background

This text has color #A197C6 on black background.


Color preview on white background

This text has color #A197C6 on white background.



Black color preview on #A197C6 background

This text has black color on #A197C6 background.


White color preview on #A197C6 background

This text has white color on #A197C6 background.