COLOR #A06397

HEX: #A06397
RGB: (160,99,151)

Color info

#A06397 contains mainly red and blue colors. Web safe color of #A06397 is #996699 (or #969).

RGB color model

#A06397 color RGB value is (160,99,151).

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

RGB channels and saturation

R 160 of 255 = 63%
G 99 of 255 = 39%
B 151 of 255 = 59%

160
99
151

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

Portions of RGB colors in percentages

R + G + B =
160 + 99 + 151 = 410 (100%)
R 160 of 410 ~ 39.02%
G 99 of 410 ~ 24.15%
B 151 of 410 ~ 36.83%

%39.02
%24.15
%36.83

CMYK color model

#A06397 color CMYK value is (0,38,6,37).

  • cyan value is 0.00%
  • magenta value is 38.13%
  • yellow value is 5.63%
  • key color value is 37.25%
CMYK:
(0,38,6,37)
C0M38Y6K37 
(0%,38%,6%,37%)
(0.00/0.38/0.06/0.37)	

CMYK percentages

%0
%38.13
%5.63
%37.25

Codes

Color #A06397 in popluar color models

A06397
RGB16099151
HSL309°24.30%50.78%
HSB/HSV309°38.13%62.75%
CMYK0.00%38.13%5.63%
37.25%

Color #A06397 in popluar number systems.

HEXA06397
Decimal16099151
Binary10100000110001110010111
Octal240143227

Shades and tints

Shades of #A06397

#A06397
(160,99,151)
#925A8A
(146,90,138)
#84517D
(132,81,125)
#764870
(118,72,112)
#683F63
(104,63,99)
#5A3656
(90,54,86)
#4C2D49
(76,45,73)
#3E243C
(62,36,60)
#301B2F
(48,27,47)
#221222
(34,18,34)
#140915
(20,9,21)
#000000
(0,0,0)

Tints of #A06397

#A06397
(160,99,151)
#A871A0
(168,113,160)
#B07FA9
(176,127,169)
#B88DB2
(184,141,178)
#C09BBB
(192,155,187)
#C8A9C4
(200,169,196)
#D0B7CD
(208,183,205)
#D8C5D6
(216,197,214)
#E0D3DF
(224,211,223)
#E8E1E8
(232,225,232)
#F0EFF1
(240,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A06397; }

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

This text font color is #A06397.


Background Color

.myBgColor { background-color: #A06397; }

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

This div background color is #A06397.


Border color

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

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

This div border color is #A06397.


Opacity

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

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

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

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

This text has shadow with #A06397 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A06397 on black background.


Color preview on white background

This text has color #A06397 on white background.



Black color preview on #A06397 background

This text has black color on #A06397 background.


White color preview on #A06397 background

This text has white color on #A06397 background.