COLOR #A196EB

HEX: #A196EB RGB: (161,150,235)

Color info

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

RGB color model

#A196EB color RGB value is (161,150,235).

RGB: (161,150,235) (63%, 59%, 92%)

RGB channels and saturation

R 161 of 255 = 63%
G 150 of 255 = 59%
B 235 of 255 = 92%

161
150
235

R + G + B ~ 71%. #A196EB is quite light color.

Portions of RGB colors in percentages

R + G + B = 161 + 150 + 235 = 546 (100%)
R 161 of 546 ~ 29.49%
G 150 of 546 ~ 27.47%
B 235 of 546 ~ 43.04'%

%29.49
%27.47
%43.04

CMYK color model

#A196EB color CMYK value is (31,36,0,8).

  • cyan value is 31.49%
  • magenta value is 36.17%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK: (31,36,0,8) C31M36Y0K8 (31%,36%,0%,8%) (0.31/0.36/0.00/0.08) 

CMYK percentages

%31.49
%36.17
%0
%7.84

Codes

Color #A196EB in popluar color models

A1 96 EB
RGB 161 150 235
HSL 248° 68.00% 75.49%
HSB/HSV 248° 36.17% 92.16%
CMYK 31.49% 36.17% 0.00%
7.84%

Color #A196EB in popluar number systems.

HEX A1 96 EB
Decimal 161 150 235
Binary 10100001 10010110 11101011
Octal 241 226 353

Shades and tints

Shades of #A196EB

#A196EB
(161,150,235)
#9389D6
(147,137,214)
#857CC1
(133,124,193)
#776FAC
(119,111,172)
#696297
(105,98,151)
#5B5582
(91,85,130)
#4D486D
(77,72,109)
#3F3B58
(63,59,88)
#312E43
(49,46,67)
#23212E
(35,33,46)
#151419
(21,20,25)
#000000
(0,0,0)

Tints of #A196EB

#A196EB
(161,150,235)
#A99FEC
(169,159,236)
#B1A8ED
(177,168,237)
#B9B1EE
(185,177,238)
#C1BAEF
(193,186,239)
#C9C3F0
(201,195,240)
#D1CCF1
(209,204,241)
#D9D5F2
(217,213,242)
#E1DEF3
(225,222,243)
#E9E7F4
(233,231,244)
#F1F0F5
(241,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A196EB; }

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

This text font color is #A196EB.

Background Color

.myBgColor { background-color: #A196EB; }

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

This div background color is #A196EB.

Border color

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

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

This div border color is #A196EB.

Opacity

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

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

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

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

This text has shadow with #A196EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A196EB.

Preview

Color preview on black background

This text has color #A196EB on black background.


Color preview on white background

This text has color #A196EB on white background.


Black color preview on #A196EB background

This text has black color on #A196EB background.


White color preview on #A196EB background

This text has white color on #A196EB background.


Related colors

Complementary color

Complementary color for #hex is #5E6914.


I love getcolorcode.com

Triadic colors

1 #EBA196 and #96EBA1 with #A196EB are triadic colors.

2 #EB96A1 and #96A1EB with #A196EB are triadic colors.