COLOR #A78FCD

HEX: #A78FCD
RGB: (167,143,205)

Color info

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

RGB color model

#A78FCD color RGB value is (167,143,205).

  • red value is 167;
  • green value is 143;
  • blue value is 205.
RGB:
(167,143,205)
(65%,56%,80%)

RGB channels and saturation

R 167 of 255 = 65%
G 143 of 255 = 56%
B 205 of 255 = 80%

167
143
205

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

Portions of RGB colors in percentages

R + G + B =
167 + 143 + 205 = 515 (100%)
R 167 of 515 ~ 32.43%
G 143 of 515 ~ 27.77%
B 205 of 515 ~ 39.81%

%32.43
%27.77
%39.81

CMYK color model

#A78FCD color CMYK value is (19,30,0,20).

  • cyan value is 18.54%
  • magenta value is 30.24%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(19,30,0,20)
C19M30Y0K20 
(19%,30%,0%,20%)
(0.19/0.30/0.00/0.20)	

CMYK percentages

%18.54
%30.24
%0
%19.61

Codes

Color #A78FCD in popluar color models

A78FCD
RGB167143205
HSL263°38.27%68.24%
HSB/HSV263°30.24%80.39%
CMYK18.54%30.24%0.00%
19.61%

Color #A78FCD in popluar number systems.

HEXA78FCD
Decimal167143205
Binary101001111000111111001101
Octal247217315

Shades and tints

Shades of #A78FCD

#A78FCD
(167,143,205)
#9882BB
(152,130,187)
#8975A9
(137,117,169)
#7A6897
(122,104,151)
#6B5B85
(107,91,133)
#5C4E73
(92,78,115)
#4D4161
(77,65,97)
#3E344F
(62,52,79)
#2F273D
(47,39,61)
#201A2B
(32,26,43)
#110D19
(17,13,25)
#000000
(0,0,0)

Tints of #A78FCD

#A78FCD
(167,143,205)
#AF99D1
(175,153,209)
#B7A3D5
(183,163,213)
#BFADD9
(191,173,217)
#C7B7DD
(199,183,221)
#CFC1E1
(207,193,225)
#D7CBE5
(215,203,229)
#DFD5E9
(223,213,233)
#E7DFED
(231,223,237)
#EFE9F1
(239,233,241)
#F7F3F5
(247,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A78FCD color. Also use rgb(167,143,205) instead hex code.

Text Font Color

.myTextColor { color: #A78FCD; }

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

This text font color is #A78FCD.


Background Color

.myBgColor { background-color: #A78FCD; }

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

This div background color is #A78FCD.


Border color

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

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

This div border color is #A78FCD.


Opacity

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

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

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

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

This text has shadow with #A78FCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A78FCD on black background.


Color preview on white background

This text has color #A78FCD on white background.



Black color preview on #A78FCD background

This text has black color on #A78FCD background.


White color preview on #A78FCD background

This text has white color on #A78FCD background.