COLOR #A996E5

HEX: #A996E5
RGB: (169,150,229)

Color info

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

RGB color model

#A996E5 color RGB value is (169,150,229).

  • red value is 169;
  • green value is 150;
  • blue value is 229.
RGB:
(169,150,229)
(66%,59%,90%)

RGB channels and saturation

R 169 of 255 = 66%
G 150 of 255 = 59%
B 229 of 255 = 90%

169
150
229

R + G + B ~ 72%. #A996E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 150 + 229 = 548 (100%)
R 169 of 548 ~ 30.84%
G 150 of 548 ~ 27.37%
B 229 of 548 ~ 41.79%

%30.84
%27.37
%41.79

CMYK color model

#A996E5 color CMYK value is (26,34,0,10).

  • cyan value is 26.20%
  • magenta value is 34.50%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(26,34,0,10)
C26M34Y0K10 
(26%,34%,0%,10%)
(0.26/0.34/0.00/0.10)	

CMYK percentages

%26.2
%34.5
%0
%10.2

Codes

Color #A996E5 in popluar color models

A996E5
RGB169150229
HSL254°60.31%74.31%
HSB/HSV254°34.50%89.80%
CMYK26.20%34.50%0.00%
10.20%

Color #A996E5 in popluar number systems.

HEXA996E5
Decimal169150229
Binary101010011001011011100101
Octal251226345

Shades and tints

Shades of #A996E5

#A996E5
(169,150,229)
#9A89D1
(154,137,209)
#8B7CBD
(139,124,189)
#7C6FA9
(124,111,169)
#6D6295
(109,98,149)
#5E5581
(94,85,129)
#4F486D
(79,72,109)
#403B59
(64,59,89)
#312E45
(49,46,69)
#222131
(34,33,49)
#13141D
(19,20,29)
#000000
(0,0,0)

Tints of #A996E5

#A996E5
(169,150,229)
#B09FE7
(176,159,231)
#B7A8E9
(183,168,233)
#BEB1EB
(190,177,235)
#C5BAED
(197,186,237)
#CCC3EF
(204,195,239)
#D3CCF1
(211,204,241)
#DAD5F3
(218,213,243)
#E1DEF5
(225,222,245)
#E8E7F7
(232,231,247)
#EFF0F9
(239,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A996E5 color. Also use rgb(169,150,229) instead hex code.

Text Font Color

.myTextColor { color: #A996E5; }

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

This text font color is #A996E5.


Background Color

.myBgColor { background-color: #A996E5; }

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

This div background color is #A996E5.


Border color

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

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

This div border color is #A996E5.


Opacity

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

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

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

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

This text has shadow with #A996E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A996E5 on black background.


Color preview on white background

This text has color #A996E5 on white background.



Black color preview on #A996E5 background

This text has black color on #A996E5 background.


White color preview on #A996E5 background

This text has white color on #A996E5 background.