COLOR #A197C5

HEX: #A197C5
RGB: (161,151,197)

Color info

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

RGB color model

#A197C5 color RGB value is (161,151,197).

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

RGB channels and saturation

R 161 of 255 = 63%
G 151 of 255 = 59%
B 197 of 255 = 77%

161
151
197

R + G + B ~ 66%. #A197C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 151 + 197 = 509 (100%)
R 161 of 509 ~ 31.63%
G 151 of 509 ~ 29.67%
B 197 of 509 ~ 38.7%

%31.63
%29.67
%38.7

CMYK color model

#A197C5 color CMYK value is (18,23,0,23).

  • cyan value is 18.27%
  • magenta value is 23.35%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(18,23,0,23)
C18M23Y0K23 
(18%,23%,0%,23%)
(0.18/0.23/0.00/0.23)	

CMYK percentages

%18.27
%23.35
%0
%22.75

Codes

Color #A197C5 in popluar color models

A197C5
RGB161151197
HSL253°28.40%68.24%
HSB/HSV253°23.35%77.25%
CMYK18.27%23.35%0.00%
22.75%

Color #A197C5 in popluar number systems.

HEXA197C5
Decimal161151197
Binary101000011001011111000101
Octal241227305

Shades and tints

Shades of #A197C5

#A197C5
(161,151,197)
#938AB4
(147,138,180)
#857DA3
(133,125,163)
#777092
(119,112,146)
#696381
(105,99,129)
#5B5670
(91,86,112)
#4D495F
(77,73,95)
#3F3C4E
(63,60,78)
#312F3D
(49,47,61)
#23222C
(35,34,44)
#15151B
(21,21,27)
#000000
(0,0,0)

Tints of #A197C5

#A197C5
(161,151,197)
#A9A0CA
(169,160,202)
#B1A9CF
(177,169,207)
#B9B2D4
(185,178,212)
#C1BBD9
(193,187,217)
#C9C4DE
(201,196,222)
#D1CDE3
(209,205,227)
#D9D6E8
(217,214,232)
#E1DFED
(225,223,237)
#E9E8F2
(233,232,242)
#F1F1F7
(241,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A197C5; }

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

This text font color is #A197C5.


Background Color

.myBgColor { background-color: #A197C5; }

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

This div background color is #A197C5.


Border color

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

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

This div border color is #A197C5.


Opacity

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

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

Text with #A197C5 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 #A197C5;}

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

This text has shadow with #A197C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A197C5 on black background.


Color preview on white background

This text has color #A197C5 on white background.



Black color preview on #A197C5 background

This text has black color on #A197C5 background.


White color preview on #A197C5 background

This text has white color on #A197C5 background.