COLOR #A879D3

HEX: #A879D3
RGB: (168,121,211)

Color info

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

RGB color model

#A879D3 color RGB value is (168,121,211).

  • red value is 168;
  • green value is 121;
  • blue value is 211.
RGB:
(168,121,211)
(66%,47%,83%)

RGB channels and saturation

R 168 of 255 = 66%
G 121 of 255 = 47%
B 211 of 255 = 83%

168
121
211

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

Portions of RGB colors in percentages

R + G + B =
168 + 121 + 211 = 500 (100%)
R 168 of 500 ~ 33.6%
G 121 of 500 ~ 24.2%
B 211 of 500 ~ 42.2%

%33.6
%24.2
%42.2

CMYK color model

#A879D3 color CMYK value is (20,43,0,17).

  • cyan value is 20.38%
  • magenta value is 42.65%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(20,43,0,17)
C20M43Y0K17 
(20%,43%,0%,17%)
(0.20/0.43/0.00/0.17)	

CMYK percentages

%20.38
%42.65
%0
%17.25

Codes

Color #A879D3 in popluar color models

A879D3
RGB168121211
HSL271°50.56%65.10%
HSB/HSV271°42.65%82.75%
CMYK20.38%42.65%0.00%
17.25%

Color #A879D3 in popluar number systems.

HEXA879D3
Decimal168121211
Binary10101000111100111010011
Octal250171323

Shades and tints

Shades of #A879D3

#A879D3
(168,121,211)
#996EC0
(153,110,192)
#8A63AD
(138,99,173)
#7B589A
(123,88,154)
#6C4D87
(108,77,135)
#5D4274
(93,66,116)
#4E3761
(78,55,97)
#3F2C4E
(63,44,78)
#30213B
(48,33,59)
#211628
(33,22,40)
#120B15
(18,11,21)
#000000
(0,0,0)

Tints of #A879D3

#A879D3
(168,121,211)
#AF85D7
(175,133,215)
#B691DB
(182,145,219)
#BD9DDF
(189,157,223)
#C4A9E3
(196,169,227)
#CBB5E7
(203,181,231)
#D2C1EB
(210,193,235)
#D9CDEF
(217,205,239)
#E0D9F3
(224,217,243)
#E7E5F7
(231,229,247)
#EEF1FB
(238,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A879D3; }

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

This text font color is #A879D3.


Background Color

.myBgColor { background-color: #A879D3; }

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

This div background color is #A879D3.


Border color

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

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

This div border color is #A879D3.


Opacity

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

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

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

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

This text has shadow with #A879D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A879D3 on black background.


Color preview on white background

This text has color #A879D3 on white background.



Black color preview on #A879D3 background

This text has black color on #A879D3 background.


White color preview on #A879D3 background

This text has white color on #A879D3 background.