COLOR #A17BB7

HEX: #A17BB7 RGB: (161,123,183)

Color info

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

RGB color model

#A17BB7 color RGB value is (161,123,183).

RGB: (161,123,183) (63%, 48%, 72%)

RGB channels and saturation

R 161 of 255 = 63%
G 123 of 255 = 48%
B 183 of 255 = 72%

161
123
183

R + G + B ~ 61%. #A17BB7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 161 + 123 + 183 = 467 (100%)
R 161 of 467 ~ 34.48%
G 123 of 467 ~ 26.34%
B 183 of 467 ~ 39.19'%

%34.48
%26.34
%39.19

CMYK color model

#A17BB7 color CMYK value is (12,33,0,28).

  • cyan value is 12.02%
  • magenta value is 32.79%
  • yellow value is 0.00%
  • key color value is 28.24%

CMYK: (12,33,0,28)
C12M33Y0K28 (12%, 33%, 0%, 28%)
(0.12 / 0.33 / 0.00 / 0.28)

CMYK percentages

%12.02
%32.79
%0
%28.24

Codes

Color #A17BB7 in popluar color models

A1 7B B7
RGB 161 123 183
HSL 278° 29.41% 60.00%
HSB/HSV 278° 32.79% 71.76%
CMYK 12.02% 32.79% 0.00%
28.24%

Color #A17BB7 in popluar number systems.

HEX A1 7B B7
Decimal 161 123 183
Binary 10100001 1111011 10110111
Octal 241 173 267

Shades and tints

Shades of #A17BB7

#A17BB7
(161,123,183)
#9370A7
(147,112,167)
#856597
(133,101,151)
#775A87
(119,90,135)
#694F77
(105,79,119)
#5B4467
(91,68,103)
#4D3957
(77,57,87)
#3F2E47
(63,46,71)
#312337
(49,35,55)
#231827
(35,24,39)
#150D17
(21,13,23)
#000000
(0,0,0)

Tints of #A17BB7

#A17BB7
(161,123,183)
#A987BD
(169,135,189)
#B193C3
(177,147,195)
#B99FC9
(185,159,201)
#C1ABCF
(193,171,207)
#C9B7D5
(201,183,213)
#D1C3DB
(209,195,219)
#D9CFE1
(217,207,225)
#E1DBE7
(225,219,231)
#E9E7ED
(233,231,237)
#F1F3F3
(241,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A17BB7 color. Also use rgb(161,123,183) instead hex code.

Text Font Color

.myTextColor { color: #A17BB7; }

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

This text font color is #A17BB7.

Background Color

.myBgColor { background-color: #A17BB7; }

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

This div background color is #A17BB7.

Border color

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

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

This div border color is #A17BB7.

Opacity

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

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

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

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

This text has shadow with #A17BB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A17BB7.

Preview

Color preview on black background

This text has color #A17BB7 on black background.


Color preview on white background

This text has color #A17BB7 on white background.


Black color preview on #A17BB7 background

This text has black color on #A17BB7 background.


White color preview on #A17BB7 background

This text has white color on #A17BB7 background.


Related colors

Complementary color

Complementary color for #hex is #5E8448.


I love getcolorcode.com

Triadic colors

1 #B7A17B and #7BB7A1 with #A17BB7 are triadic colors.

2 #B77BA1 and #7BA1B7 with #A17BB7 are triadic colors.