COLOR #A06BA9

HEX: #A06BA9
RGB: (160,107,169)

Color info

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

RGB color model

#A06BA9 color RGB value is (160,107,169).

  • red value is 160;
  • green value is 107;
  • blue value is 169.
RGB:
(160,107,169)
(63%,42%,66%)

RGB channels and saturation

R 160 of 255 = 63%
G 107 of 255 = 42%
B 169 of 255 = 66%

160
107
169

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

Portions of RGB colors in percentages

R + G + B =
160 + 107 + 169 = 436 (100%)
R 160 of 436 ~ 36.7%
G 107 of 436 ~ 24.54%
B 169 of 436 ~ 38.76%

%36.7
%24.54
%38.76

CMYK color model

#A06BA9 color CMYK value is (5,37,0,34).

  • cyan value is 5.33%
  • magenta value is 36.69%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(5,37,0,34)
C5M37Y0K34 
(5%,37%,0%,34%)
(0.05/0.37/0.00/0.34)	

CMYK percentages

%5.33
%36.69
%0
%33.73

Codes

Color #A06BA9 in popluar color models

A06BA9
RGB160107169
HSL291°26.50%54.12%
HSB/HSV291°36.69%66.27%
CMYK5.33%36.69%0.00%
33.73%

Color #A06BA9 in popluar number systems.

HEXA06BA9
Decimal160107169
Binary10100000110101110101001
Octal240153251

Shades and tints

Shades of #A06BA9

#A06BA9
(160,107,169)
#92629A
(146,98,154)
#84598B
(132,89,139)
#76507C
(118,80,124)
#68476D
(104,71,109)
#5A3E5E
(90,62,94)
#4C354F
(76,53,79)
#3E2C40
(62,44,64)
#302331
(48,35,49)
#221A22
(34,26,34)
#141113
(20,17,19)
#000000
(0,0,0)

Tints of #A06BA9

#A06BA9
(160,107,169)
#A878B0
(168,120,176)
#B085B7
(176,133,183)
#B892BE
(184,146,190)
#C09FC5
(192,159,197)
#C8ACCC
(200,172,204)
#D0B9D3
(208,185,211)
#D8C6DA
(216,198,218)
#E0D3E1
(224,211,225)
#E8E0E8
(232,224,232)
#F0EDEF
(240,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A06BA9 color. Also use rgb(160,107,169) instead hex code.

Text Font Color

.myTextColor { color: #A06BA9; }

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

This text font color is #A06BA9.


Background Color

.myBgColor { background-color: #A06BA9; }

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

This div background color is #A06BA9.


Border color

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

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

This div border color is #A06BA9.


Opacity

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

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

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

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

This text has shadow with #A06BA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A06BA9 on black background.


Color preview on white background

This text has color #A06BA9 on white background.



Black color preview on #A06BA9 background

This text has black color on #A06BA9 background.


White color preview on #A06BA9 background

This text has white color on #A06BA9 background.