COLOR #A094EE

HEX: #A094EE
RGB: (160,148,238)

Color info

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

RGB color model

#A094EE color RGB value is (160,148,238).

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

RGB channels and saturation

R 160 of 255 = 63%
G 148 of 255 = 58%
B 238 of 255 = 93%

160
148
238

R + G + B ~ 71%. #A094EE is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 148 + 238 = 546 (100%)
R 160 of 546 ~ 29.3%
G 148 of 546 ~ 27.11%
B 238 of 546 ~ 43.59%

%29.3
%27.11
%43.59

CMYK color model

#A094EE color CMYK value is (33,38,0,7).

  • cyan value is 32.77%
  • magenta value is 37.82%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(33,38,0,7)
C33M38Y0K7 
(33%,38%,0%,7%)
(0.33/0.38/0.00/0.07)	

CMYK percentages

%32.77
%37.82
%0
%6.67

Codes

Color #A094EE in popluar color models

A094EE
RGB160148238
HSL248°72.58%75.69%
HSB/HSV248°37.82%93.33%
CMYK32.77%37.82%0.00%
6.67%

Color #A094EE in popluar number systems.

HEXA094EE
Decimal160148238
Binary101000001001010011101110
Octal240224356

Shades and tints

Shades of #A094EE

#A094EE
(160,148,238)
#9287D9
(146,135,217)
#847AC4
(132,122,196)
#766DAF
(118,109,175)
#68609A
(104,96,154)
#5A5385
(90,83,133)
#4C4670
(76,70,112)
#3E395B
(62,57,91)
#302C46
(48,44,70)
#221F31
(34,31,49)
#14121C
(20,18,28)
#000000
(0,0,0)

Tints of #A094EE

#A094EE
(160,148,238)
#A89DEF
(168,157,239)
#B0A6F0
(176,166,240)
#B8AFF1
(184,175,241)
#C0B8F2
(192,184,242)
#C8C1F3
(200,193,243)
#D0CAF4
(208,202,244)
#D8D3F5
(216,211,245)
#E0DCF6
(224,220,246)
#E8E5F7
(232,229,247)
#F0EEF8
(240,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A094EE; }

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

This text font color is #A094EE.


Background Color

.myBgColor { background-color: #A094EE; }

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

This div background color is #A094EE.


Border color

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

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

This div border color is #A094EE.


Opacity

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

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

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

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

This text has shadow with #A094EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A094EE on black background.


Color preview on white background

This text has color #A094EE on white background.



Black color preview on #A094EE background

This text has black color on #A094EE background.


White color preview on #A094EE background

This text has white color on #A094EE background.