COLOR #A197E3

HEX: #A197E3
RGB: (161,151,227)

Color info

#A197E3 contains mainly blue color. Web safe color of #A197E3 is #9999CC (or #99C).

RGB color model

#A197E3 color RGB value is (161,151,227).

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

RGB channels and saturation

R 161 of 255 = 63%
G 151 of 255 = 59%
B 227 of 255 = 89%

161
151
227

R + G + B ~ 70%. #A197E3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 151 + 227 = 539 (100%)
R 161 of 539 ~ 29.87%
G 151 of 539 ~ 28.01%
B 227 of 539 ~ 42.12%

%29.87
%28.01
%42.12

CMYK color model

#A197E3 color CMYK value is (29,33,0,11).

  • cyan value is 29.07%
  • magenta value is 33.48%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(29,33,0,11)
C29M33Y0K11 
(29%,33%,0%,11%)
(0.29/0.33/0.00/0.11)	

CMYK percentages

%29.07
%33.48
%0
%10.98

Codes

Color #A197E3 in popluar color models

A197E3
RGB161151227
HSL248°57.58%74.12%
HSB/HSV248°33.48%89.02%
CMYK29.07%33.48%0.00%
10.98%

Color #A197E3 in popluar number systems.

HEXA197E3
Decimal161151227
Binary101000011001011111100011
Octal241227343

Shades and tints

Shades of #A197E3

#A197E3
(161,151,227)
#938ACF
(147,138,207)
#857DBB
(133,125,187)
#7770A7
(119,112,167)
#696393
(105,99,147)
#5B567F
(91,86,127)
#4D496B
(77,73,107)
#3F3C57
(63,60,87)
#312F43
(49,47,67)
#23222F
(35,34,47)
#15151B
(21,21,27)
#000000
(0,0,0)

Tints of #A197E3

#A197E3
(161,151,227)
#A9A0E5
(169,160,229)
#B1A9E7
(177,169,231)
#B9B2E9
(185,178,233)
#C1BBEB
(193,187,235)
#C9C4ED
(201,196,237)
#D1CDEF
(209,205,239)
#D9D6F1
(217,214,241)
#E1DFF3
(225,223,243)
#E9E8F5
(233,232,245)
#F1F1F7
(241,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A197E3; }

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

This text font color is #A197E3.


Background Color

.myBgColor { background-color: #A197E3; }

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

This div background color is #A197E3.


Border color

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

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

This div border color is #A197E3.


Opacity

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

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

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

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

This text has shadow with #A197E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A197E3 on black background.


Color preview on white background

This text has color #A197E3 on white background.



Black color preview on #A197E3 background

This text has black color on #A197E3 background.


White color preview on #A197E3 background

This text has white color on #A197E3 background.