COLOR #A979D8

HEX: #A979D8
RGB: (169,121,216)

Color info

#A979D8 contains mainly red and blue colors. Web safe color of #A979D8 is #9966CC (or #96C).

RGB color model

#A979D8 color RGB value is (169,121,216).

  • red value is 169;
  • green value is 121;
  • blue value is 216.
RGB:
(169,121,216)
(66%,47%,85%)

RGB channels and saturation

R 169 of 255 = 66%
G 121 of 255 = 47%
B 216 of 255 = 85%

169
121
216

R + G + B ~ 66%. #A979D8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 121 + 216 = 506 (100%)
R 169 of 506 ~ 33.4%
G 121 of 506 ~ 23.91%
B 216 of 506 ~ 42.69%

%33.4
%23.91
%42.69

CMYK color model

#A979D8 color CMYK value is (22,44,0,15).

  • cyan value is 21.76%
  • magenta value is 43.98%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(22,44,0,15)
C22M44Y0K15 
(22%,44%,0%,15%)
(0.22/0.44/0.00/0.15)	

CMYK percentages

%21.76
%43.98
%0
%15.29

Codes

Color #A979D8 in popluar color models

A979D8
RGB169121216
HSL270°54.91%66.08%
HSB/HSV270°43.98%84.71%
CMYK21.76%43.98%0.00%
15.29%

Color #A979D8 in popluar number systems.

HEXA979D8
Decimal169121216
Binary10101001111100111011000
Octal251171330

Shades and tints

Shades of #A979D8

#A979D8
(169,121,216)
#9A6EC5
(154,110,197)
#8B63B2
(139,99,178)
#7C589F
(124,88,159)
#6D4D8C
(109,77,140)
#5E4279
(94,66,121)
#4F3766
(79,55,102)
#402C53
(64,44,83)
#312140
(49,33,64)
#22162D
(34,22,45)
#130B1A
(19,11,26)
#000000
(0,0,0)

Tints of #A979D8

#A979D8
(169,121,216)
#B085DB
(176,133,219)
#B791DE
(183,145,222)
#BE9DE1
(190,157,225)
#C5A9E4
(197,169,228)
#CCB5E7
(204,181,231)
#D3C1EA
(211,193,234)
#DACDED
(218,205,237)
#E1D9F0
(225,217,240)
#E8E5F3
(232,229,243)
#EFF1F6
(239,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A979D8 color. Also use rgb(169,121,216) instead hex code.

Text Font Color

.myTextColor { color: #A979D8; }

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

This text font color is #A979D8.


Background Color

.myBgColor { background-color: #A979D8; }

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

This div background color is #A979D8.


Border color

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

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

This div border color is #A979D8.


Opacity

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

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

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

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

This text has shadow with #A979D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A979D8 on black background.


Color preview on white background

This text has color #A979D8 on white background.



Black color preview on #A979D8 background

This text has black color on #A979D8 background.


White color preview on #A979D8 background

This text has white color on #A979D8 background.