COLOR #A197ED

HEX: #A197ED
RGB: (161,151,237)

Color info

#A197ED contains mainly blue color. Web safe color of #A197ED is #9999FF (or #99F).

RGB color model

#A197ED color RGB value is (161,151,237).

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

RGB channels and saturation

R 161 of 255 = 63%
G 151 of 255 = 59%
B 237 of 255 = 93%

161
151
237

R + G + B ~ 72%. #A197ED is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 151 + 237 = 549 (100%)
R 161 of 549 ~ 29.33%
G 151 of 549 ~ 27.5%
B 237 of 549 ~ 43.17%

%29.33
%27.5
%43.17

CMYK color model

#A197ED color CMYK value is (32,36,0,7).

  • cyan value is 32.07%
  • magenta value is 36.29%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(32,36,0,7)
C32M36Y0K7 
(32%,36%,0%,7%)
(0.32/0.36/0.00/0.07)	

CMYK percentages

%32.07
%36.29
%0
%7.06

Codes

Color #A197ED in popluar color models

A197ED
RGB161151237
HSL247°70.49%76.08%
HSB/HSV247°36.29%92.94%
CMYK32.07%36.29%0.00%
7.06%

Color #A197ED in popluar number systems.

HEXA197ED
Decimal161151237
Binary101000011001011111101101
Octal241227355

Shades and tints

Shades of #A197ED

#A197ED
(161,151,237)
#938AD8
(147,138,216)
#857DC3
(133,125,195)
#7770AE
(119,112,174)
#696399
(105,99,153)
#5B5684
(91,86,132)
#4D496F
(77,73,111)
#3F3C5A
(63,60,90)
#312F45
(49,47,69)
#232230
(35,34,48)
#15151B
(21,21,27)
#000000
(0,0,0)

Tints of #A197ED

#A197ED
(161,151,237)
#A9A0EE
(169,160,238)
#B1A9EF
(177,169,239)
#B9B2F0
(185,178,240)
#C1BBF1
(193,187,241)
#C9C4F2
(201,196,242)
#D1CDF3
(209,205,243)
#D9D6F4
(217,214,244)
#E1DFF5
(225,223,245)
#E9E8F6
(233,232,246)
#F1F1F7
(241,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A197ED; }

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

This text font color is #A197ED.


Background Color

.myBgColor { background-color: #A197ED; }

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

This div background color is #A197ED.


Border color

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

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

This div border color is #A197ED.


Opacity

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

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

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

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

This text has shadow with #A197ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A197ED on black background.


Color preview on white background

This text has color #A197ED on white background.



Black color preview on #A197ED background

This text has black color on #A197ED background.


White color preview on #A197ED background

This text has white color on #A197ED background.