COLOR #A78ADC

HEX: #A78ADC
RGB: (167,138,220)

Color info

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

RGB color model

#A78ADC color RGB value is (167,138,220).

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

RGB channels and saturation

R 167 of 255 = 65%
G 138 of 255 = 54%
B 220 of 255 = 86%

167
138
220

R + G + B ~ 68%. #A78ADC is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 138 + 220 = 525 (100%)
R 167 of 525 ~ 31.81%
G 138 of 525 ~ 26.29%
B 220 of 525 ~ 41.9%

%31.81
%26.29
%41.9

CMYK color model

#A78ADC color CMYK value is (24,37,0,14).

  • cyan value is 24.09%
  • magenta value is 37.27%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(24,37,0,14)
C24M37Y0K14 
(24%,37%,0%,14%)
(0.24/0.37/0.00/0.14)	

CMYK percentages

%24.09
%37.27
%0
%13.73

Codes

Color #A78ADC in popluar color models

A78ADC
RGB167138220
HSL261°53.95%70.20%
HSB/HSV261°37.27%86.27%
CMYK24.09%37.27%0.00%
13.73%

Color #A78ADC in popluar number systems.

HEXA78ADC
Decimal167138220
Binary101001111000101011011100
Octal247212334

Shades and tints

Shades of #A78ADC

#A78ADC
(167,138,220)
#987EC8
(152,126,200)
#8972B4
(137,114,180)
#7A66A0
(122,102,160)
#6B5A8C
(107,90,140)
#5C4E78
(92,78,120)
#4D4264
(77,66,100)
#3E3650
(62,54,80)
#2F2A3C
(47,42,60)
#201E28
(32,30,40)
#111214
(17,18,20)
#000000
(0,0,0)

Tints of #A78ADC

#A78ADC
(167,138,220)
#AF94DF
(175,148,223)
#B79EE2
(183,158,226)
#BFA8E5
(191,168,229)
#C7B2E8
(199,178,232)
#CFBCEB
(207,188,235)
#D7C6EE
(215,198,238)
#DFD0F1
(223,208,241)
#E7DAF4
(231,218,244)
#EFE4F7
(239,228,247)
#F7EEFA
(247,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A78ADC; }

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

This text font color is #A78ADC.


Background Color

.myBgColor { background-color: #A78ADC; }

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

This div background color is #A78ADC.


Border color

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

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

This div border color is #A78ADC.


Opacity

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

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

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

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

This text has shadow with #A78ADC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A78ADC on black background.


Color preview on white background

This text has color #A78ADC on white background.



Black color preview on #A78ADC background

This text has black color on #A78ADC background.


White color preview on #A78ADC background

This text has white color on #A78ADC background.