COLOR #A04CE0

HEX: #A04CE0
RGB: (160,76,224)

Color info

#A04CE0 contains mainly blue color. Web safe color of #A04CE0 is #9933CC (or #93C).

RGB color model

#A04CE0 color RGB value is (160,76,224).

  • red value is 160;
  • green value is 76;
  • blue value is 224.
RGB:
(160,76,224)
(63%,30%,88%)

RGB channels and saturation

R 160 of 255 = 63%
G 76 of 255 = 30%
B 224 of 255 = 88%

160
76
224

R + G + B ~ 60%. #A04CE0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
160 + 76 + 224 = 460 (100%)
R 160 of 460 ~ 34.78%
G 76 of 460 ~ 16.52%
B 224 of 460 ~ 48.7%

%34.78
%16.52
%48.7

CMYK color model

#A04CE0 color CMYK value is (29,66,0,12).

  • cyan value is 28.57%
  • magenta value is 66.07%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(29,66,0,12)
C29M66Y0K12 
(29%,66%,0%,12%)
(0.29/0.66/0.00/0.12)	

CMYK percentages

%28.57
%66.07
%0
%12.16

Codes

Color #A04CE0 in popluar color models

A04CE0
RGB16076224
HSL274°70.48%58.82%
HSB/HSV274°66.07%87.84%
CMYK28.57%66.07%0.00%
12.16%

Color #A04CE0 in popluar number systems.

HEXA04CE0
Decimal16076224
Binary10100000100110011100000
Octal240114340

Shades and tints

Shades of #A04CE0

#A04CE0
(160,76,224)
#9246CC
(146,70,204)
#8440B8
(132,64,184)
#763AA4
(118,58,164)
#683490
(104,52,144)
#5A2E7C
(90,46,124)
#4C2868
(76,40,104)
#3E2254
(62,34,84)
#301C40
(48,28,64)
#22162C
(34,22,44)
#141018
(20,16,24)
#000000
(0,0,0)

Tints of #A04CE0

#A04CE0
(160,76,224)
#A85CE2
(168,92,226)
#B06CE4
(176,108,228)
#B87CE6
(184,124,230)
#C08CE8
(192,140,232)
#C89CEA
(200,156,234)
#D0ACEC
(208,172,236)
#D8BCEE
(216,188,238)
#E0CCF0
(224,204,240)
#E8DCF2
(232,220,242)
#F0ECF4
(240,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A04CE0 color. Also use rgb(160,76,224) instead hex code.

Text Font Color

.myTextColor { color: #A04CE0; }

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

This text font color is #A04CE0.


Background Color

.myBgColor { background-color: #A04CE0; }

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

This div background color is #A04CE0.


Border color

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

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

This div border color is #A04CE0.


Opacity

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

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

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

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

This text has shadow with #A04CE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A04CE0 on black background.


Color preview on white background

This text has color #A04CE0 on white background.



Black color preview on #A04CE0 background

This text has black color on #A04CE0 background.


White color preview on #A04CE0 background

This text has white color on #A04CE0 background.