COLOR #A17199

HEX: #A17199
RGB: (161,113,153)

Color info

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

RGB color model

#A17199 color RGB value is (161,113,153).

  • red value is 161;
  • green value is 113;
  • blue value is 153.
RGB:
(161,113,153)
(63%,44%,60%)

RGB channels and saturation

R 161 of 255 = 63%
G 113 of 255 = 44%
B 153 of 255 = 60%

161
113
153

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

Portions of RGB colors in percentages

R + G + B =
161 + 113 + 153 = 427 (100%)
R 161 of 427 ~ 37.7%
G 113 of 427 ~ 26.46%
B 153 of 427 ~ 35.83%

%37.7
%26.46
%35.83

CMYK color model

#A17199 color CMYK value is (0,30,5,37).

  • cyan value is 0.00%
  • magenta value is 29.81%
  • yellow value is 4.97%
  • key color value is 36.86%
CMYK:
(0,30,5,37)
C0M30Y5K37 
(0%,30%,5%,37%)
(0.00/0.30/0.05/0.37)	

CMYK percentages

%0
%29.81
%4.97
%36.86

Codes

Color #A17199 in popluar color models

A17199
RGB161113153
HSL310°20.34%53.73%
HSB/HSV310°29.81%63.14%
CMYK0.00%29.81%4.97%
36.86%

Color #A17199 in popluar number systems.

HEXA17199
Decimal161113153
Binary10100001111000110011001
Octal241161231

Shades and tints

Shades of #A17199

#A17199
(161,113,153)
#93678C
(147,103,140)
#855D7F
(133,93,127)
#775372
(119,83,114)
#694965
(105,73,101)
#5B3F58
(91,63,88)
#4D354B
(77,53,75)
#3F2B3E
(63,43,62)
#312131
(49,33,49)
#231724
(35,23,36)
#150D17
(21,13,23)
#000000
(0,0,0)

Tints of #A17199

#A17199
(161,113,153)
#A97DA2
(169,125,162)
#B189AB
(177,137,171)
#B995B4
(185,149,180)
#C1A1BD
(193,161,189)
#C9ADC6
(201,173,198)
#D1B9CF
(209,185,207)
#D9C5D8
(217,197,216)
#E1D1E1
(225,209,225)
#E9DDEA
(233,221,234)
#F1E9F3
(241,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A17199 color. Also use rgb(161,113,153) instead hex code.

Text Font Color

.myTextColor { color: #A17199; }

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

This text font color is #A17199.


Background Color

.myBgColor { background-color: #A17199; }

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

This div background color is #A17199.


Border color

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

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

This div border color is #A17199.


Opacity

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

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

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

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

This text has shadow with #A17199 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A17199 on black background.


Color preview on white background

This text has color #A17199 on white background.



Black color preview on #A17199 background

This text has black color on #A17199 background.


White color preview on #A17199 background

This text has white color on #A17199 background.