COLOR #A08BB1

HEX: #A08BB1 RGB: (160,139,177)

Color info

#A08BB1 contains red, green and blue colors in about the same proportion. Web safe color of #A08BB1 is #999999 (or #999).

RGB color model

#A08BB1 color RGB value is (160,139,177).

RGB: (160,139,177) (63%, 55%, 69%)

RGB channels and saturation

R 160 of 255 = 63%
G 139 of 255 = 55%
B 177 of 255 = 69%

160
139
177

R + G + B ~ 62%. #A08BB1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 160 + 139 + 177 = 476 (100%)
R 160 of 476 ~ 33.61%
G 139 of 476 ~ 29.2%
B 177 of 476 ~ 37.18'%

%33.61
%29.2
%37.18

CMYK color model

#A08BB1 color CMYK value is (10,21,0,31).

  • cyan value is 9.60%
  • magenta value is 21.47%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK: (10,21,0,31) C10M21Y0K31 (10%,21%,0%,31%) (0.10/0.21/0.00/0.31) 

CMYK percentages

%9.6
%21.47
%0
%30.59

Codes

Color #A08BB1 in popluar color models

A0 8B B1
RGB 160 139 177
HSL 273° 19.59% 61.96%
HSB/HSV 273° 21.47% 69.41%
CMYK 9.60% 21.47% 0.00%
30.59%

Color #A08BB1 in popluar number systems.

HEX A0 8B B1
Decimal 160 139 177
Binary 10100000 10001011 10110001
Octal 240 213 261

Shades and tints

Shades of #A08BB1

#A08BB1
(160,139,177)
#927FA1
(146,127,161)
#847391
(132,115,145)
#766781
(118,103,129)
#685B71
(104,91,113)
#5A4F61
(90,79,97)
#4C4351
(76,67,81)
#3E3741
(62,55,65)
#302B31
(48,43,49)
#221F21
(34,31,33)
#141311
(20,19,17)
#000000
(0,0,0)

Tints of #A08BB1

#A08BB1
(160,139,177)
#A895B8
(168,149,184)
#B09FBF
(176,159,191)
#B8A9C6
(184,169,198)
#C0B3CD
(192,179,205)
#C8BDD4
(200,189,212)
#D0C7DB
(208,199,219)
#D8D1E2
(216,209,226)
#E0DBE9
(224,219,233)
#E8E5F0
(232,229,240)
#F0EFF7
(240,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A08BB1; }

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

This text font color is #A08BB1.

Background Color

.myBgColor { background-color: #A08BB1; }

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

This div background color is #A08BB1.

Border color

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

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

This div border color is #A08BB1.

Opacity

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

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

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

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

This text has shadow with #A08BB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A08BB1.

Preview

Color preview on black background

This text has color #A08BB1 on black background.


Color preview on white background

This text has color #A08BB1 on white background.


Black color preview on #A08BB1 background

This text has black color on #A08BB1 background.


White color preview on #A08BB1 background

This text has white color on #A08BB1 background.


Related colors

Complementary color

Complementary color for #hex is #5F744E.


I love getcolorcode.com

Triadic colors

1 #B1A08B and #8BB1A0 with #A08BB1 are triadic colors.

2 #B18BA0 and #8BA0B1 with #A08BB1 are triadic colors.