COLOR #A496E0

HEX: #A496E0 RGB: (164,150,224)

Color info

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

RGB color model

#A496E0 color RGB value is (164,150,224).

RGB: (164,150,224) (64%, 59%, 88%)

RGB channels and saturation

R 164 of 255 = 64%
G 150 of 255 = 59%
B 224 of 255 = 88%

164
150
224

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

Portions of RGB colors in percentages

R + G + B = 164 + 150 + 224 = 538 (100%)
R 164 of 538 ~ 30.48%
G 150 of 538 ~ 27.88%
B 224 of 538 ~ 41.64'%

%30.48
%27.88
%41.64

CMYK color model

#A496E0 color CMYK value is (27,33,0,12).

  • cyan value is 26.79%
  • magenta value is 33.04%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK: (27,33,0,12) C27M33Y0K12 (27%,33%,0%,12%) (0.27/0.33/0.00/0.12) 

CMYK percentages

%26.79
%33.04
%0
%12.16

Codes

Color #A496E0 in popluar color models

A4 96 E0
RGB 164 150 224
HSL 251° 54.41% 73.33%
HSB/HSV 251° 33.04% 87.84%
CMYK 26.79% 33.04% 0.00%
12.16%

Color #A496E0 in popluar number systems.

HEX A4 96 E0
Decimal 164 150 224
Binary 10100100 10010110 11100000
Octal 244 226 340

Shades and tints

Shades of #A496E0

#A496E0
(164,150,224)
#9689CC
(150,137,204)
#887CB8
(136,124,184)
#7A6FA4
(122,111,164)
#6C6290
(108,98,144)
#5E557C
(94,85,124)
#504868
(80,72,104)
#423B54
(66,59,84)
#342E40
(52,46,64)
#26212C
(38,33,44)
#181418
(24,20,24)
#000000
(0,0,0)

Tints of #A496E0

#A496E0
(164,150,224)
#AC9FE2
(172,159,226)
#B4A8E4
(180,168,228)
#BCB1E6
(188,177,230)
#C4BAE8
(196,186,232)
#CCC3EA
(204,195,234)
#D4CCEC
(212,204,236)
#DCD5EE
(220,213,238)
#E4DEF0
(228,222,240)
#ECE7F2
(236,231,242)
#F4F0F4
(244,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A496E0 color. Also use rgb(164,150,224) instead hex code.

Text Font Color

.myTextColor { color: #A496E0; }

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

This text font color is #A496E0.

Background Color

.myBgColor { background-color: #A496E0; }

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

This div background color is #A496E0.

Border color

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

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

This div border color is #A496E0.

Opacity

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

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

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

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

This text has shadow with #A496E0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A496E0.

Preview

Color preview on black background

This text has color #A496E0 on black background.


Color preview on white background

This text has color #A496E0 on white background.


Black color preview on #A496E0 background

This text has black color on #A496E0 background.


White color preview on #A496E0 background

This text has white color on #A496E0 background.


Related colors

Complementary color

Complementary color for #hex is #5B691F.


I love getcolorcode.com

Triadic colors

1 #E0A496 and #96E0A4 with #A496E0 are triadic colors.

2 #E096A4 and #96A4E0 with #A496E0 are triadic colors.