COLOR #A294D6

HEX: #A294D6
RGB: (162,148,214)

Color info

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

RGB color model

#A294D6 color RGB value is (162,148,214).

  • red value is 162;
  • green value is 148;
  • blue value is 214.
RGB:
(162,148,214)
(64%,58%,84%)

RGB channels and saturation

R 162 of 255 = 64%
G 148 of 255 = 58%
B 214 of 255 = 84%

162
148
214

R + G + B ~ 69%. #A294D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 148 + 214 = 524 (100%)
R 162 of 524 ~ 30.92%
G 148 of 524 ~ 28.24%
B 214 of 524 ~ 40.84%

%30.92
%28.24
%40.84

CMYK color model

#A294D6 color CMYK value is (24,31,0,16).

  • cyan value is 24.30%
  • magenta value is 30.84%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(24,31,0,16)
C24M31Y0K16 
(24%,31%,0%,16%)
(0.24/0.31/0.00/0.16)	

CMYK percentages

%24.3
%30.84
%0
%16.08

Codes

Color #A294D6 in popluar color models

A294D6
RGB162148214
HSL253°44.59%70.98%
HSB/HSV253°30.84%83.92%
CMYK24.30%30.84%0.00%
16.08%

Color #A294D6 in popluar number systems.

HEXA294D6
Decimal162148214
Binary101000101001010011010110
Octal242224326

Shades and tints

Shades of #A294D6

#A294D6
(162,148,214)
#9487C3
(148,135,195)
#867AB0
(134,122,176)
#786D9D
(120,109,157)
#6A608A
(106,96,138)
#5C5377
(92,83,119)
#4E4664
(78,70,100)
#403951
(64,57,81)
#322C3E
(50,44,62)
#241F2B
(36,31,43)
#161218
(22,18,24)
#000000
(0,0,0)

Tints of #A294D6

#A294D6
(162,148,214)
#AA9DD9
(170,157,217)
#B2A6DC
(178,166,220)
#BAAFDF
(186,175,223)
#C2B8E2
(194,184,226)
#CAC1E5
(202,193,229)
#D2CAE8
(210,202,232)
#DAD3EB
(218,211,235)
#E2DCEE
(226,220,238)
#EAE5F1
(234,229,241)
#F2EEF4
(242,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A294D6 color. Also use rgb(162,148,214) instead hex code.

Text Font Color

.myTextColor { color: #A294D6; }

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

This text font color is #A294D6.


Background Color

.myBgColor { background-color: #A294D6; }

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

This div background color is #A294D6.


Border color

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

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

This div border color is #A294D6.


Opacity

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

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

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

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

This text has shadow with #A294D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A294D6 on black background.


Color preview on white background

This text has color #A294D6 on white background.



Black color preview on #A294D6 background

This text has black color on #A294D6 background.


White color preview on #A294D6 background

This text has white color on #A294D6 background.