COLOR #A172B5

HEX: #A172B5 RGB: (161,114,181)

Color info

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

RGB color model

#A172B5 color RGB value is (161,114,181).

RGB: (161,114,181) (63%, 45%, 71%)

RGB channels and saturation

R 161 of 255 = 63%
G 114 of 255 = 45%
B 181 of 255 = 71%

161
114
181

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

Portions of RGB colors in percentages

R + G + B = 161 + 114 + 181 = 456 (100%)
R 161 of 456 ~ 35.31%
G 114 of 456 ~ 25%
B 181 of 456 ~ 39.69'%

%35.31
%25
%39.69

CMYK color model

#A172B5 color CMYK value is (11,37,0,29).

  • cyan value is 11.05%
  • magenta value is 37.02%
  • yellow value is 0.00%
  • key color value is 29.02%

CMYK: (11,37,0,29)
C11M37Y0K29 (11%, 37%, 0%, 29%)
(0.11 / 0.37 / 0.00 / 0.29)

CMYK percentages

%11.05
%37.02
%0
%29.02

Codes

Color #A172B5 in popluar color models

A1 72 B5
RGB 161 114 181
HSL 282° 31.16% 57.84%
HSB/HSV 282° 37.02% 70.98%
CMYK 11.05% 37.02% 0.00%
29.02%

Color #A172B5 in popluar number systems.

HEX A1 72 B5
Decimal 161 114 181
Binary 10100001 1110010 10110101
Octal 241 162 265

Shades and tints

Shades of #A172B5

#A172B5
(161,114,181)
#9368A5
(147,104,165)
#855E95
(133,94,149)
#775485
(119,84,133)
#694A75
(105,74,117)
#5B4065
(91,64,101)
#4D3655
(77,54,85)
#3F2C45
(63,44,69)
#312235
(49,34,53)
#231825
(35,24,37)
#150E15
(21,14,21)
#000000
(0,0,0)

Tints of #A172B5

#A172B5
(161,114,181)
#A97EBB
(169,126,187)
#B18AC1
(177,138,193)
#B996C7
(185,150,199)
#C1A2CD
(193,162,205)
#C9AED3
(201,174,211)
#D1BAD9
(209,186,217)
#D9C6DF
(217,198,223)
#E1D2E5
(225,210,229)
#E9DEEB
(233,222,235)
#F1EAF1
(241,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A172B5 color. Also use rgb(161,114,181) instead hex code.

Text Font Color

.myTextColor { color: #A172B5; }

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

This text font color is #A172B5.

Background Color

.myBgColor { background-color: #A172B5; }

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

This div background color is #A172B5.

Border color

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

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

This div border color is #A172B5.

Opacity

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

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

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

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

This text has shadow with #A172B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A172B5.

Preview

Color preview on black background

This text has color #A172B5 on black background.


Color preview on white background

This text has color #A172B5 on white background.


Black color preview on #A172B5 background

This text has black color on #A172B5 background.


White color preview on #A172B5 background

This text has white color on #A172B5 background.


Related colors

Complementary color

Complementary color for #hex is #5E8D4A.


I love getcolorcode.com

Triadic colors

1 #B5A172 and #72B5A1 with #A172B5 are triadic colors.

2 #B572A1 and #72A1B5 with #A172B5 are triadic colors.