COLOR #A09EE5

HEX: #A09EE5
RGB: (160,158,229)

Color info

#A09EE5 contains mainly blue color. Web safe color of #A09EE5 is #9999CC (or #99C).

RGB color model

#A09EE5 color RGB value is (160,158,229).

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

RGB channels and saturation

R 160 of 255 = 63%
G 158 of 255 = 62%
B 229 of 255 = 90%

160
158
229

R + G + B ~ 72%. #A09EE5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 158 + 229 = 547 (100%)
R 160 of 547 ~ 29.25%
G 158 of 547 ~ 28.88%
B 229 of 547 ~ 41.86%

%29.25
%28.88
%41.86

CMYK color model

#A09EE5 color CMYK value is (30,31,0,10).

  • cyan value is 30.13%
  • magenta value is 31.00%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(30,31,0,10)
C30M31Y0K10 
(30%,31%,0%,10%)
(0.30/0.31/0.00/0.10)	

CMYK percentages

%30.13
%31
%0
%10.2

Codes

Color #A09EE5 in popluar color models

A09EE5
RGB160158229
HSL242°57.72%75.88%
HSB/HSV242°31.00%89.80%
CMYK30.13%31.00%0.00%
10.20%

Color #A09EE5 in popluar number systems.

HEXA09EE5
Decimal160158229
Binary101000001001111011100101
Octal240236345

Shades and tints

Shades of #A09EE5

#A09EE5
(160,158,229)
#9290D1
(146,144,209)
#8482BD
(132,130,189)
#7674A9
(118,116,169)
#686695
(104,102,149)
#5A5881
(90,88,129)
#4C4A6D
(76,74,109)
#3E3C59
(62,60,89)
#302E45
(48,46,69)
#222031
(34,32,49)
#14121D
(20,18,29)
#000000
(0,0,0)

Tints of #A09EE5

#A09EE5
(160,158,229)
#A8A6E7
(168,166,231)
#B0AEE9
(176,174,233)
#B8B6EB
(184,182,235)
#C0BEED
(192,190,237)
#C8C6EF
(200,198,239)
#D0CEF1
(208,206,241)
#D8D6F3
(216,214,243)
#E0DEF5
(224,222,245)
#E8E6F7
(232,230,247)
#F0EEF9
(240,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A09EE5; }

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

This text font color is #A09EE5.


Background Color

.myBgColor { background-color: #A09EE5; }

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

This div background color is #A09EE5.


Border color

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

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

This div border color is #A09EE5.


Opacity

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

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

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

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

This text has shadow with #A09EE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A09EE5 on black background.


Color preview on white background

This text has color #A09EE5 on white background.



Black color preview on #A09EE5 background

This text has black color on #A09EE5 background.


White color preview on #A09EE5 background

This text has white color on #A09EE5 background.