COLOR #A979CC

HEX: #A979CC RGB: (169,121,204)

Color info

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

RGB color model

#A979CC color RGB value is (169,121,204).

RGB: (169,121,204) (66%, 47%, 80%)

RGB channels and saturation

R 169 of 255 = 66%
G 121 of 255 = 47%
B 204 of 255 = 80%

169
121
204

R + G + B ~ 64%. #A979CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 121 + 204 = 494 (100%)
R 169 of 494 ~ 34.21%
G 121 of 494 ~ 24.49%
B 204 of 494 ~ 41.3'%

%34.21
%24.49
%41.3

CMYK color model

#A979CC color CMYK value is (17,41,0,20).

  • cyan value is 17.16%
  • magenta value is 40.69%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (17,41,0,20)
C17M41Y0K20 (17%, 41%, 0%, 20%)
(0.17 / 0.41 / 0.00 / 0.20)

CMYK percentages

%17.16
%40.69
%0
%20

Codes

Color #A979CC in popluar color models

A9 79 CC
RGB 169 121 204
HSL 275° 44.86% 63.73%
HSB/HSV 275° 40.69% 80.00%
CMYK 17.16% 40.69% 0.00%
20.00%

Color #A979CC in popluar number systems.

HEX A9 79 CC
Decimal 169 121 204
Binary 10101001 1111001 11001100
Octal 251 171 314

Shades and tints

Shades of #A979CC

#A979CC
(169,121,204)
#9A6EBA
(154,110,186)
#8B63A8
(139,99,168)
#7C5896
(124,88,150)
#6D4D84
(109,77,132)
#5E4272
(94,66,114)
#4F3760
(79,55,96)
#402C4E
(64,44,78)
#31213C
(49,33,60)
#22162A
(34,22,42)
#130B18
(19,11,24)
#000000
(0,0,0)

Tints of #A979CC

#A979CC
(169,121,204)
#B085D0
(176,133,208)
#B791D4
(183,145,212)
#BE9DD8
(190,157,216)
#C5A9DC
(197,169,220)
#CCB5E0
(204,181,224)
#D3C1E4
(211,193,228)
#DACDE8
(218,205,232)
#E1D9EC
(225,217,236)
#E8E5F0
(232,229,240)
#EFF1F4
(239,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A979CC; }

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

This text font color is #A979CC.

Background Color

.myBgColor { background-color: #A979CC; }

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

This div background color is #A979CC.

Border color

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

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

This div border color is #A979CC.

Opacity

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

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

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

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

This text has shadow with #A979CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A979CC.

Preview

Color preview on black background

This text has color #A979CC on black background.


Color preview on white background

This text has color #A979CC on white background.


Black color preview on #A979CC background

This text has black color on #A979CC background.


White color preview on #A979CC background

This text has white color on #A979CC background.


Related colors

Complementary color

Complementary color for #hex is #568633.


I love getcolorcode.com

Triadic colors

1 #CCA979 and #79CCA9 with #A979CC are triadic colors.

2 #CC79A9 and #79A9CC with #A979CC are triadic colors.