COLOR #A994DC

HEX: #A994DC
RGB: (169,148,220)

Color info

#A994DC contains mainly red and blue colors. Web safe color of #A994DC is #9999CC (or #99C).

RGB color model

#A994DC color RGB value is (169,148,220).

  • red value is 169;
  • green value is 148;
  • blue value is 220.
RGB:
(169,148,220)
(66%,58%,86%)

RGB channels and saturation

R 169 of 255 = 66%
G 148 of 255 = 58%
B 220 of 255 = 86%

169
148
220

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

Portions of RGB colors in percentages

R + G + B =
169 + 148 + 220 = 537 (100%)
R 169 of 537 ~ 31.47%
G 148 of 537 ~ 27.56%
B 220 of 537 ~ 40.97%

%31.47
%27.56
%40.97

CMYK color model

#A994DC color CMYK value is (23,33,0,14).

  • cyan value is 23.18%
  • magenta value is 32.73%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(23,33,0,14)
C23M33Y0K14 
(23%,33%,0%,14%)
(0.23/0.33/0.00/0.14)	

CMYK percentages

%23.18
%32.73
%0
%13.73

Codes

Color #A994DC in popluar color models

A994DC
RGB169148220
HSL258°50.70%72.16%
HSB/HSV258°32.73%86.27%
CMYK23.18%32.73%0.00%
13.73%

Color #A994DC in popluar number systems.

HEXA994DC
Decimal169148220
Binary101010011001010011011100
Octal251224334

Shades and tints

Shades of #A994DC

#A994DC
(169,148,220)
#9A87C8
(154,135,200)
#8B7AB4
(139,122,180)
#7C6DA0
(124,109,160)
#6D608C
(109,96,140)
#5E5378
(94,83,120)
#4F4664
(79,70,100)
#403950
(64,57,80)
#312C3C
(49,44,60)
#221F28
(34,31,40)
#131214
(19,18,20)
#000000
(0,0,0)

Tints of #A994DC

#A994DC
(169,148,220)
#B09DDF
(176,157,223)
#B7A6E2
(183,166,226)
#BEAFE5
(190,175,229)
#C5B8E8
(197,184,232)
#CCC1EB
(204,193,235)
#D3CAEE
(211,202,238)
#DAD3F1
(218,211,241)
#E1DCF4
(225,220,244)
#E8E5F7
(232,229,247)
#EFEEFA
(239,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A994DC color. Also use rgb(169,148,220) instead hex code.

Text Font Color

.myTextColor { color: #A994DC; }

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

This text font color is #A994DC.


Background Color

.myBgColor { background-color: #A994DC; }

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

This div background color is #A994DC.


Border color

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

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

This div border color is #A994DC.


Opacity

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

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

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

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

This text has shadow with #A994DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A994DC on black background.


Color preview on white background

This text has color #A994DC on white background.



Black color preview on #A994DC background

This text has black color on #A994DC background.


White color preview on #A994DC background

This text has white color on #A994DC background.