COLOR #A04CF2

HEX: #A04CF2
RGB: (160,76,242)

Color info

#A04CF2 contains mainly blue color. Web safe color of #A04CF2 is #9933FF (or #93F).

RGB color model

#A04CF2 color RGB value is (160,76,242).

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

RGB channels and saturation

R 160 of 255 = 63%
G 76 of 255 = 30%
B 242 of 255 = 95%

160
76
242

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

Portions of RGB colors in percentages

R + G + B =
160 + 76 + 242 = 478 (100%)
R 160 of 478 ~ 33.47%
G 76 of 478 ~ 15.9%
B 242 of 478 ~ 50.63%

%33.47
%15.9
%50.63

CMYK color model

#A04CF2 color CMYK value is (34,69,0,5).

  • cyan value is 33.88%
  • magenta value is 68.60%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(34,69,0,5)
C34M69Y0K5 
(34%,69%,0%,5%)
(0.34/0.69/0.00/0.05)	

CMYK percentages

%33.88
%68.6
%0
%5.1

Codes

Color #A04CF2 in popluar color models

A04CF2
RGB16076242
HSL270°86.46%62.35%
HSB/HSV270°68.60%94.90%
CMYK33.88%68.60%0.00%
5.10%

Color #A04CF2 in popluar number systems.

HEXA04CF2
Decimal16076242
Binary10100000100110011110010
Octal240114362

Shades and tints

Shades of #A04CF2

#A04CF2
(160,76,242)
#9246DC
(146,70,220)
#8440C6
(132,64,198)
#763AB0
(118,58,176)
#68349A
(104,52,154)
#5A2E84
(90,46,132)
#4C286E
(76,40,110)
#3E2258
(62,34,88)
#301C42
(48,28,66)
#22162C
(34,22,44)
#141016
(20,16,22)
#000000
(0,0,0)

Tints of #A04CF2

#A04CF2
(160,76,242)
#A85CF3
(168,92,243)
#B06CF4
(176,108,244)
#B87CF5
(184,124,245)
#C08CF6
(192,140,246)
#C89CF7
(200,156,247)
#D0ACF8
(208,172,248)
#D8BCF9
(216,188,249)
#E0CCFA
(224,204,250)
#E8DCFB
(232,220,251)
#F0ECFC
(240,236,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A04CF2; }

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

This text font color is #A04CF2.


Background Color

.myBgColor { background-color: #A04CF2; }

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

This div background color is #A04CF2.


Border color

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

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

This div border color is #A04CF2.


Opacity

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

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

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

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

This text has shadow with #A04CF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A04CF2 on black background.


Color preview on white background

This text has color #A04CF2 on white background.



Black color preview on #A04CF2 background

This text has black color on #A04CF2 background.


White color preview on #A04CF2 background

This text has white color on #A04CF2 background.