COLOR #A06F97

HEX: #A06F97
RGB: (160,111,151)

Color info

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

RGB color model

#A06F97 color RGB value is (160,111,151).

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

RGB channels and saturation

R 160 of 255 = 63%
G 111 of 255 = 44%
B 151 of 255 = 59%

160
111
151

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

Portions of RGB colors in percentages

R + G + B =
160 + 111 + 151 = 422 (100%)
R 160 of 422 ~ 37.91%
G 111 of 422 ~ 26.3%
B 151 of 422 ~ 35.78%

%37.91
%26.3
%35.78

CMYK color model

#A06F97 color CMYK value is (0,31,6,37).

  • cyan value is 0.00%
  • magenta value is 30.63%
  • yellow value is 5.63%
  • key color value is 37.25%
CMYK:
(0,31,6,37)
C0M31Y6K37 
(0%,31%,6%,37%)
(0.00/0.31/0.06/0.37)	

CMYK percentages

%0
%30.63
%5.63
%37.25

Codes

Color #A06F97 in popluar color models

A06F97
RGB160111151
HSL311°20.50%53.14%
HSB/HSV311°30.63%62.75%
CMYK0.00%30.63%5.63%
37.25%

Color #A06F97 in popluar number systems.

HEXA06F97
Decimal160111151
Binary10100000110111110010111
Octal240157227

Shades and tints

Shades of #A06F97

#A06F97
(160,111,151)
#92658A
(146,101,138)
#845B7D
(132,91,125)
#765170
(118,81,112)
#684763
(104,71,99)
#5A3D56
(90,61,86)
#4C3349
(76,51,73)
#3E293C
(62,41,60)
#301F2F
(48,31,47)
#221522
(34,21,34)
#140B15
(20,11,21)
#000000
(0,0,0)

Tints of #A06F97

#A06F97
(160,111,151)
#A87CA0
(168,124,160)
#B089A9
(176,137,169)
#B896B2
(184,150,178)
#C0A3BB
(192,163,187)
#C8B0C4
(200,176,196)
#D0BDCD
(208,189,205)
#D8CAD6
(216,202,214)
#E0D7DF
(224,215,223)
#E8E4E8
(232,228,232)
#F0F1F1
(240,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A06F97; }

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

This text font color is #A06F97.


Background Color

.myBgColor { background-color: #A06F97; }

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

This div background color is #A06F97.


Border color

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

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

This div border color is #A06F97.


Opacity

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

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

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

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

This text has shadow with #A06F97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A06F97 on black background.


Color preview on white background

This text has color #A06F97 on white background.



Black color preview on #A06F97 background

This text has black color on #A06F97 background.


White color preview on #A06F97 background

This text has white color on #A06F97 background.