COLOR #A08AB5

HEX: #A08AB5
RGB: (160,138,181)

Color info

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

RGB color model

#A08AB5 color RGB value is (160,138,181).

  • red value is 160;
  • green value is 138;
  • blue value is 181.
RGB:
(160,138,181)
(63%,54%,71%)

RGB channels and saturation

R 160 of 255 = 63%
G 138 of 255 = 54%
B 181 of 255 = 71%

160
138
181

R + G + B ~ 63%. #A08AB5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 138 + 181 = 479 (100%)
R 160 of 479 ~ 33.4%
G 138 of 479 ~ 28.81%
B 181 of 479 ~ 37.79%

%33.4
%28.81
%37.79

CMYK color model

#A08AB5 color CMYK value is (12,24,0,29).

  • cyan value is 11.60%
  • magenta value is 23.76%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(12,24,0,29)
C12M24Y0K29 
(12%,24%,0%,29%)
(0.12/0.24/0.00/0.29)	

CMYK percentages

%11.6
%23.76
%0
%29.02

Codes

Color #A08AB5 in popluar color models

A08AB5
RGB160138181
HSL271°22.51%62.55%
HSB/HSV271°23.76%70.98%
CMYK11.60%23.76%0.00%
29.02%

Color #A08AB5 in popluar number systems.

HEXA08AB5
Decimal160138181
Binary101000001000101010110101
Octal240212265

Shades and tints

Shades of #A08AB5

#A08AB5
(160,138,181)
#927EA5
(146,126,165)
#847295
(132,114,149)
#766685
(118,102,133)
#685A75
(104,90,117)
#5A4E65
(90,78,101)
#4C4255
(76,66,85)
#3E3645
(62,54,69)
#302A35
(48,42,53)
#221E25
(34,30,37)
#141215
(20,18,21)
#000000
(0,0,0)

Tints of #A08AB5

#A08AB5
(160,138,181)
#A894BB
(168,148,187)
#B09EC1
(176,158,193)
#B8A8C7
(184,168,199)
#C0B2CD
(192,178,205)
#C8BCD3
(200,188,211)
#D0C6D9
(208,198,217)
#D8D0DF
(216,208,223)
#E0DAE5
(224,218,229)
#E8E4EB
(232,228,235)
#F0EEF1
(240,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A08AB5 color. Also use rgb(160,138,181) instead hex code.

Text Font Color

.myTextColor { color: #A08AB5; }

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

This text font color is #A08AB5.


Background Color

.myBgColor { background-color: #A08AB5; }

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

This div background color is #A08AB5.


Border color

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

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

This div border color is #A08AB5.


Opacity

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

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

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

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

This text has shadow with #A08AB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A08AB5 on black background.


Color preview on white background

This text has color #A08AB5 on white background.



Black color preview on #A08AB5 background

This text has black color on #A08AB5 background.


White color preview on #A08AB5 background

This text has white color on #A08AB5 background.