COLOR #A09AEE

HEX: #A09AEE
RGB: (160,154,238)

Color info

#A09AEE contains mainly blue color. Web safe color of #A09AEE is #9999FF (or #99F).

RGB color model

#A09AEE color RGB value is (160,154,238).

  • red value is 160;
  • green value is 154;
  • blue value is 238.
RGB:
(160,154,238)
(63%,60%,93%)

RGB channels and saturation

R 160 of 255 = 63%
G 154 of 255 = 60%
B 238 of 255 = 93%

160
154
238

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

Portions of RGB colors in percentages

R + G + B =
160 + 154 + 238 = 552 (100%)
R 160 of 552 ~ 28.99%
G 154 of 552 ~ 27.9%
B 238 of 552 ~ 43.12%

%28.99
%27.9
%43.12

CMYK color model

#A09AEE color CMYK value is (33,35,0,7).

  • cyan value is 32.77%
  • magenta value is 35.29%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(33,35,0,7)
C33M35Y0K7 
(33%,35%,0%,7%)
(0.33/0.35/0.00/0.07)	

CMYK percentages

%32.77
%35.29
%0
%6.67

Codes

Color #A09AEE in popluar color models

A09AEE
RGB160154238
HSL244°71.19%76.86%
HSB/HSV244°35.29%93.33%
CMYK32.77%35.29%0.00%
6.67%

Color #A09AEE in popluar number systems.

HEXA09AEE
Decimal160154238
Binary101000001001101011101110
Octal240232356

Shades and tints

Shades of #A09AEE

#A09AEE
(160,154,238)
#928CD9
(146,140,217)
#847EC4
(132,126,196)
#7670AF
(118,112,175)
#68629A
(104,98,154)
#5A5485
(90,84,133)
#4C4670
(76,70,112)
#3E385B
(62,56,91)
#302A46
(48,42,70)
#221C31
(34,28,49)
#140E1C
(20,14,28)
#000000
(0,0,0)

Tints of #A09AEE

#A09AEE
(160,154,238)
#A8A3EF
(168,163,239)
#B0ACF0
(176,172,240)
#B8B5F1
(184,181,241)
#C0BEF2
(192,190,242)
#C8C7F3
(200,199,243)
#D0D0F4
(208,208,244)
#D8D9F5
(216,217,245)
#E0E2F6
(224,226,246)
#E8EBF7
(232,235,247)
#F0F4F8
(240,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A09AEE color. Also use rgb(160,154,238) instead hex code.

Text Font Color

.myTextColor { color: #A09AEE; }

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

This text font color is #A09AEE.


Background Color

.myBgColor { background-color: #A09AEE; }

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

This div background color is #A09AEE.


Border color

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

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

This div border color is #A09AEE.


Opacity

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

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

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

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

This text has shadow with #A09AEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A09AEE on black background.


Color preview on white background

This text has color #A09AEE on white background.



Black color preview on #A09AEE background

This text has black color on #A09AEE background.


White color preview on #A09AEE background

This text has white color on #A09AEE background.