COLOR #A78FC1

HEX: #A78FC1
RGB: (167,143,193)

Color info

#A78FC1 contains red, green and blue colors in about the same proportion. Web safe color of #A78FC1 is #9999CC (or #99C).

RGB color model

#A78FC1 color RGB value is (167,143,193).

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

RGB channels and saturation

R 167 of 255 = 65%
G 143 of 255 = 56%
B 193 of 255 = 76%

167
143
193

R + G + B ~ 66%. #A78FC1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 143 + 193 = 503 (100%)
R 167 of 503 ~ 33.2%
G 143 of 503 ~ 28.43%
B 193 of 503 ~ 38.37%

%33.2
%28.43
%38.37

CMYK color model

#A78FC1 color CMYK value is (13,26,0,24).

  • cyan value is 13.47%
  • magenta value is 25.91%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(13,26,0,24)
C13M26Y0K24 
(13%,26%,0%,24%)
(0.13/0.26/0.00/0.24)	

CMYK percentages

%13.47
%25.91
%0
%24.31

Codes

Color #A78FC1 in popluar color models

A78FC1
RGB167143193
HSL269°28.74%65.88%
HSB/HSV269°25.91%75.69%
CMYK13.47%25.91%0.00%
24.31%

Color #A78FC1 in popluar number systems.

HEXA78FC1
Decimal167143193
Binary101001111000111111000001
Octal247217301

Shades and tints

Shades of #A78FC1

#A78FC1
(167,143,193)
#9882B0
(152,130,176)
#89759F
(137,117,159)
#7A688E
(122,104,142)
#6B5B7D
(107,91,125)
#5C4E6C
(92,78,108)
#4D415B
(77,65,91)
#3E344A
(62,52,74)
#2F2739
(47,39,57)
#201A28
(32,26,40)
#110D17
(17,13,23)
#000000
(0,0,0)

Tints of #A78FC1

#A78FC1
(167,143,193)
#AF99C6
(175,153,198)
#B7A3CB
(183,163,203)
#BFADD0
(191,173,208)
#C7B7D5
(199,183,213)
#CFC1DA
(207,193,218)
#D7CBDF
(215,203,223)
#DFD5E4
(223,213,228)
#E7DFE9
(231,223,233)
#EFE9EE
(239,233,238)
#F7F3F3
(247,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A78FC1; }

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

This text font color is #A78FC1.


Background Color

.myBgColor { background-color: #A78FC1; }

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

This div background color is #A78FC1.


Border color

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

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

This div border color is #A78FC1.


Opacity

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

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

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

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

This text has shadow with #A78FC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A78FC1 on black background.


Color preview on white background

This text has color #A78FC1 on white background.



Black color preview on #A78FC1 background

This text has black color on #A78FC1 background.


White color preview on #A78FC1 background

This text has white color on #A78FC1 background.