COLOR #A08DC9

HEX: #A08DC9 RGB: (160,141,201)

Color info

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

RGB color model

#A08DC9 color RGB value is (160,141,201).

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

RGB channels and saturation

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

160
141
201

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

Portions of RGB colors in percentages

R + G + B = 160 + 141 + 201 = 502 (100%)
R 160 of 502 ~ 31.87%
G 141 of 502 ~ 28.09%
B 201 of 502 ~ 40.04'%

%31.87
%28.09
%40.04

CMYK color model

#A08DC9 color CMYK value is (20,30,0,21).

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

CMYK: (20,30,0,21)
C20M30Y0K21 (20%, 30%, 0%, 21%)
(0.20 / 0.30 / 0.00 / 0.21)

CMYK percentages

%20.4
%29.85
%0
%21.18

Codes

Color #A08DC9 in popluar color models

A0 8D C9
RGB 160 141 201
HSL 259° 35.71% 67.06%
HSB/HSV 259° 29.85% 78.82%
CMYK 20.40% 29.85% 0.00%
21.18%

Color #A08DC9 in popluar number systems.

HEX A0 8D C9
Decimal 160 141 201
Binary 10100000 10001101 11001001
Octal 240 215 311

Shades and tints

Shades of #A08DC9

#A08DC9
(160,141,201)
#9281B7
(146,129,183)
#8475A5
(132,117,165)
#766993
(118,105,147)
#685D81
(104,93,129)
#5A516F
(90,81,111)
#4C455D
(76,69,93)
#3E394B
(62,57,75)
#302D39
(48,45,57)
#222127
(34,33,39)
#141515
(20,21,21)
#000000
(0,0,0)

Tints of #A08DC9

#A08DC9
(160,141,201)
#A897CD
(168,151,205)
#B0A1D1
(176,161,209)
#B8ABD5
(184,171,213)
#C0B5D9
(192,181,217)
#C8BFDD
(200,191,221)
#D0C9E1
(208,201,225)
#D8D3E5
(216,211,229)
#E0DDE9
(224,221,233)
#E8E7ED
(232,231,237)
#F0F1F1
(240,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A08DC9; }

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

This text font color is #A08DC9.

Background Color

.myBgColor { background-color: #A08DC9; }

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

This div background color is #A08DC9.

Border color

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

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

This div border color is #A08DC9.

Opacity

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

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

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

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

This text has shadow with #A08DC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A08DC9.

Preview

Color preview on black background

This text has color #A08DC9 on black background.


Color preview on white background

This text has color #A08DC9 on white background.


Black color preview on #A08DC9 background

This text has black color on #A08DC9 background.


White color preview on #A08DC9 background

This text has white color on #A08DC9 background.


Related colors

Complementary color

Complementary color for #hex is #5F7236.


I love getcolorcode.com

Triadic colors

1 #C9A08D and #8DC9A0 with #A08DC9 are triadic colors.

2 #C98DA0 and #8DA0C9 with #A08DC9 are triadic colors.