COLOR #A179C7

HEX: #A179C7 RGB: (161,121,199)

Color info

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

RGB color model

#A179C7 color RGB value is (161,121,199).

RGB: (161,121,199) (63%, 47%, 78%)

RGB channels and saturation

R 161 of 255 = 63%
G 121 of 255 = 47%
B 199 of 255 = 78%

161
121
199

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

Portions of RGB colors in percentages

R + G + B = 161 + 121 + 199 = 481 (100%)
R 161 of 481 ~ 33.47%
G 121 of 481 ~ 25.16%
B 199 of 481 ~ 41.37'%

%33.47
%25.16
%41.37

CMYK color model

#A179C7 color CMYK value is (19,39,0,22).

  • cyan value is 19.10%
  • magenta value is 39.20%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK: (19,39,0,22) C19M39Y0K22 (19%,39%,0%,22%) (0.19/0.39/0.00/0.22) 

CMYK percentages

%19.1
%39.2
%0
%21.96

Codes

Color #A179C7 in popluar color models

A1 79 C7
RGB 161 121 199
HSL 271° 41.05% 62.75%
HSB/HSV 271° 39.20% 78.04%
CMYK 19.10% 39.20% 0.00%
21.96%

Color #A179C7 in popluar number systems.

HEX A1 79 C7
Decimal 161 121 199
Binary 10100001 1111001 11000111
Octal 241 171 307

Shades and tints

Shades of #A179C7

#A179C7
(161,121,199)
#936EB5
(147,110,181)
#8563A3
(133,99,163)
#775891
(119,88,145)
#694D7F
(105,77,127)
#5B426D
(91,66,109)
#4D375B
(77,55,91)
#3F2C49
(63,44,73)
#312137
(49,33,55)
#231625
(35,22,37)
#150B13
(21,11,19)
#000000
(0,0,0)

Tints of #A179C7

#A179C7
(161,121,199)
#A985CC
(169,133,204)
#B191D1
(177,145,209)
#B99DD6
(185,157,214)
#C1A9DB
(193,169,219)
#C9B5E0
(201,181,224)
#D1C1E5
(209,193,229)
#D9CDEA
(217,205,234)
#E1D9EF
(225,217,239)
#E9E5F4
(233,229,244)
#F1F1F9
(241,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A179C7 color. Also use rgb(161,121,199) instead hex code.

Text Font Color

.myTextColor { color: #A179C7; }

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

This text font color is #A179C7.

Background Color

.myBgColor { background-color: #A179C7; }

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

This div background color is #A179C7.

Border color

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

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

This div border color is #A179C7.

Opacity

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

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

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

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

This text has shadow with #A179C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A179C7.

Preview

Color preview on black background

This text has color #A179C7 on black background.


Color preview on white background

This text has color #A179C7 on white background.


Black color preview on #A179C7 background

This text has black color on #A179C7 background.


White color preview on #A179C7 background

This text has white color on #A179C7 background.


Related colors

Complementary color

Complementary color for #hex is #5E8638.


I love getcolorcode.com

Triadic colors

1 #C7A179 and #79C7A1 with #A179C7 are triadic colors.

2 #C779A1 and #79A1C7 with #A179C7 are triadic colors.