COLOR #A08BC9

HEX: #A08BC9 RGB: (160,139,201)

Color info

#A08BC9 contains mainly red and blue colors. Web safe color of #A08BC9 is #9999CC (or #99C).

RGB color model

#A08BC9 color RGB value is (160,139,201).

RGB: (160,139,201) (63%, 55%, 79%)

RGB channels and saturation

R 160 of 255 = 63%
G 139 of 255 = 55%
B 201 of 255 = 79%

160
139
201

R + G + B ~ 66%. #A08BC9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 160 + 139 + 201 = 500 (100%)
R 160 of 500 ~ 32%
G 139 of 500 ~ 27.8%
B 201 of 500 ~ 40.2'%

%32
%27.8
%40.2

CMYK color model

#A08BC9 color CMYK value is (20,31,0,21).

  • cyan value is 20.40%
  • magenta value is 30.85%
  • yellow value is 0.00%
  • key color value is 21.18%

CMYK: (20,31,0,21)
C20M31Y0K21 (20%, 31%, 0%, 21%)
(0.20 / 0.31 / 0.00 / 0.21)

CMYK percentages

%20.4
%30.85
%0
%21.18

Codes

Color #A08BC9 in popluar color models

A0 8B C9
RGB 160 139 201
HSL 260° 36.47% 66.67%
HSB/HSV 260° 30.85% 78.82%
CMYK 20.40% 30.85% 0.00%
21.18%

Color #A08BC9 in popluar number systems.

HEX A0 8B C9
Decimal 160 139 201
Binary 10100000 10001011 11001001
Octal 240 213 311

Shades and tints

Shades of #A08BC9

#A08BC9
(160,139,201)
#927FB7
(146,127,183)
#8473A5
(132,115,165)
#766793
(118,103,147)
#685B81
(104,91,129)
#5A4F6F
(90,79,111)
#4C435D
(76,67,93)
#3E374B
(62,55,75)
#302B39
(48,43,57)
#221F27
(34,31,39)
#141315
(20,19,21)
#000000
(0,0,0)

Tints of #A08BC9

#A08BC9
(160,139,201)
#A895CD
(168,149,205)
#B09FD1
(176,159,209)
#B8A9D5
(184,169,213)
#C0B3D9
(192,179,217)
#C8BDDD
(200,189,221)
#D0C7E1
(208,199,225)
#D8D1E5
(216,209,229)
#E0DBE9
(224,219,233)
#E8E5ED
(232,229,237)
#F0EFF1
(240,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A08BC9; }

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

This text font color is #A08BC9.

Background Color

.myBgColor { background-color: #A08BC9; }

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

This div background color is #A08BC9.

Border color

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

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

This div border color is #A08BC9.

Opacity

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

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

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

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

This text has shadow with #A08BC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A08BC9.

Preview

Color preview on black background

This text has color #A08BC9 on black background.


Color preview on white background

This text has color #A08BC9 on white background.


Black color preview on #A08BC9 background

This text has black color on #A08BC9 background.


White color preview on #A08BC9 background

This text has white color on #A08BC9 background.


Related colors

Complementary color

Complementary color for #hex is #5F7436.


I love getcolorcode.com

Triadic colors

1 #C9A08B and #8BC9A0 with #A08BC9 are triadic colors.

2 #C98BA0 and #8BA0C9 with #A08BC9 are triadic colors.