COLOR #A08BBA

HEX: #A08BBA
RGB: (160,139,186)

Color info

#A08BBA contains red, green and blue colors in about the same proportion. Web safe color of #A08BBA is #9999CC (or #99C).

RGB color model

#A08BBA color RGB value is (160,139,186).

  • red value is 160;
  • green value is 139;
  • blue value is 186.
RGB:
(160,139,186)
(63%,55%,73%)

RGB channels and saturation

R 160 of 255 = 63%
G 139 of 255 = 55%
B 186 of 255 = 73%

160
139
186

R + G + B ~ 64%. #A08BBA is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 139 + 186 = 485 (100%)
R 160 of 485 ~ 32.99%
G 139 of 485 ~ 28.66%
B 186 of 485 ~ 38.35%

%32.99
%28.66
%38.35

CMYK color model

#A08BBA color CMYK value is (14,25,0,27).

  • cyan value is 13.98%
  • magenta value is 25.27%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(14,25,0,27)
C14M25Y0K27 
(14%,25%,0%,27%)
(0.14/0.25/0.00/0.27)	

CMYK percentages

%13.98
%25.27
%0
%27.06

Codes

Color #A08BBA in popluar color models

A08BBA
RGB160139186
HSL267°25.41%63.73%
HSB/HSV267°25.27%72.94%
CMYK13.98%25.27%0.00%
27.06%

Color #A08BBA in popluar number systems.

HEXA08BBA
Decimal160139186
Binary101000001000101110111010
Octal240213272

Shades and tints

Shades of #A08BBA

#A08BBA
(160,139,186)
#927FAA
(146,127,170)
#84739A
(132,115,154)
#76678A
(118,103,138)
#685B7A
(104,91,122)
#5A4F6A
(90,79,106)
#4C435A
(76,67,90)
#3E374A
(62,55,74)
#302B3A
(48,43,58)
#221F2A
(34,31,42)
#14131A
(20,19,26)
#000000
(0,0,0)

Tints of #A08BBA

#A08BBA
(160,139,186)
#A895C0
(168,149,192)
#B09FC6
(176,159,198)
#B8A9CC
(184,169,204)
#C0B3D2
(192,179,210)
#C8BDD8
(200,189,216)
#D0C7DE
(208,199,222)
#D8D1E4
(216,209,228)
#E0DBEA
(224,219,234)
#E8E5F0
(232,229,240)
#F0EFF6
(240,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A08BBA color. Also use rgb(160,139,186) instead hex code.

Text Font Color

.myTextColor { color: #A08BBA; }

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

This text font color is #A08BBA.


Background Color

.myBgColor { background-color: #A08BBA; }

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

This div background color is #A08BBA.


Border color

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

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

This div border color is #A08BBA.


Opacity

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

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

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

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

This text has shadow with #A08BBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A08BBA on black background.


Color preview on white background

This text has color #A08BBA on white background.



Black color preview on #A08BBA background

This text has black color on #A08BBA background.


White color preview on #A08BBA background

This text has white color on #A08BBA background.