COLOR #A08FB1

HEX: #A08FB1
RGB: (160,143,177)

Color info

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

RGB color model

#A08FB1 color RGB value is (160,143,177).

  • red value is 160;
  • green value is 143;
  • blue value is 177.
RGB:
(160,143,177)
(63%,56%,69%)

RGB channels and saturation

R 160 of 255 = 63%
G 143 of 255 = 56%
B 177 of 255 = 69%

160
143
177

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

Portions of RGB colors in percentages

R + G + B =
160 + 143 + 177 = 480 (100%)
R 160 of 480 ~ 33.33%
G 143 of 480 ~ 29.79%
B 177 of 480 ~ 36.88%

%33.33
%29.79
%36.88

CMYK color model

#A08FB1 color CMYK value is (10,19,0,31).

  • cyan value is 9.60%
  • magenta value is 19.21%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(10,19,0,31)
C10M19Y0K31 
(10%,19%,0%,31%)
(0.10/0.19/0.00/0.31)	

CMYK percentages

%9.6
%19.21
%0
%30.59

Codes

Color #A08FB1 in popluar color models

A08FB1
RGB160143177
HSL270°17.89%62.75%
HSB/HSV270°19.21%69.41%
CMYK9.60%19.21%0.00%
30.59%

Color #A08FB1 in popluar number systems.

HEXA08FB1
Decimal160143177
Binary101000001000111110110001
Octal240217261

Shades and tints

Shades of #A08FB1

#A08FB1
(160,143,177)
#9282A1
(146,130,161)
#847591
(132,117,145)
#766881
(118,104,129)
#685B71
(104,91,113)
#5A4E61
(90,78,97)
#4C4151
(76,65,81)
#3E3441
(62,52,65)
#302731
(48,39,49)
#221A21
(34,26,33)
#140D11
(20,13,17)
#000000
(0,0,0)

Tints of #A08FB1

#A08FB1
(160,143,177)
#A899B8
(168,153,184)
#B0A3BF
(176,163,191)
#B8ADC6
(184,173,198)
#C0B7CD
(192,183,205)
#C8C1D4
(200,193,212)
#D0CBDB
(208,203,219)
#D8D5E2
(216,213,226)
#E0DFE9
(224,223,233)
#E8E9F0
(232,233,240)
#F0F3F7
(240,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A08FB1; }

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

This text font color is #A08FB1.


Background Color

.myBgColor { background-color: #A08FB1; }

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

This div background color is #A08FB1.


Border color

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

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

This div border color is #A08FB1.


Opacity

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

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

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

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

This text has shadow with #A08FB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A08FB1 on black background.


Color preview on white background

This text has color #A08FB1 on white background.



Black color preview on #A08FB1 background

This text has black color on #A08FB1 background.


White color preview on #A08FB1 background

This text has white color on #A08FB1 background.