COLOR #A78AC6

HEX: #A78AC6
RGB: (167,138,198)

Color info

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

RGB color model

#A78AC6 color RGB value is (167,138,198).

  • red value is 167;
  • green value is 138;
  • blue value is 198.
RGB:
(167,138,198)
(65%,54%,78%)

RGB channels and saturation

R 167 of 255 = 65%
G 138 of 255 = 54%
B 198 of 255 = 78%

167
138
198

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

Portions of RGB colors in percentages

R + G + B =
167 + 138 + 198 = 503 (100%)
R 167 of 503 ~ 33.2%
G 138 of 503 ~ 27.44%
B 198 of 503 ~ 39.36%

%33.2
%27.44
%39.36

CMYK color model

#A78AC6 color CMYK value is (16,30,0,22).

  • cyan value is 15.66%
  • magenta value is 30.30%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(16,30,0,22)
C16M30Y0K22 
(16%,30%,0%,22%)
(0.16/0.30/0.00/0.22)	

CMYK percentages

%15.66
%30.3
%0
%22.35

Codes

Color #A78AC6 in popluar color models

A78AC6
RGB167138198
HSL269°34.48%65.88%
HSB/HSV269°30.30%77.65%
CMYK15.66%30.30%0.00%
22.35%

Color #A78AC6 in popluar number systems.

HEXA78AC6
Decimal167138198
Binary101001111000101011000110
Octal247212306

Shades and tints

Shades of #A78AC6

#A78AC6
(167,138,198)
#987EB4
(152,126,180)
#8972A2
(137,114,162)
#7A6690
(122,102,144)
#6B5A7E
(107,90,126)
#5C4E6C
(92,78,108)
#4D425A
(77,66,90)
#3E3648
(62,54,72)
#2F2A36
(47,42,54)
#201E24
(32,30,36)
#111212
(17,18,18)
#000000
(0,0,0)

Tints of #A78AC6

#A78AC6
(167,138,198)
#AF94CB
(175,148,203)
#B79ED0
(183,158,208)
#BFA8D5
(191,168,213)
#C7B2DA
(199,178,218)
#CFBCDF
(207,188,223)
#D7C6E4
(215,198,228)
#DFD0E9
(223,208,233)
#E7DAEE
(231,218,238)
#EFE4F3
(239,228,243)
#F7EEF8
(247,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A78AC6; }

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

This text font color is #A78AC6.


Background Color

.myBgColor { background-color: #A78AC6; }

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

This div background color is #A78AC6.


Border color

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

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

This div border color is #A78AC6.


Opacity

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

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

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

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

This text has shadow with #A78AC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A78AC6 on black background.


Color preview on white background

This text has color #A78AC6 on white background.



Black color preview on #A78AC6 background

This text has black color on #A78AC6 background.


White color preview on #A78AC6 background

This text has white color on #A78AC6 background.