COLOR #A04EEF

HEX: #A04EEF
RGB: (160,78,239)

Color info

#A04EEF contains mainly blue color. Web safe color of #A04EEF is #9966FF (or #96F).

RGB color model

#A04EEF color RGB value is (160,78,239).

  • red value is 160;
  • green value is 78;
  • blue value is 239.
RGB:
(160,78,239)
(63%,31%,94%)

RGB channels and saturation

R 160 of 255 = 63%
G 78 of 255 = 31%
B 239 of 255 = 94%

160
78
239

R + G + B ~ 63%. #A04EEF is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 78 + 239 = 477 (100%)
R 160 of 477 ~ 33.54%
G 78 of 477 ~ 16.35%
B 239 of 477 ~ 50.1%

%33.54
%16.35
%50.1

CMYK color model

#A04EEF color CMYK value is (33,67,0,6).

  • cyan value is 33.05%
  • magenta value is 67.36%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(33,67,0,6)
C33M67Y0K6 
(33%,67%,0%,6%)
(0.33/0.67/0.00/0.06)	

CMYK percentages

%33.05
%67.36
%0
%6.27

Codes

Color #A04EEF in popluar color models

A04EEF
RGB16078239
HSL271°83.42%62.16%
HSB/HSV271°67.36%93.73%
CMYK33.05%67.36%0.00%
6.27%

Color #A04EEF in popluar number systems.

HEXA04EEF
Decimal16078239
Binary10100000100111011101111
Octal240116357

Shades and tints

Shades of #A04EEF

#A04EEF
(160,78,239)
#9247DA
(146,71,218)
#8440C5
(132,64,197)
#7639B0
(118,57,176)
#68329B
(104,50,155)
#5A2B86
(90,43,134)
#4C2471
(76,36,113)
#3E1D5C
(62,29,92)
#301647
(48,22,71)
#220F32
(34,15,50)
#14081D
(20,8,29)
#000000
(0,0,0)

Tints of #A04EEF

#A04EEF
(160,78,239)
#A85EF0
(168,94,240)
#B06EF1
(176,110,241)
#B87EF2
(184,126,242)
#C08EF3
(192,142,243)
#C89EF4
(200,158,244)
#D0AEF5
(208,174,245)
#D8BEF6
(216,190,246)
#E0CEF7
(224,206,247)
#E8DEF8
(232,222,248)
#F0EEF9
(240,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A04EEF color. Also use rgb(160,78,239) instead hex code.

Text Font Color

.myTextColor { color: #A04EEF; }

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

This text font color is #A04EEF.


Background Color

.myBgColor { background-color: #A04EEF; }

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

This div background color is #A04EEF.


Border color

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

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

This div border color is #A04EEF.


Opacity

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

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

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

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

This text has shadow with #A04EEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A04EEF on black background.


Color preview on white background

This text has color #A04EEF on white background.



Black color preview on #A04EEF background

This text has black color on #A04EEF background.


White color preview on #A04EEF background

This text has white color on #A04EEF background.