COLOR #A178A9

HEX: #A178A9
RGB: (161,120,169)

Color info

#A178A9 contains red, green and blue colors in about the same proportion. Web safe color of #A178A9 is #996699 (or #969).

RGB color model

#A178A9 color RGB value is (161,120,169).

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

RGB channels and saturation

R 161 of 255 = 63%
G 120 of 255 = 47%
B 169 of 255 = 66%

161
120
169

R + G + B ~ 59%. #A178A9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
161 + 120 + 169 = 450 (100%)
R 161 of 450 ~ 35.78%
G 120 of 450 ~ 26.67%
B 169 of 450 ~ 37.56%

%35.78
%26.67
%37.56

CMYK color model

#A178A9 color CMYK value is (5,29,0,34).

  • cyan value is 4.73%
  • magenta value is 28.99%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(5,29,0,34)
C5M29Y0K34 
(5%,29%,0%,34%)
(0.05/0.29/0.00/0.34)	

CMYK percentages

%4.73
%28.99
%0
%33.73

Codes

Color #A178A9 in popluar color models

A178A9
RGB161120169
HSL290°22.17%56.67%
HSB/HSV290°28.99%66.27%
CMYK4.73%28.99%0.00%
33.73%

Color #A178A9 in popluar number systems.

HEXA178A9
Decimal161120169
Binary10100001111100010101001
Octal241170251

Shades and tints

Shades of #A178A9

#A178A9
(161,120,169)
#936E9A
(147,110,154)
#85648B
(133,100,139)
#775A7C
(119,90,124)
#69506D
(105,80,109)
#5B465E
(91,70,94)
#4D3C4F
(77,60,79)
#3F3240
(63,50,64)
#312831
(49,40,49)
#231E22
(35,30,34)
#151413
(21,20,19)
#000000
(0,0,0)

Tints of #A178A9

#A178A9
(161,120,169)
#A984B0
(169,132,176)
#B190B7
(177,144,183)
#B99CBE
(185,156,190)
#C1A8C5
(193,168,197)
#C9B4CC
(201,180,204)
#D1C0D3
(209,192,211)
#D9CCDA
(217,204,218)
#E1D8E1
(225,216,225)
#E9E4E8
(233,228,232)
#F1F0EF
(241,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A178A9; }

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

This text font color is #A178A9.


Background Color

.myBgColor { background-color: #A178A9; }

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

This div background color is #A178A9.


Border color

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

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

This div border color is #A178A9.


Opacity

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

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

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

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

This text has shadow with #A178A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A178A9 on black background.


Color preview on white background

This text has color #A178A9 on white background.



Black color preview on #A178A9 background

This text has black color on #A178A9 background.


White color preview on #A178A9 background

This text has white color on #A178A9 background.