COLOR #A06BA8

HEX: #A06BA8
RGB: (160,107,168)

Color info

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

RGB color model

#A06BA8 color RGB value is (160,107,168).

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

RGB channels and saturation

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

160
107
168

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

Portions of RGB colors in percentages

R + G + B =
160 + 107 + 168 = 435 (100%)
R 160 of 435 ~ 36.78%
G 107 of 435 ~ 24.6%
B 168 of 435 ~ 38.62%

%36.78
%24.6
%38.62

CMYK color model

#A06BA8 color CMYK value is (5,36,0,34).

  • cyan value is 4.76%
  • magenta value is 36.31%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(5,36,0,34)
C5M36Y0K34 
(5%,36%,0%,34%)
(0.05/0.36/0.00/0.34)	

CMYK percentages

%4.76
%36.31
%0
%34.12

Codes

Color #A06BA8 in popluar color models

A06BA8
RGB160107168
HSL292°25.96%53.92%
HSB/HSV292°36.31%65.88%
CMYK4.76%36.31%0.00%
34.12%

Color #A06BA8 in popluar number systems.

HEXA06BA8
Decimal160107168
Binary10100000110101110101000
Octal240153250

Shades and tints

Shades of #A06BA8

#A06BA8
(160,107,168)
#926299
(146,98,153)
#84598A
(132,89,138)
#76507B
(118,80,123)
#68476C
(104,71,108)
#5A3E5D
(90,62,93)
#4C354E
(76,53,78)
#3E2C3F
(62,44,63)
#302330
(48,35,48)
#221A21
(34,26,33)
#141112
(20,17,18)
#000000
(0,0,0)

Tints of #A06BA8

#A06BA8
(160,107,168)
#A878AF
(168,120,175)
#B085B6
(176,133,182)
#B892BD
(184,146,189)
#C09FC4
(192,159,196)
#C8ACCB
(200,172,203)
#D0B9D2
(208,185,210)
#D8C6D9
(216,198,217)
#E0D3E0
(224,211,224)
#E8E0E7
(232,224,231)
#F0EDEE
(240,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A06BA8; }

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

This text font color is #A06BA8.


Background Color

.myBgColor { background-color: #A06BA8; }

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

This div background color is #A06BA8.


Border color

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

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

This div border color is #A06BA8.


Opacity

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

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

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

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

This text has shadow with #A06BA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A06BA8 on black background.


Color preview on white background

This text has color #A06BA8 on white background.



Black color preview on #A06BA8 background

This text has black color on #A06BA8 background.


White color preview on #A06BA8 background

This text has white color on #A06BA8 background.