COLOR #A07997

HEX: #A07997
RGB: (160,121,151)

Color info

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

RGB color model

#A07997 color RGB value is (160,121,151).

  • red value is 160;
  • green value is 121;
  • blue value is 151.
RGB:
(160,121,151)
(63%,47%,59%)

RGB channels and saturation

R 160 of 255 = 63%
G 121 of 255 = 47%
B 151 of 255 = 59%

160
121
151

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

Portions of RGB colors in percentages

R + G + B =
160 + 121 + 151 = 432 (100%)
R 160 of 432 ~ 37.04%
G 121 of 432 ~ 28.01%
B 151 of 432 ~ 34.95%

%37.04
%28.01
%34.95

CMYK color model

#A07997 color CMYK value is (0,24,6,37).

  • cyan value is 0.00%
  • magenta value is 24.38%
  • yellow value is 5.63%
  • key color value is 37.25%
CMYK:
(0,24,6,37)
C0M24Y6K37 
(0%,24%,6%,37%)
(0.00/0.24/0.06/0.37)	

CMYK percentages

%0
%24.38
%5.63
%37.25

Codes

Color #A07997 in popluar color models

A07997
RGB160121151
HSL314°17.03%55.10%
HSB/HSV314°24.38%62.75%
CMYK0.00%24.38%5.63%
37.25%

Color #A07997 in popluar number systems.

HEXA07997
Decimal160121151
Binary10100000111100110010111
Octal240171227

Shades and tints

Shades of #A07997

#A07997
(160,121,151)
#926E8A
(146,110,138)
#84637D
(132,99,125)
#765870
(118,88,112)
#684D63
(104,77,99)
#5A4256
(90,66,86)
#4C3749
(76,55,73)
#3E2C3C
(62,44,60)
#30212F
(48,33,47)
#221622
(34,22,34)
#140B15
(20,11,21)
#000000
(0,0,0)

Tints of #A07997

#A07997
(160,121,151)
#A885A0
(168,133,160)
#B091A9
(176,145,169)
#B89DB2
(184,157,178)
#C0A9BB
(192,169,187)
#C8B5C4
(200,181,196)
#D0C1CD
(208,193,205)
#D8CDD6
(216,205,214)
#E0D9DF
(224,217,223)
#E8E5E8
(232,229,232)
#F0F1F1
(240,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A07997 color. Also use rgb(160,121,151) instead hex code.

Text Font Color

.myTextColor { color: #A07997; }

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

This text font color is #A07997.


Background Color

.myBgColor { background-color: #A07997; }

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

This div background color is #A07997.


Border color

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

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

This div border color is #A07997.


Opacity

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

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

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

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

This text has shadow with #A07997 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A07997 on black background.


Color preview on white background

This text has color #A07997 on white background.



Black color preview on #A07997 background

This text has black color on #A07997 background.


White color preview on #A07997 background

This text has white color on #A07997 background.