COLOR #A78FAC

HEX: #A78FAC RGB: (167,143,172)

Color info

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

RGB color model

#A78FAC color RGB value is (167,143,172).

RGB: (167,143,172) (65%, 56%, 67%)

RGB channels and saturation

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

167
143
172

R + G + B ~ 63%. #A78FAC is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 143 + 172 = 482 (100%)
R 167 of 482 ~ 34.65%
G 143 of 482 ~ 29.67%
B 172 of 482 ~ 35.68'%

%34.65
%29.67
%35.68

CMYK color model

#A78FAC color CMYK value is (3,17,0,33).

  • cyan value is 2.91%
  • magenta value is 16.86%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (3,17,0,33)
C3M17Y0K33 (3%, 17%, 0%, 33%)
(0.03 / 0.17 / 0.00 / 0.33)

CMYK percentages

%2.91
%16.86
%0
%32.55

Codes

Color #A78FAC in popluar color models

A7 8F AC
RGB 167 143 172
HSL 290° 14.87% 61.76%
HSB/HSV 290° 16.86% 67.45%
CMYK 2.91% 16.86% 0.00%
32.55%

Color #A78FAC in popluar number systems.

HEX A7 8F AC
Decimal 167 143 172
Binary 10100111 10001111 10101100
Octal 247 217 254

Shades and tints

Shades of #A78FAC

#A78FAC
(167,143,172)
#98829D
(152,130,157)
#89758E
(137,117,142)
#7A687F
(122,104,127)
#6B5B70
(107,91,112)
#5C4E61
(92,78,97)
#4D4152
(77,65,82)
#3E3443
(62,52,67)
#2F2734
(47,39,52)
#201A25
(32,26,37)
#110D16
(17,13,22)
#000000
(0,0,0)

Tints of #A78FAC

#A78FAC
(167,143,172)
#AF99B3
(175,153,179)
#B7A3BA
(183,163,186)
#BFADC1
(191,173,193)
#C7B7C8
(199,183,200)
#CFC1CF
(207,193,207)
#D7CBD6
(215,203,214)
#DFD5DD
(223,213,221)
#E7DFE4
(231,223,228)
#EFE9EB
(239,233,235)
#F7F3F2
(247,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A78FAC; }

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

This text font color is #A78FAC.

Background Color

.myBgColor { background-color: #A78FAC; }

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

This div background color is #A78FAC.

Border color

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

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

This div border color is #A78FAC.

Opacity

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

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

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

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

This text has shadow with #A78FAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A78FAC.

Preview

Color preview on black background

This text has color #A78FAC on black background.


Color preview on white background

This text has color #A78FAC on white background.


Black color preview on #A78FAC background

This text has black color on #A78FAC background.


White color preview on #A78FAC background

This text has white color on #A78FAC background.


Related colors

Complementary color

Complementary color for #hex is #587053.


I love getcolorcode.com

Triadic colors

1 #ACA78F and #8FACA7 with #A78FAC are triadic colors.

2 #AC8FA7 and #8FA7AC with #A78FAC are triadic colors.