COLOR #A06FA5

HEX: #A06FA5 RGB: (160,111,165)

Color info

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

RGB color model

#A06FA5 color RGB value is (160,111,165).

RGB: (160,111,165) (63%, 44%, 65%)

RGB channels and saturation

R 160 of 255 = 63%
G 111 of 255 = 44%
B 165 of 255 = 65%

160
111
165

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

Portions of RGB colors in percentages

R + G + B = 160 + 111 + 165 = 436 (100%)
R 160 of 436 ~ 36.7%
G 111 of 436 ~ 25.46%
B 165 of 436 ~ 37.84'%

%36.7
%25.46
%37.84

CMYK color model

#A06FA5 color CMYK value is (3,33,0,35).

  • cyan value is 3.03%
  • magenta value is 32.73%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK: (3,33,0,35) C3M33Y0K35 (3%,33%,0%,35%) (0.03/0.33/0.00/0.35) 

CMYK percentages

%3.03
%32.73
%0
%35.29

Codes

Color #A06FA5 in popluar color models

A0 6F A5
RGB 160 111 165
HSL 294° 23.08% 54.12%
HSB/HSV 294° 32.73% 64.71%
CMYK 3.03% 32.73% 0.00%
35.29%

Color #A06FA5 in popluar number systems.

HEX A0 6F A5
Decimal 160 111 165
Binary 10100000 1101111 10100101
Octal 240 157 245

Shades and tints

Shades of #A06FA5

#A06FA5
(160,111,165)
#926596
(146,101,150)
#845B87
(132,91,135)
#765178
(118,81,120)
#684769
(104,71,105)
#5A3D5A
(90,61,90)
#4C334B
(76,51,75)
#3E293C
(62,41,60)
#301F2D
(48,31,45)
#22151E
(34,21,30)
#140B0F
(20,11,15)
#000000
(0,0,0)

Tints of #A06FA5

#A06FA5
(160,111,165)
#A87CAD
(168,124,173)
#B089B5
(176,137,181)
#B896BD
(184,150,189)
#C0A3C5
(192,163,197)
#C8B0CD
(200,176,205)
#D0BDD5
(208,189,213)
#D8CADD
(216,202,221)
#E0D7E5
(224,215,229)
#E8E4ED
(232,228,237)
#F0F1F5
(240,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A06FA5; }

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

This text font color is #A06FA5.

Background Color

.myBgColor { background-color: #A06FA5; }

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

This div background color is #A06FA5.

Border color

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

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

This div border color is #A06FA5.

Opacity

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

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

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

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

This text has shadow with #A06FA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A06FA5.

Preview

Color preview on black background

This text has color #A06FA5 on black background.


Color preview on white background

This text has color #A06FA5 on white background.


Black color preview on #A06FA5 background

This text has black color on #A06FA5 background.


White color preview on #A06FA5 background

This text has white color on #A06FA5 background.


Related colors

Complementary color

Complementary color for #hex is #5F905A.


I love getcolorcode.com

Triadic colors

1 #A5A06F and #6FA5A0 with #A06FA5 are triadic colors.

2 #A56FA0 and #6FA0A5 with #A06FA5 are triadic colors.