COLOR #A178D4

HEX: #A178D4
RGB: (161,120,212)

Color info

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

RGB color model

#A178D4 color RGB value is (161,120,212).

  • red value is 161;
  • green value is 120;
  • blue value is 212.
RGB:
(161,120,212)
(63%,47%,83%)

RGB channels and saturation

R 161 of 255 = 63%
G 120 of 255 = 47%
B 212 of 255 = 83%

161
120
212

R + G + B ~ 64%. #A178D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 120 + 212 = 493 (100%)
R 161 of 493 ~ 32.66%
G 120 of 493 ~ 24.34%
B 212 of 493 ~ 43%

%32.66
%24.34
%43

CMYK color model

#A178D4 color CMYK value is (24,43,0,17).

  • cyan value is 24.06%
  • magenta value is 43.40%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(24,43,0,17)
C24M43Y0K17 
(24%,43%,0%,17%)
(0.24/0.43/0.00/0.17)	

CMYK percentages

%24.06
%43.4
%0
%16.86

Codes

Color #A178D4 in popluar color models

A178D4
RGB161120212
HSL267°51.69%65.10%
HSB/HSV267°43.40%83.14%
CMYK24.06%43.40%0.00%
16.86%

Color #A178D4 in popluar number systems.

HEXA178D4
Decimal161120212
Binary10100001111100011010100
Octal241170324

Shades and tints

Shades of #A178D4

#A178D4
(161,120,212)
#936EC1
(147,110,193)
#8564AE
(133,100,174)
#775A9B
(119,90,155)
#695088
(105,80,136)
#5B4675
(91,70,117)
#4D3C62
(77,60,98)
#3F324F
(63,50,79)
#31283C
(49,40,60)
#231E29
(35,30,41)
#151416
(21,20,22)
#000000
(0,0,0)

Tints of #A178D4

#A178D4
(161,120,212)
#A984D7
(169,132,215)
#B190DA
(177,144,218)
#B99CDD
(185,156,221)
#C1A8E0
(193,168,224)
#C9B4E3
(201,180,227)
#D1C0E6
(209,192,230)
#D9CCE9
(217,204,233)
#E1D8EC
(225,216,236)
#E9E4EF
(233,228,239)
#F1F0F2
(241,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A178D4 color. Also use rgb(161,120,212) instead hex code.

Text Font Color

.myTextColor { color: #A178D4; }

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

This text font color is #A178D4.


Background Color

.myBgColor { background-color: #A178D4; }

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

This div background color is #A178D4.


Border color

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

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

This div border color is #A178D4.


Opacity

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

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

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

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

This text has shadow with #A178D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A178D4 on black background.


Color preview on white background

This text has color #A178D4 on white background.



Black color preview on #A178D4 background

This text has black color on #A178D4 background.


White color preview on #A178D4 background

This text has white color on #A178D4 background.