COLOR #A295C9

HEX: #A295C9
RGB: (162,149,201)

Color info

#A295C9 contains red, green and blue colors in about the same proportion. Web safe color of #A295C9 is #9999CC (or #99C).

RGB color model

#A295C9 color RGB value is (162,149,201).

  • red value is 162;
  • green value is 149;
  • blue value is 201.
RGB:
(162,149,201)
(64%,58%,79%)

RGB channels and saturation

R 162 of 255 = 64%
G 149 of 255 = 58%
B 201 of 255 = 79%

162
149
201

R + G + B ~ 67%. #A295C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 149 + 201 = 512 (100%)
R 162 of 512 ~ 31.64%
G 149 of 512 ~ 29.1%
B 201 of 512 ~ 39.26%

%31.64
%29.1
%39.26

CMYK color model

#A295C9 color CMYK value is (19,26,0,21).

  • cyan value is 19.40%
  • magenta value is 25.87%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(19,26,0,21)
C19M26Y0K21 
(19%,26%,0%,21%)
(0.19/0.26/0.00/0.21)	

CMYK percentages

%19.4
%25.87
%0
%21.18

Codes

Color #A295C9 in popluar color models

A295C9
RGB162149201
HSL255°32.50%68.63%
HSB/HSV255°25.87%78.82%
CMYK19.40%25.87%0.00%
21.18%

Color #A295C9 in popluar number systems.

HEXA295C9
Decimal162149201
Binary101000101001010111001001
Octal242225311

Shades and tints

Shades of #A295C9

#A295C9
(162,149,201)
#9488B7
(148,136,183)
#867BA5
(134,123,165)
#786E93
(120,110,147)
#6A6181
(106,97,129)
#5C546F
(92,84,111)
#4E475D
(78,71,93)
#403A4B
(64,58,75)
#322D39
(50,45,57)
#242027
(36,32,39)
#161315
(22,19,21)
#000000
(0,0,0)

Tints of #A295C9

#A295C9
(162,149,201)
#AA9ECD
(170,158,205)
#B2A7D1
(178,167,209)
#BAB0D5
(186,176,213)
#C2B9D9
(194,185,217)
#CAC2DD
(202,194,221)
#D2CBE1
(210,203,225)
#DAD4E5
(218,212,229)
#E2DDE9
(226,221,233)
#EAE6ED
(234,230,237)
#F2EFF1
(242,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A295C9 color. Also use rgb(162,149,201) instead hex code.

Text Font Color

.myTextColor { color: #A295C9; }

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

This text font color is #A295C9.


Background Color

.myBgColor { background-color: #A295C9; }

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

This div background color is #A295C9.


Border color

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

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

This div border color is #A295C9.


Opacity

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

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

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

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

This text has shadow with #A295C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A295C9 on black background.


Color preview on white background

This text has color #A295C9 on white background.



Black color preview on #A295C9 background

This text has black color on #A295C9 background.


White color preview on #A295C9 background

This text has white color on #A295C9 background.