COLOR #A17CC5

HEX: #A17CC5 RGB: (161,124,197)

Color info

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

RGB color model

#A17CC5 color RGB value is (161,124,197).

RGB: (161,124,197) (63%, 49%, 77%)

RGB channels and saturation

R 161 of 255 = 63%
G 124 of 255 = 49%
B 197 of 255 = 77%

161
124
197

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

Portions of RGB colors in percentages

R + G + B = 161 + 124 + 197 = 482 (100%)
R 161 of 482 ~ 33.4%
G 124 of 482 ~ 25.73%
B 197 of 482 ~ 40.87'%

%33.4
%25.73
%40.87

CMYK color model

#A17CC5 color CMYK value is (18,37,0,23).

  • cyan value is 18.27%
  • magenta value is 37.06%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (18,37,0,23)
C18M37Y0K23 (18%, 37%, 0%, 23%)
(0.18 / 0.37 / 0.00 / 0.23)

CMYK percentages

%18.27
%37.06
%0
%22.75

Codes

Color #A17CC5 in popluar color models

A1 7C C5
RGB 161 124 197
HSL 270° 38.62% 62.94%
HSB/HSV 270° 37.06% 77.25%
CMYK 18.27% 37.06% 0.00%
22.75%

Color #A17CC5 in popluar number systems.

HEX A1 7C C5
Decimal 161 124 197
Binary 10100001 1111100 11000101
Octal 241 174 305

Shades and tints

Shades of #A17CC5

#A17CC5
(161,124,197)
#9371B4
(147,113,180)
#8566A3
(133,102,163)
#775B92
(119,91,146)
#695081
(105,80,129)
#5B4570
(91,69,112)
#4D3A5F
(77,58,95)
#3F2F4E
(63,47,78)
#31243D
(49,36,61)
#23192C
(35,25,44)
#150E1B
(21,14,27)
#000000
(0,0,0)

Tints of #A17CC5

#A17CC5
(161,124,197)
#A987CA
(169,135,202)
#B192CF
(177,146,207)
#B99DD4
(185,157,212)
#C1A8D9
(193,168,217)
#C9B3DE
(201,179,222)
#D1BEE3
(209,190,227)
#D9C9E8
(217,201,232)
#E1D4ED
(225,212,237)
#E9DFF2
(233,223,242)
#F1EAF7
(241,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A17CC5 color. Also use rgb(161,124,197) instead hex code.

Text Font Color

.myTextColor { color: #A17CC5; }

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

This text font color is #A17CC5.

Background Color

.myBgColor { background-color: #A17CC5; }

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

This div background color is #A17CC5.

Border color

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

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

This div border color is #A17CC5.

Opacity

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

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

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

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

This text has shadow with #A17CC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A17CC5.

Preview

Color preview on black background

This text has color #A17CC5 on black background.


Color preview on white background

This text has color #A17CC5 on white background.


Black color preview on #A17CC5 background

This text has black color on #A17CC5 background.


White color preview on #A17CC5 background

This text has white color on #A17CC5 background.


Related colors

Complementary color

Complementary color for #hex is #5E833A.


I love getcolorcode.com

Triadic colors

1 #C5A17C and #7CC5A1 with #A17CC5 are triadic colors.

2 #C57CA1 and #7CA1C5 with #A17CC5 are triadic colors.