COLOR #A978EF

HEX: #A978EF RGB: (169,120,239)

Color info

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

RGB color model

#A978EF color RGB value is (169,120,239).

RGB: (169,120,239) (66%, 47%, 94%)

RGB channels and saturation

R 169 of 255 = 66%
G 120 of 255 = 47%
B 239 of 255 = 94%

169
120
239

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

Portions of RGB colors in percentages

R + G + B = 169 + 120 + 239 = 528 (100%)
R 169 of 528 ~ 32.01%
G 120 of 528 ~ 22.73%
B 239 of 528 ~ 45.27'%

%32.01
%22.73
%45.27

CMYK color model

#A978EF color CMYK value is (29,50,0,6).

  • cyan value is 29.29%
  • magenta value is 49.79%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK: (29,50,0,6) C29M50Y0K6 (29%,50%,0%,6%) (0.29/0.50/0.00/0.06) 

CMYK percentages

%29.29
%49.79
%0
%6.27

Codes

Color #A978EF in popluar color models

A9 78 EF
RGB 169 120 239
HSL 265° 78.81% 70.39%
HSB/HSV 265° 49.79% 93.73%
CMYK 29.29% 49.79% 0.00%
6.27%

Color #A978EF in popluar number systems.

HEX A9 78 EF
Decimal 169 120 239
Binary 10101001 1111000 11101111
Octal 251 170 357

Shades and tints

Shades of #A978EF

#A978EF
(169,120,239)
#9A6EDA
(154,110,218)
#8B64C5
(139,100,197)
#7C5AB0
(124,90,176)
#6D509B
(109,80,155)
#5E4686
(94,70,134)
#4F3C71
(79,60,113)
#40325C
(64,50,92)
#312847
(49,40,71)
#221E32
(34,30,50)
#13141D
(19,20,29)
#000000
(0,0,0)

Tints of #A978EF

#A978EF
(169,120,239)
#B084F0
(176,132,240)
#B790F1
(183,144,241)
#BE9CF2
(190,156,242)
#C5A8F3
(197,168,243)
#CCB4F4
(204,180,244)
#D3C0F5
(211,192,245)
#DACCF6
(218,204,246)
#E1D8F7
(225,216,247)
#E8E4F8
(232,228,248)
#EFF0F9
(239,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A978EF; }

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

This text font color is #A978EF.

Background Color

.myBgColor { background-color: #A978EF; }

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

This div background color is #A978EF.

Border color

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

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

This div border color is #A978EF.

Opacity

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

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

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

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

This text has shadow with #A978EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A978EF.

Preview

Color preview on black background

This text has color #A978EF on black background.


Color preview on white background

This text has color #A978EF on white background.


Black color preview on #A978EF background

This text has black color on #A978EF background.


White color preview on #A978EF background

This text has white color on #A978EF background.


Related colors

Complementary color

Complementary color for #hex is #568710.


I love getcolorcode.com

Triadic colors

1 #EFA978 and #78EFA9 with #A978EF are triadic colors.

2 #EF78A9 and #78A9EF with #A978EF are triadic colors.