COLOR #A196C5

HEX: #A196C5
RGB: (161,150,197)

Color info

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

RGB color model

#A196C5 color RGB value is (161,150,197).

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

RGB channels and saturation

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

161
150
197

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

Portions of RGB colors in percentages

R + G + B =
161 + 150 + 197 = 508 (100%)
R 161 of 508 ~ 31.69%
G 150 of 508 ~ 29.53%
B 197 of 508 ~ 38.78%

%31.69
%29.53
%38.78

CMYK color model

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

  • cyan value is 18.27%
  • magenta value is 23.86%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(18,24,0,23)
C18M24Y0K23 
(18%,24%,0%,23%)
(0.18/0.24/0.00/0.23)	

CMYK percentages

%18.27
%23.86
%0
%22.75

Codes

Color #A196C5 in popluar color models

A196C5
RGB161150197
HSL254°28.83%68.04%
HSB/HSV254°23.86%77.25%
CMYK18.27%23.86%0.00%
22.75%

Color #A196C5 in popluar number systems.

HEXA196C5
Decimal161150197
Binary101000011001011011000101
Octal241226305

Shades and tints

Shades of #A196C5

#A196C5
(161,150,197)
#9389B4
(147,137,180)
#857CA3
(133,124,163)
#776F92
(119,111,146)
#696281
(105,98,129)
#5B5570
(91,85,112)
#4D485F
(77,72,95)
#3F3B4E
(63,59,78)
#312E3D
(49,46,61)
#23212C
(35,33,44)
#15141B
(21,20,27)
#000000
(0,0,0)

Tints of #A196C5

#A196C5
(161,150,197)
#A99FCA
(169,159,202)
#B1A8CF
(177,168,207)
#B9B1D4
(185,177,212)
#C1BAD9
(193,186,217)
#C9C3DE
(201,195,222)
#D1CCE3
(209,204,227)
#D9D5E8
(217,213,232)
#E1DEED
(225,222,237)
#E9E7F2
(233,231,242)
#F1F0F7
(241,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A196C5; }

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

This text font color is #A196C5.


Background Color

.myBgColor { background-color: #A196C5; }

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

This div background color is #A196C5.


Border color

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

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

This div border color is #A196C5.


Opacity

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

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

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

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

This text has shadow with #A196C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A196C5 on black background.


Color preview on white background

This text has color #A196C5 on white background.



Black color preview on #A196C5 background

This text has black color on #A196C5 background.


White color preview on #A196C5 background

This text has white color on #A196C5 background.