COLOR #A06F9E

HEX: #A06F9E
RGB: (160,111,158)

Color info

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

RGB color model

#A06F9E color RGB value is (160,111,158).

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

RGB channels and saturation

R 160 of 255 = 63%
G 111 of 255 = 44%
B 158 of 255 = 62%

160
111
158

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

Portions of RGB colors in percentages

R + G + B =
160 + 111 + 158 = 429 (100%)
R 160 of 429 ~ 37.3%
G 111 of 429 ~ 25.87%
B 158 of 429 ~ 36.83%

%37.3
%25.87
%36.83

CMYK color model

#A06F9E color CMYK value is (0,31,1,37).

  • cyan value is 0.00%
  • magenta value is 30.63%
  • yellow value is 1.25%
  • key color value is 37.25%
CMYK:
(0,31,1,37)
C0M31Y1K37 
(0%,31%,1%,37%)
(0.00/0.31/0.01/0.37)	

CMYK percentages

%0
%30.63
%1.25
%37.25

Codes

Color #A06F9E in popluar color models

A06F9E
RGB160111158
HSL302°20.50%53.14%
HSB/HSV302°30.63%62.75%
CMYK0.00%30.63%1.25%
37.25%

Color #A06F9E in popluar number systems.

HEXA06F9E
Decimal160111158
Binary10100000110111110011110
Octal240157236

Shades and tints

Shades of #A06F9E

#A06F9E
(160,111,158)
#926590
(146,101,144)
#845B82
(132,91,130)
#765174
(118,81,116)
#684766
(104,71,102)
#5A3D58
(90,61,88)
#4C334A
(76,51,74)
#3E293C
(62,41,60)
#301F2E
(48,31,46)
#221520
(34,21,32)
#140B12
(20,11,18)
#000000
(0,0,0)

Tints of #A06F9E

#A06F9E
(160,111,158)
#A87CA6
(168,124,166)
#B089AE
(176,137,174)
#B896B6
(184,150,182)
#C0A3BE
(192,163,190)
#C8B0C6
(200,176,198)
#D0BDCE
(208,189,206)
#D8CAD6
(216,202,214)
#E0D7DE
(224,215,222)
#E8E4E6
(232,228,230)
#F0F1EE
(240,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A06F9E; }

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

This text font color is #A06F9E.


Background Color

.myBgColor { background-color: #A06F9E; }

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

This div background color is #A06F9E.


Border color

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

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

This div border color is #A06F9E.


Opacity

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

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

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

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

This text has shadow with #A06F9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A06F9E on black background.


Color preview on white background

This text has color #A06F9E on white background.



Black color preview on #A06F9E background

This text has black color on #A06F9E background.


White color preview on #A06F9E background

This text has white color on #A06F9E background.