COLOR #A08BAD

HEX: #A08BAD RGB: (160,139,173)

Color info

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

RGB color model

#A08BAD color RGB value is (160,139,173).

RGB: (160,139,173) (63%, 55%, 68%)

RGB channels and saturation

R 160 of 255 = 63%
G 139 of 255 = 55%
B 173 of 255 = 68%

160
139
173

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

Portions of RGB colors in percentages

R + G + B = 160 + 139 + 173 = 472 (100%)
R 160 of 472 ~ 33.9%
G 139 of 472 ~ 29.45%
B 173 of 472 ~ 36.65'%

%33.9
%29.45
%36.65

CMYK color model

#A08BAD color CMYK value is (8,20,0,32).

  • cyan value is 7.51%
  • magenta value is 19.65%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (8,20,0,32)
C8M20Y0K32 (8%, 20%, 0%, 32%)
(0.08 / 0.20 / 0.00 / 0.32)

CMYK percentages

%7.51
%19.65
%0
%32.16

Codes

Color #A08BAD in popluar color models

A0 8B AD
RGB 160 139 173
HSL 277° 17.17% 61.18%
HSB/HSV 277° 19.65% 67.84%
CMYK 7.51% 19.65% 0.00%
32.16%

Color #A08BAD in popluar number systems.

HEX A0 8B AD
Decimal 160 139 173
Binary 10100000 10001011 10101101
Octal 240 213 255

Shades and tints

Shades of #A08BAD

#A08BAD
(160,139,173)
#927F9E
(146,127,158)
#84738F
(132,115,143)
#766780
(118,103,128)
#685B71
(104,91,113)
#5A4F62
(90,79,98)
#4C4353
(76,67,83)
#3E3744
(62,55,68)
#302B35
(48,43,53)
#221F26
(34,31,38)
#141317
(20,19,23)
#000000
(0,0,0)

Tints of #A08BAD

#A08BAD
(160,139,173)
#A895B4
(168,149,180)
#B09FBB
(176,159,187)
#B8A9C2
(184,169,194)
#C0B3C9
(192,179,201)
#C8BDD0
(200,189,208)
#D0C7D7
(208,199,215)
#D8D1DE
(216,209,222)
#E0DBE5
(224,219,229)
#E8E5EC
(232,229,236)
#F0EFF3
(240,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A08BAD; }

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

This text font color is #A08BAD.

Background Color

.myBgColor { background-color: #A08BAD; }

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

This div background color is #A08BAD.

Border color

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

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

This div border color is #A08BAD.

Opacity

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

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

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

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

This text has shadow with #A08BAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A08BAD.

Preview

Color preview on black background

This text has color #A08BAD on black background.


Color preview on white background

This text has color #A08BAD on white background.


Black color preview on #A08BAD background

This text has black color on #A08BAD background.


White color preview on #A08BAD background

This text has white color on #A08BAD background.


Related colors

Complementary color

Complementary color for #hex is #5F7452.


I love getcolorcode.com

Triadic colors

1 #ADA08B and #8BADA0 with #A08BAD are triadic colors.

2 #AD8BA0 and #8BA0AD with #A08BAD are triadic colors.