COLOR #A78FA7

HEX: #A78FA7
RGB: (167,143,167)

Color info

#A78FA7 contains red, green and blue colors in about the same proportion. Web safe color of #A78FA7 is #999999 (or #999).

RGB color model

#A78FA7 color RGB value is (167,143,167).

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

RGB channels and saturation

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

167
143
167

R + G + B ~ 62%. #A78FA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 143 + 167 = 477 (100%)
R 167 of 477 ~ 35.01%
G 143 of 477 ~ 29.98%
B 167 of 477 ~ 35.01%

%35.01
%29.98
%35.01

CMYK color model

#A78FA7 color CMYK value is (0,14,0,35).

  • cyan value is 0.00%
  • magenta value is 14.37%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(0,14,0,35)
C0M14Y0K35 
(0%,14%,0%,35%)
(0.00/0.14/0.00/0.35)	

CMYK percentages

%0
%14.37
%0
%34.51

Codes

Color #A78FA7 in popluar color models

A78FA7
RGB167143167
HSL300°12.00%60.78%
HSB/HSV300°14.37%65.49%
CMYK0.00%14.37%0.00%
34.51%

Color #A78FA7 in popluar number systems.

HEXA78FA7
Decimal167143167
Binary101001111000111110100111
Octal247217247

Shades and tints

Shades of #A78FA7

#A78FA7
(167,143,167)
#988298
(152,130,152)
#897589
(137,117,137)
#7A687A
(122,104,122)
#6B5B6B
(107,91,107)
#5C4E5C
(92,78,92)
#4D414D
(77,65,77)
#3E343E
(62,52,62)
#2F272F
(47,39,47)
#201A20
(32,26,32)
#110D11
(17,13,17)
#000000
(0,0,0)

Tints of #A78FA7

#A78FA7
(167,143,167)
#AF99AF
(175,153,175)
#B7A3B7
(183,163,183)
#BFADBF
(191,173,191)
#C7B7C7
(199,183,199)
#CFC1CF
(207,193,207)
#D7CBD7
(215,203,215)
#DFD5DF
(223,213,223)
#E7DFE7
(231,223,231)
#EFE9EF
(239,233,239)
#F7F3F7
(247,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A78FA7; }

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

This text font color is #A78FA7.


Background Color

.myBgColor { background-color: #A78FA7; }

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

This div background color is #A78FA7.


Border color

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

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

This div border color is #A78FA7.


Opacity

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

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

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

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

This text has shadow with #A78FA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A78FA7 on black background.


Color preview on white background

This text has color #A78FA7 on white background.



Black color preview on #A78FA7 background

This text has black color on #A78FA7 background.


White color preview on #A78FA7 background

This text has white color on #A78FA7 background.