COLOR #A97EEF

HEX: #A97EEF RGB: (169,126,239)

Color info

#A97EEF contains mainly blue color. Web safe color of #A97EEF is #9966FF (or #96F).

RGB color model

#A97EEF color RGB value is (169,126,239).

RGB: (169,126,239) (66%, 49%, 94%)

RGB channels and saturation

R 169 of 255 = 66%
G 126 of 255 = 49%
B 239 of 255 = 94%

169
126
239

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

Portions of RGB colors in percentages

R + G + B = 169 + 126 + 239 = 534 (100%)
R 169 of 534 ~ 31.65%
G 126 of 534 ~ 23.6%
B 239 of 534 ~ 44.76'%

%31.65
%23.6
%44.76

CMYK color model

#A97EEF color CMYK value is (29,47,0,6).

  • cyan value is 29.29%
  • magenta value is 47.28%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (29,47,0,6)
C29M47Y0K6 (29%, 47%, 0%, 6%)
(0.29 / 0.47 / 0.00 / 0.06)

CMYK percentages

%29.29
%47.28
%0
%6.27

Codes

Color #A97EEF in popluar color models

A9 7E EF
RGB 169 126 239
HSL 263° 77.93% 71.57%
HSB/HSV 263° 47.28% 93.73%
CMYK 29.29% 47.28% 0.00%
6.27%

Color #A97EEF in popluar number systems.

HEX A9 7E EF
Decimal 169 126 239
Binary 10101001 1111110 11101111
Octal 251 176 357

Shades and tints

Shades of #A97EEF

#A97EEF
(169,126,239)
#9A73DA
(154,115,218)
#8B68C5
(139,104,197)
#7C5DB0
(124,93,176)
#6D529B
(109,82,155)
#5E4786
(94,71,134)
#4F3C71
(79,60,113)
#40315C
(64,49,92)
#312647
(49,38,71)
#221B32
(34,27,50)
#13101D
(19,16,29)
#000000
(0,0,0)

Tints of #A97EEF

#A97EEF
(169,126,239)
#B089F0
(176,137,240)
#B794F1
(183,148,241)
#BE9FF2
(190,159,242)
#C5AAF3
(197,170,243)
#CCB5F4
(204,181,244)
#D3C0F5
(211,192,245)
#DACBF6
(218,203,246)
#E1D6F7
(225,214,247)
#E8E1F8
(232,225,248)
#EFECF9
(239,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A97EEF color. Also use rgb(169,126,239) instead hex code.

Text Font Color

.myTextColor { color: #A97EEF; }

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

This text font color is #A97EEF.

Background Color

.myBgColor { background-color: #A97EEF; }

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

This div background color is #A97EEF.

Border color

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

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

This div border color is #A97EEF.

Opacity

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

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

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

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

This text has shadow with #A97EEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A97EEF.

Preview

Color preview on black background

This text has color #A97EEF on black background.


Color preview on white background

This text has color #A97EEF on white background.


Black color preview on #A97EEF background

This text has black color on #A97EEF background.


White color preview on #A97EEF background

This text has white color on #A97EEF background.


Related colors

Complementary color

Complementary color for #hex is #568110.


I love getcolorcode.com

Triadic colors

1 #EFA97E and #7EEFA9 with #A97EEF are triadic colors.

2 #EF7EA9 and #7EA9EF with #A97EEF are triadic colors.