COLOR #A07397

HEX: #A07397
RGB: (160,115,151)

Color info

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

RGB color model

#A07397 color RGB value is (160,115,151).

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

RGB channels and saturation

R 160 of 255 = 63%
G 115 of 255 = 45%
B 151 of 255 = 59%

160
115
151

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

Portions of RGB colors in percentages

R + G + B =
160 + 115 + 151 = 426 (100%)
R 160 of 426 ~ 37.56%
G 115 of 426 ~ 27%
B 151 of 426 ~ 35.45%

%37.56
%27
%35.45

CMYK color model

#A07397 color CMYK value is (0,28,6,37).

  • cyan value is 0.00%
  • magenta value is 28.13%
  • yellow value is 5.63%
  • key color value is 37.25%
CMYK:
(0,28,6,37)
C0M28Y6K37 
(0%,28%,6%,37%)
(0.00/0.28/0.06/0.37)	

CMYK percentages

%0
%28.13
%5.63
%37.25

Codes

Color #A07397 in popluar color models

A07397
RGB160115151
HSL312°19.15%53.92%
HSB/HSV312°28.13%62.75%
CMYK0.00%28.13%5.63%
37.25%

Color #A07397 in popluar number systems.

HEXA07397
Decimal160115151
Binary10100000111001110010111
Octal240163227

Shades and tints

Shades of #A07397

#A07397
(160,115,151)
#92698A
(146,105,138)
#845F7D
(132,95,125)
#765570
(118,85,112)
#684B63
(104,75,99)
#5A4156
(90,65,86)
#4C3749
(76,55,73)
#3E2D3C
(62,45,60)
#30232F
(48,35,47)
#221922
(34,25,34)
#140F15
(20,15,21)
#000000
(0,0,0)

Tints of #A07397

#A07397
(160,115,151)
#A87FA0
(168,127,160)
#B08BA9
(176,139,169)
#B897B2
(184,151,178)
#C0A3BB
(192,163,187)
#C8AFC4
(200,175,196)
#D0BBCD
(208,187,205)
#D8C7D6
(216,199,214)
#E0D3DF
(224,211,223)
#E8DFE8
(232,223,232)
#F0EBF1
(240,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A07397; }

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

This text font color is #A07397.


Background Color

.myBgColor { background-color: #A07397; }

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

This div background color is #A07397.


Border color

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

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

This div border color is #A07397.


Opacity

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

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

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

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

This text has shadow with #A07397 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A07397 on black background.


Color preview on white background

This text has color #A07397 on white background.



Black color preview on #A07397 background

This text has black color on #A07397 background.


White color preview on #A07397 background

This text has white color on #A07397 background.