COLOR #A297D4

HEX: #A297D4
RGB: (162,151,212)

Color info

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

RGB color model

#A297D4 color RGB value is (162,151,212).

  • red value is 162;
  • green value is 151;
  • blue value is 212.
RGB:
(162,151,212)
(64%,59%,83%)

RGB channels and saturation

R 162 of 255 = 64%
G 151 of 255 = 59%
B 212 of 255 = 83%

162
151
212

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

Portions of RGB colors in percentages

R + G + B =
162 + 151 + 212 = 525 (100%)
R 162 of 525 ~ 30.86%
G 151 of 525 ~ 28.76%
B 212 of 525 ~ 40.38%

%30.86
%28.76
%40.38

CMYK color model

#A297D4 color CMYK value is (24,29,0,17).

  • cyan value is 23.58%
  • magenta value is 28.77%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(24,29,0,17)
C24M29Y0K17 
(24%,29%,0%,17%)
(0.24/0.29/0.00/0.17)	

CMYK percentages

%23.58
%28.77
%0
%16.86

Codes

Color #A297D4 in popluar color models

A297D4
RGB162151212
HSL251°41.50%71.18%
HSB/HSV251°28.77%83.14%
CMYK23.58%28.77%0.00%
16.86%

Color #A297D4 in popluar number systems.

HEXA297D4
Decimal162151212
Binary101000101001011111010100
Octal242227324

Shades and tints

Shades of #A297D4

#A297D4
(162,151,212)
#948AC1
(148,138,193)
#867DAE
(134,125,174)
#78709B
(120,112,155)
#6A6388
(106,99,136)
#5C5675
(92,86,117)
#4E4962
(78,73,98)
#403C4F
(64,60,79)
#322F3C
(50,47,60)
#242229
(36,34,41)
#161516
(22,21,22)
#000000
(0,0,0)

Tints of #A297D4

#A297D4
(162,151,212)
#AAA0D7
(170,160,215)
#B2A9DA
(178,169,218)
#BAB2DD
(186,178,221)
#C2BBE0
(194,187,224)
#CAC4E3
(202,196,227)
#D2CDE6
(210,205,230)
#DAD6E9
(218,214,233)
#E2DFEC
(226,223,236)
#EAE8EF
(234,232,239)
#F2F1F2
(242,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A297D4 color. Also use rgb(162,151,212) instead hex code.

Text Font Color

.myTextColor { color: #A297D4; }

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

This text font color is #A297D4.


Background Color

.myBgColor { background-color: #A297D4; }

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

This div background color is #A297D4.


Border color

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

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

This div border color is #A297D4.


Opacity

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

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

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

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

This text has shadow with #A297D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A297D4 on black background.


Color preview on white background

This text has color #A297D4 on white background.



Black color preview on #A297D4 background

This text has black color on #A297D4 background.


White color preview on #A297D4 background

This text has white color on #A297D4 background.