COLOR #A996F0

HEX: #A996F0
RGB: (169,150,240)

Color info

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

RGB color model

#A996F0 color RGB value is (169,150,240).

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

RGB channels and saturation

R 169 of 255 = 66%
G 150 of 255 = 59%
B 240 of 255 = 94%

169
150
240

R + G + B ~ 73%. #A996F0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 150 + 240 = 559 (100%)
R 169 of 559 ~ 30.23%
G 150 of 559 ~ 26.83%
B 240 of 559 ~ 42.93%

%30.23
%26.83
%42.93

CMYK color model

#A996F0 color CMYK value is (30,38,0,6).

  • cyan value is 29.58%
  • magenta value is 37.50%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(30,38,0,6)
C30M38Y0K6 
(30%,38%,0%,6%)
(0.30/0.38/0.00/0.06)	

CMYK percentages

%29.58
%37.5
%0
%5.88

Codes

Color #A996F0 in popluar color models

A996F0
RGB169150240
HSL253°75.00%76.47%
HSB/HSV253°37.50%94.12%
CMYK29.58%37.50%0.00%
5.88%

Color #A996F0 in popluar number systems.

HEXA996F0
Decimal169150240
Binary101010011001011011110000
Octal251226360

Shades and tints

Shades of #A996F0

#A996F0
(169,150,240)
#9A89DB
(154,137,219)
#8B7CC6
(139,124,198)
#7C6FB1
(124,111,177)
#6D629C
(109,98,156)
#5E5587
(94,85,135)
#4F4872
(79,72,114)
#403B5D
(64,59,93)
#312E48
(49,46,72)
#222133
(34,33,51)
#13141E
(19,20,30)
#000000
(0,0,0)

Tints of #A996F0

#A996F0
(169,150,240)
#B09FF1
(176,159,241)
#B7A8F2
(183,168,242)
#BEB1F3
(190,177,243)
#C5BAF4
(197,186,244)
#CCC3F5
(204,195,245)
#D3CCF6
(211,204,246)
#DAD5F7
(218,213,247)
#E1DEF8
(225,222,248)
#E8E7F9
(232,231,249)
#EFF0FA
(239,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A996F0; }

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

This text font color is #A996F0.


Background Color

.myBgColor { background-color: #A996F0; }

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

This div background color is #A996F0.


Border color

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

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

This div border color is #A996F0.


Opacity

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

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

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

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

This text has shadow with #A996F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A996F0 on black background.


Color preview on white background

This text has color #A996F0 on white background.



Black color preview on #A996F0 background

This text has black color on #A996F0 background.


White color preview on #A996F0 background

This text has white color on #A996F0 background.