COLOR #A09ED9

HEX: #A09ED9
RGB: (160,158,217)

Color info

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

RGB color model

#A09ED9 color RGB value is (160,158,217).

  • red value is 160;
  • green value is 158;
  • blue value is 217.
RGB:
(160,158,217)
(63%,62%,85%)

RGB channels and saturation

R 160 of 255 = 63%
G 158 of 255 = 62%
B 217 of 255 = 85%

160
158
217

R + G + B ~ 70%. #A09ED9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 158 + 217 = 535 (100%)
R 160 of 535 ~ 29.91%
G 158 of 535 ~ 29.53%
B 217 of 535 ~ 40.56%

%29.91
%29.53
%40.56

CMYK color model

#A09ED9 color CMYK value is (26,27,0,15).

  • cyan value is 26.27%
  • magenta value is 27.19%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(26,27,0,15)
C26M27Y0K15 
(26%,27%,0%,15%)
(0.26/0.27/0.00/0.15)	

CMYK percentages

%26.27
%27.19
%0
%14.9

Codes

Color #A09ED9 in popluar color models

A09ED9
RGB160158217
HSL242°43.70%73.53%
HSB/HSV242°27.19%85.10%
CMYK26.27%27.19%0.00%
14.90%

Color #A09ED9 in popluar number systems.

HEXA09ED9
Decimal160158217
Binary101000001001111011011001
Octal240236331

Shades and tints

Shades of #A09ED9

#A09ED9
(160,158,217)
#9290C6
(146,144,198)
#8482B3
(132,130,179)
#7674A0
(118,116,160)
#68668D
(104,102,141)
#5A587A
(90,88,122)
#4C4A67
(76,74,103)
#3E3C54
(62,60,84)
#302E41
(48,46,65)
#22202E
(34,32,46)
#14121B
(20,18,27)
#000000
(0,0,0)

Tints of #A09ED9

#A09ED9
(160,158,217)
#A8A6DC
(168,166,220)
#B0AEDF
(176,174,223)
#B8B6E2
(184,182,226)
#C0BEE5
(192,190,229)
#C8C6E8
(200,198,232)
#D0CEEB
(208,206,235)
#D8D6EE
(216,214,238)
#E0DEF1
(224,222,241)
#E8E6F4
(232,230,244)
#F0EEF7
(240,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A09ED9 color. Also use rgb(160,158,217) instead hex code.

Text Font Color

.myTextColor { color: #A09ED9; }

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

This text font color is #A09ED9.


Background Color

.myBgColor { background-color: #A09ED9; }

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

This div background color is #A09ED9.


Border color

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

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

This div border color is #A09ED9.


Opacity

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

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

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

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

This text has shadow with #A09ED9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A09ED9 on black background.


Color preview on white background

This text has color #A09ED9 on white background.



Black color preview on #A09ED9 background

This text has black color on #A09ED9 background.


White color preview on #A09ED9 background

This text has white color on #A09ED9 background.