COLOR #A78EE5

HEX: #A78EE5
RGB: (167,142,229)

Color info

#A78EE5 contains mainly blue color. Web safe color of #A78EE5 is #9999CC (or #99C).

RGB color model

#A78EE5 color RGB value is (167,142,229).

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

RGB channels and saturation

R 167 of 255 = 65%
G 142 of 255 = 56%
B 229 of 255 = 90%

167
142
229

R + G + B ~ 70%. #A78EE5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 142 + 229 = 538 (100%)
R 167 of 538 ~ 31.04%
G 142 of 538 ~ 26.39%
B 229 of 538 ~ 42.57%

%31.04
%26.39
%42.57

CMYK color model

#A78EE5 color CMYK value is (27,38,0,10).

  • cyan value is 27.07%
  • magenta value is 37.99%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(27,38,0,10)
C27M38Y0K10 
(27%,38%,0%,10%)
(0.27/0.38/0.00/0.10)	

CMYK percentages

%27.07
%37.99
%0
%10.2

Codes

Color #A78EE5 in popluar color models

A78EE5
RGB167142229
HSL257°62.59%72.75%
HSB/HSV257°37.99%89.80%
CMYK27.07%37.99%0.00%
10.20%

Color #A78EE5 in popluar number systems.

HEXA78EE5
Decimal167142229
Binary101001111000111011100101
Octal247216345

Shades and tints

Shades of #A78EE5

#A78EE5
(167,142,229)
#9882D1
(152,130,209)
#8976BD
(137,118,189)
#7A6AA9
(122,106,169)
#6B5E95
(107,94,149)
#5C5281
(92,82,129)
#4D466D
(77,70,109)
#3E3A59
(62,58,89)
#2F2E45
(47,46,69)
#202231
(32,34,49)
#11161D
(17,22,29)
#000000
(0,0,0)

Tints of #A78EE5

#A78EE5
(167,142,229)
#AF98E7
(175,152,231)
#B7A2E9
(183,162,233)
#BFACEB
(191,172,235)
#C7B6ED
(199,182,237)
#CFC0EF
(207,192,239)
#D7CAF1
(215,202,241)
#DFD4F3
(223,212,243)
#E7DEF5
(231,222,245)
#EFE8F7
(239,232,247)
#F7F2F9
(247,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A78EE5; }

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

This text font color is #A78EE5.


Background Color

.myBgColor { background-color: #A78EE5; }

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

This div background color is #A78EE5.


Border color

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

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

This div border color is #A78EE5.


Opacity

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

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

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

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

This text has shadow with #A78EE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A78EE5 on black background.


Color preview on white background

This text has color #A78EE5 on white background.



Black color preview on #A78EE5 background

This text has black color on #A78EE5 background.


White color preview on #A78EE5 background

This text has white color on #A78EE5 background.