COLOR #A197CD

HEX: #A197CD RGB: (161,151,205)

Color info

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

RGB color model

#A197CD color RGB value is (161,151,205).

RGB: (161,151,205) (63%, 59%, 80%)

RGB channels and saturation

R 161 of 255 = 63%
G 151 of 255 = 59%
B 205 of 255 = 80%

161
151
205

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

Portions of RGB colors in percentages

R + G + B = 161 + 151 + 205 = 517 (100%)
R 161 of 517 ~ 31.14%
G 151 of 517 ~ 29.21%
B 205 of 517 ~ 39.65'%

%31.14
%29.21
%39.65

CMYK color model

#A197CD color CMYK value is (21,26,0,20).

  • cyan value is 21.46%
  • magenta value is 26.34%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (21,26,0,20)
C21M26Y0K20 (21%, 26%, 0%, 20%)
(0.21 / 0.26 / 0.00 / 0.20)

CMYK percentages

%21.46
%26.34
%0
%19.61

Codes

Color #A197CD in popluar color models

A1 97 CD
RGB 161 151 205
HSL 251° 35.06% 69.80%
HSB/HSV 251° 26.34% 80.39%
CMYK 21.46% 26.34% 0.00%
19.61%

Color #A197CD in popluar number systems.

HEX A1 97 CD
Decimal 161 151 205
Binary 10100001 10010111 11001101
Octal 241 227 315

Shades and tints

Shades of #A197CD

#A197CD
(161,151,205)
#938ABB
(147,138,187)
#857DA9
(133,125,169)
#777097
(119,112,151)
#696385
(105,99,133)
#5B5673
(91,86,115)
#4D4961
(77,73,97)
#3F3C4F
(63,60,79)
#312F3D
(49,47,61)
#23222B
(35,34,43)
#151519
(21,21,25)
#000000
(0,0,0)

Tints of #A197CD

#A197CD
(161,151,205)
#A9A0D1
(169,160,209)
#B1A9D5
(177,169,213)
#B9B2D9
(185,178,217)
#C1BBDD
(193,187,221)
#C9C4E1
(201,196,225)
#D1CDE5
(209,205,229)
#D9D6E9
(217,214,233)
#E1DFED
(225,223,237)
#E9E8F1
(233,232,241)
#F1F1F5
(241,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A197CD; }

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

This text font color is #A197CD.

Background Color

.myBgColor { background-color: #A197CD; }

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

This div background color is #A197CD.

Border color

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

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

This div border color is #A197CD.

Opacity

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

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

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

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

This text has shadow with #A197CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A197CD.

Preview

Color preview on black background

This text has color #A197CD on black background.


Color preview on white background

This text has color #A197CD on white background.


Black color preview on #A197CD background

This text has black color on #A197CD background.


White color preview on #A197CD background

This text has white color on #A197CD background.


Related colors

Complementary color

Complementary color for #hex is #5E6832.


I love getcolorcode.com

Triadic colors

1 #CDA197 and #97CDA1 with #A197CD are triadic colors.

2 #CD97A1 and #97A1CD with #A197CD are triadic colors.