COLOR #A17998

HEX: #A17998
RGB: (161,121,152)

Color info

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

RGB color model

#A17998 color RGB value is (161,121,152).

  • red value is 161;
  • green value is 121;
  • blue value is 152.
RGB:
(161,121,152)
(63%,47%,60%)

RGB channels and saturation

R 161 of 255 = 63%
G 121 of 255 = 47%
B 152 of 255 = 60%

161
121
152

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

Portions of RGB colors in percentages

R + G + B =
161 + 121 + 152 = 434 (100%)
R 161 of 434 ~ 37.1%
G 121 of 434 ~ 27.88%
B 152 of 434 ~ 35.02%

%37.1
%27.88
%35.02

CMYK color model

#A17998 color CMYK value is (0,25,6,37).

  • cyan value is 0.00%
  • magenta value is 24.84%
  • yellow value is 5.59%
  • key color value is 36.86%
CMYK:
(0,25,6,37)
C0M25Y6K37 
(0%,25%,6%,37%)
(0.00/0.25/0.06/0.37)	

CMYK percentages

%0
%24.84
%5.59
%36.86

Codes

Color #A17998 in popluar color models

A17998
RGB161121152
HSL314°17.54%55.29%
HSB/HSV314°24.84%63.14%
CMYK0.00%24.84%5.59%
36.86%

Color #A17998 in popluar number systems.

HEXA17998
Decimal161121152
Binary10100001111100110011000
Octal241171230

Shades and tints

Shades of #A17998

#A17998
(161,121,152)
#936E8B
(147,110,139)
#85637E
(133,99,126)
#775871
(119,88,113)
#694D64
(105,77,100)
#5B4257
(91,66,87)
#4D374A
(77,55,74)
#3F2C3D
(63,44,61)
#312130
(49,33,48)
#231623
(35,22,35)
#150B16
(21,11,22)
#000000
(0,0,0)

Tints of #A17998

#A17998
(161,121,152)
#A985A1
(169,133,161)
#B191AA
(177,145,170)
#B99DB3
(185,157,179)
#C1A9BC
(193,169,188)
#C9B5C5
(201,181,197)
#D1C1CE
(209,193,206)
#D9CDD7
(217,205,215)
#E1D9E0
(225,217,224)
#E9E5E9
(233,229,233)
#F1F1F2
(241,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A17998 color. Also use rgb(161,121,152) instead hex code.

Text Font Color

.myTextColor { color: #A17998; }

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

This text font color is #A17998.


Background Color

.myBgColor { background-color: #A17998; }

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

This div background color is #A17998.


Border color

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

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

This div border color is #A17998.


Opacity

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

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

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

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

This text has shadow with #A17998 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A17998 on black background.


Color preview on white background

This text has color #A17998 on white background.



Black color preview on #A17998 background

This text has black color on #A17998 background.


White color preview on #A17998 background

This text has white color on #A17998 background.