COLOR #A879CE

HEX: #A879CE RGB: (168,121,206)

Color info

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

RGB color model

#A879CE color RGB value is (168,121,206).

RGB: (168,121,206) (66%, 47%, 81%)

RGB channels and saturation

R 168 of 255 = 66%
G 121 of 255 = 47%
B 206 of 255 = 81%

168
121
206

R + G + B ~ 65%. #A879CE is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 121 + 206 = 495 (100%)
R 168 of 495 ~ 33.94%
G 121 of 495 ~ 24.44%
B 206 of 495 ~ 41.62'%

%33.94
%24.44
%41.62

CMYK color model

#A879CE color CMYK value is (18,41,0,19).

  • cyan value is 18.45%
  • magenta value is 41.26%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (18,41,0,19)
C18M41Y0K19 (18%, 41%, 0%, 19%)
(0.18 / 0.41 / 0.00 / 0.19)

CMYK percentages

%18.45
%41.26
%0
%19.22

Codes

Color #A879CE in popluar color models

A8 79 CE
RGB 168 121 206
HSL 273° 46.45% 64.12%
HSB/HSV 273° 41.26% 80.78%
CMYK 18.45% 41.26% 0.00%
19.22%

Color #A879CE in popluar number systems.

HEX A8 79 CE
Decimal 168 121 206
Binary 10101000 1111001 11001110
Octal 250 171 316

Shades and tints

Shades of #A879CE

#A879CE
(168,121,206)
#996EBC
(153,110,188)
#8A63AA
(138,99,170)
#7B5898
(123,88,152)
#6C4D86
(108,77,134)
#5D4274
(93,66,116)
#4E3762
(78,55,98)
#3F2C50
(63,44,80)
#30213E
(48,33,62)
#21162C
(33,22,44)
#120B1A
(18,11,26)
#000000
(0,0,0)

Tints of #A879CE

#A879CE
(168,121,206)
#AF85D2
(175,133,210)
#B691D6
(182,145,214)
#BD9DDA
(189,157,218)
#C4A9DE
(196,169,222)
#CBB5E2
(203,181,226)
#D2C1E6
(210,193,230)
#D9CDEA
(217,205,234)
#E0D9EE
(224,217,238)
#E7E5F2
(231,229,242)
#EEF1F6
(238,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A879CE color. Also use rgb(168,121,206) instead hex code.

Text Font Color

.myTextColor { color: #A879CE; }

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

This text font color is #A879CE.

Background Color

.myBgColor { background-color: #A879CE; }

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

This div background color is #A879CE.

Border color

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

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

This div border color is #A879CE.

Opacity

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

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

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

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

This text has shadow with #A879CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A879CE.

Preview

Color preview on black background

This text has color #A879CE on black background.


Color preview on white background

This text has color #A879CE on white background.


Black color preview on #A879CE background

This text has black color on #A879CE background.


White color preview on #A879CE background

This text has white color on #A879CE background.


Related colors

Complementary color

Complementary color for #hex is #578631.


I love getcolorcode.com

Triadic colors

1 #CEA879 and #79CEA8 with #A879CE are triadic colors.

2 #CE79A8 and #79A8CE with #A879CE are triadic colors.