COLOR #8172AA

HEX: #8172AA RGB: (129,114,170)

Color info

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

RGB color model

#8172AA color RGB value is (129,114,170).

RGB: (129,114,170) (51%, 45%, 67%)

RGB channels and saturation

R 129 of 255 = 51%
G 114 of 255 = 45%
B 170 of 255 = 67%

129
114
170

R + G + B ~ 54%. #8172AA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 129 + 114 + 170 = 413 (100%)
R 129 of 413 ~ 31.23%
G 114 of 413 ~ 27.6%
B 170 of 413 ~ 41.16'%

%31.23
%27.6
%41.16

CMYK color model

#8172AA color CMYK value is (24,33,0,33).

  • cyan value is 24.12%
  • magenta value is 32.94%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (24,33,0,33)
C24M33Y0K33 (24%, 33%, 0%, 33%)
(0.24 / 0.33 / 0.00 / 0.33)

CMYK percentages

%24.12
%32.94
%0
%33.33

Codes

Color #8172AA in popluar color models

81 72 AA
RGB 129 114 170
HSL 256° 24.78% 55.69%
HSB/HSV 256° 32.94% 66.67%
CMYK 24.12% 32.94% 0.00%
33.33%

Color #8172AA in popluar number systems.

HEX 81 72 AA
Decimal 129 114 170
Binary 10000001 1110010 10101010
Octal 201 162 252

Shades and tints

Shades of #8172AA

#8172AA
(129,114,170)
#76689B
(118,104,155)
#6B5E8C
(107,94,140)
#60547D
(96,84,125)
#554A6E
(85,74,110)
#4A405F
(74,64,95)
#3F3650
(63,54,80)
#342C41
(52,44,65)
#292232
(41,34,50)
#1E1823
(30,24,35)
#130E14
(19,14,20)
#000000
(0,0,0)

Tints of #8172AA

#8172AA
(129,114,170)
#8C7EB1
(140,126,177)
#978AB8
(151,138,184)
#A296BF
(162,150,191)
#ADA2C6
(173,162,198)
#B8AECD
(184,174,205)
#C3BAD4
(195,186,212)
#CEC6DB
(206,198,219)
#D9D2E2
(217,210,226)
#E4DEE9
(228,222,233)
#EFEAF0
(239,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8172AA color. Also use rgb(129,114,170) instead hex code.

Text Font Color

.myTextColor { color: #8172AA; }

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

This text font color is #8172AA.

Background Color

.myBgColor { background-color: #8172AA; }

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

This div background color is #8172AA.

Border color

.myBorderColor { border: 1px solid #8172AA; }

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

This div border color is #8172AA.

Opacity

.myOpacity80 { color: #8172AA; opacity: 0.8; }

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

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

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

This text has shadow with #8172AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8172AA.

Preview

Color preview on black background

This text has color #8172AA on black background.


Color preview on white background

This text has color #8172AA on white background.


Black color preview on #8172AA background

This text has black color on #8172AA background.


White color preview on #8172AA background

This text has white color on #8172AA background.


Related colors

Complementary color

Complementary color for #hex is #7E8D55.


I love getcolorcode.com

Triadic colors

1 #AA8172 and #72AA81 with #8172AA are triadic colors.

2 #AA7281 and #7281AA with #8172AA are triadic colors.