COLOR #A78DD1

HEX: #A78DD1
RGB: (167,141,209)

Color info

#A78DD1 contains mainly red and blue colors. Web safe color of #A78DD1 is #9999CC (or #99C).

RGB color model

#A78DD1 color RGB value is (167,141,209).

  • red value is 167;
  • green value is 141;
  • blue value is 209.
RGB:
(167,141,209)
(65%,55%,82%)

RGB channels and saturation

R 167 of 255 = 65%
G 141 of 255 = 55%
B 209 of 255 = 82%

167
141
209

R + G + B ~ 67%. #A78DD1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 141 + 209 = 517 (100%)
R 167 of 517 ~ 32.3%
G 141 of 517 ~ 27.27%
B 209 of 517 ~ 40.43%

%32.3
%27.27
%40.43

CMYK color model

#A78DD1 color CMYK value is (20,33,0,18).

  • cyan value is 20.10%
  • magenta value is 32.54%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(20,33,0,18)
C20M33Y0K18 
(20%,33%,0%,18%)
(0.20/0.33/0.00/0.18)	

CMYK percentages

%20.1
%32.54
%0
%18.04

Codes

Color #A78DD1 in popluar color models

A78DD1
RGB167141209
HSL263°42.50%68.63%
HSB/HSV263°32.54%81.96%
CMYK20.10%32.54%0.00%
18.04%

Color #A78DD1 in popluar number systems.

HEXA78DD1
Decimal167141209
Binary101001111000110111010001
Octal247215321

Shades and tints

Shades of #A78DD1

#A78DD1
(167,141,209)
#9881BE
(152,129,190)
#8975AB
(137,117,171)
#7A6998
(122,105,152)
#6B5D85
(107,93,133)
#5C5172
(92,81,114)
#4D455F
(77,69,95)
#3E394C
(62,57,76)
#2F2D39
(47,45,57)
#202126
(32,33,38)
#111513
(17,21,19)
#000000
(0,0,0)

Tints of #A78DD1

#A78DD1
(167,141,209)
#AF97D5
(175,151,213)
#B7A1D9
(183,161,217)
#BFABDD
(191,171,221)
#C7B5E1
(199,181,225)
#CFBFE5
(207,191,229)
#D7C9E9
(215,201,233)
#DFD3ED
(223,211,237)
#E7DDF1
(231,221,241)
#EFE7F5
(239,231,245)
#F7F1F9
(247,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A78DD1 color. Also use rgb(167,141,209) instead hex code.

Text Font Color

.myTextColor { color: #A78DD1; }

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

This text font color is #A78DD1.


Background Color

.myBgColor { background-color: #A78DD1; }

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

This div background color is #A78DD1.


Border color

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

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

This div border color is #A78DD1.


Opacity

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

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

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

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

This text has shadow with #A78DD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A78DD1 on black background.


Color preview on white background

This text has color #A78DD1 on white background.



Black color preview on #A78DD1 background

This text has black color on #A78DD1 background.


White color preview on #A78DD1 background

This text has white color on #A78DD1 background.