COLOR #A478C6

HEX: #A478C6
RGB: (164,120,198)

Color info

#A478C6 contains mainly red and blue colors. Web safe color of #A478C6 is #9966CC (or #96C).

RGB color model

#A478C6 color RGB value is (164,120,198).

  • red value is 164;
  • green value is 120;
  • blue value is 198.
RGB:
(164,120,198)
(64%,47%,78%)

RGB channels and saturation

R 164 of 255 = 64%
G 120 of 255 = 47%
B 198 of 255 = 78%

164
120
198

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

Portions of RGB colors in percentages

R + G + B =
164 + 120 + 198 = 482 (100%)
R 164 of 482 ~ 34.02%
G 120 of 482 ~ 24.9%
B 198 of 482 ~ 41.08%

%34.02
%24.9
%41.08

CMYK color model

#A478C6 color CMYK value is (17,39,0,22).

  • cyan value is 17.17%
  • magenta value is 39.39%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(17,39,0,22)
C17M39Y0K22 
(17%,39%,0%,22%)
(0.17/0.39/0.00/0.22)	

CMYK percentages

%17.17
%39.39
%0
%22.35

Codes

Color #A478C6 in popluar color models

A478C6
RGB164120198
HSL274°40.63%62.35%
HSB/HSV274°39.39%77.65%
CMYK17.17%39.39%0.00%
22.35%

Color #A478C6 in popluar number systems.

HEXA478C6
Decimal164120198
Binary10100100111100011000110
Octal244170306

Shades and tints

Shades of #A478C6

#A478C6
(164,120,198)
#966EB4
(150,110,180)
#8864A2
(136,100,162)
#7A5A90
(122,90,144)
#6C507E
(108,80,126)
#5E466C
(94,70,108)
#503C5A
(80,60,90)
#423248
(66,50,72)
#342836
(52,40,54)
#261E24
(38,30,36)
#181412
(24,20,18)
#000000
(0,0,0)

Tints of #A478C6

#A478C6
(164,120,198)
#AC84CB
(172,132,203)
#B490D0
(180,144,208)
#BC9CD5
(188,156,213)
#C4A8DA
(196,168,218)
#CCB4DF
(204,180,223)
#D4C0E4
(212,192,228)
#DCCCE9
(220,204,233)
#E4D8EE
(228,216,238)
#ECE4F3
(236,228,243)
#F4F0F8
(244,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A478C6 color. Also use rgb(164,120,198) instead hex code.

Text Font Color

.myTextColor { color: #A478C6; }

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

This text font color is #A478C6.


Background Color

.myBgColor { background-color: #A478C6; }

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

This div background color is #A478C6.


Border color

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

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

This div border color is #A478C6.


Opacity

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

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

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

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

This text has shadow with #A478C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A478C6 on black background.


Color preview on white background

This text has color #A478C6 on white background.



Black color preview on #A478C6 background

This text has black color on #A478C6 background.


White color preview on #A478C6 background

This text has white color on #A478C6 background.