COLOR #A06E94

HEX: #A06E94
RGB: (160,110,148)

Color info

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

RGB color model

#A06E94 color RGB value is (160,110,148).

  • red value is 160;
  • green value is 110;
  • blue value is 148.
RGB:
(160,110,148)
(63%,43%,58%)

RGB channels and saturation

R 160 of 255 = 63%
G 110 of 255 = 43%
B 148 of 255 = 58%

160
110
148

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

Portions of RGB colors in percentages

R + G + B =
160 + 110 + 148 = 418 (100%)
R 160 of 418 ~ 38.28%
G 110 of 418 ~ 26.32%
B 148 of 418 ~ 35.41%

%38.28
%26.32
%35.41

CMYK color model

#A06E94 color CMYK value is (0,31,7,37).

  • cyan value is 0.00%
  • magenta value is 31.25%
  • yellow value is 7.50%
  • key color value is 37.25%
CMYK:
(0,31,7,37)
C0M31Y7K37 
(0%,31%,7%,37%)
(0.00/0.31/0.07/0.37)	

CMYK percentages

%0
%31.25
%7.5
%37.25

Codes

Color #A06E94 in popluar color models

A06E94
RGB160110148
HSL314°20.83%52.94%
HSB/HSV314°31.25%62.75%
CMYK0.00%31.25%7.50%
37.25%

Color #A06E94 in popluar number systems.

HEXA06E94
Decimal160110148
Binary10100000110111010010100
Octal240156224

Shades and tints

Shades of #A06E94

#A06E94
(160,110,148)
#926487
(146,100,135)
#845A7A
(132,90,122)
#76506D
(118,80,109)
#684660
(104,70,96)
#5A3C53
(90,60,83)
#4C3246
(76,50,70)
#3E2839
(62,40,57)
#301E2C
(48,30,44)
#22141F
(34,20,31)
#140A12
(20,10,18)
#000000
(0,0,0)

Tints of #A06E94

#A06E94
(160,110,148)
#A87B9D
(168,123,157)
#B088A6
(176,136,166)
#B895AF
(184,149,175)
#C0A2B8
(192,162,184)
#C8AFC1
(200,175,193)
#D0BCCA
(208,188,202)
#D8C9D3
(216,201,211)
#E0D6DC
(224,214,220)
#E8E3E5
(232,227,229)
#F0F0EE
(240,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A06E94 color. Also use rgb(160,110,148) instead hex code.

Text Font Color

.myTextColor { color: #A06E94; }

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

This text font color is #A06E94.


Background Color

.myBgColor { background-color: #A06E94; }

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

This div background color is #A06E94.


Border color

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

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

This div border color is #A06E94.


Opacity

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

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

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

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

This text has shadow with #A06E94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A06E94 on black background.


Color preview on white background

This text has color #A06E94 on white background.



Black color preview on #A06E94 background

This text has black color on #A06E94 background.


White color preview on #A06E94 background

This text has white color on #A06E94 background.