COLOR #A196CB

HEX: #A196CB RGB: (161,150,203)

Color info

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

RGB color model

#A196CB color RGB value is (161,150,203).

RGB: (161,150,203) (63%, 59%, 80%)

RGB channels and saturation

R 161 of 255 = 63%
G 150 of 255 = 59%
B 203 of 255 = 80%

161
150
203

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

Portions of RGB colors in percentages

R + G + B = 161 + 150 + 203 = 514 (100%)
R 161 of 514 ~ 31.32%
G 150 of 514 ~ 29.18%
B 203 of 514 ~ 39.49'%

%31.32
%29.18
%39.49

CMYK color model

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

  • cyan value is 20.69%
  • magenta value is 26.11%
  • yellow value is 0.00%
  • key color value is 20.39%

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

CMYK percentages

%20.69
%26.11
%0
%20.39

Codes

Color #A196CB in popluar color models

A1 96 CB
RGB 161 150 203
HSL 252° 33.76% 69.22%
HSB/HSV 252° 26.11% 79.61%
CMYK 20.69% 26.11% 0.00%
20.39%

Color #A196CB in popluar number systems.

HEX A1 96 CB
Decimal 161 150 203
Binary 10100001 10010110 11001011
Octal 241 226 313

Shades and tints

Shades of #A196CB

#A196CB
(161,150,203)
#9389B9
(147,137,185)
#857CA7
(133,124,167)
#776F95
(119,111,149)
#696283
(105,98,131)
#5B5571
(91,85,113)
#4D485F
(77,72,95)
#3F3B4D
(63,59,77)
#312E3B
(49,46,59)
#232129
(35,33,41)
#151417
(21,20,23)
#000000
(0,0,0)

Tints of #A196CB

#A196CB
(161,150,203)
#A99FCF
(169,159,207)
#B1A8D3
(177,168,211)
#B9B1D7
(185,177,215)
#C1BADB
(193,186,219)
#C9C3DF
(201,195,223)
#D1CCE3
(209,204,227)
#D9D5E7
(217,213,231)
#E1DEEB
(225,222,235)
#E9E7EF
(233,231,239)
#F1F0F3
(241,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A196CB; }

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

This text font color is #A196CB.

Background Color

.myBgColor { background-color: #A196CB; }

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

This div background color is #A196CB.

Border color

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

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

This div border color is #A196CB.

Opacity

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

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

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

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

This text has shadow with #A196CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A196CB.

Preview

Color preview on black background

This text has color #A196CB on black background.


Color preview on white background

This text has color #A196CB on white background.


Black color preview on #A196CB background

This text has black color on #A196CB background.


White color preview on #A196CB background

This text has white color on #A196CB background.


Related colors

Complementary color

Complementary color for #hex is #5E6934.


I love getcolorcode.com

Triadic colors

1 #CBA196 and #96CBA1 with #A196CB are triadic colors.

2 #CB96A1 and #96A1CB with #A196CB are triadic colors.