COLOR #A285F4

HEX: #A285F4
RGB: (162,133,244)

Color info

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

RGB color model

#A285F4 color RGB value is (162,133,244).

  • red value is 162;
  • green value is 133;
  • blue value is 244.
RGB:
(162,133,244)
(64%,52%,96%)

RGB channels and saturation

R 162 of 255 = 64%
G 133 of 255 = 52%
B 244 of 255 = 96%

162
133
244

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

Portions of RGB colors in percentages

R + G + B =
162 + 133 + 244 = 539 (100%)
R 162 of 539 ~ 30.06%
G 133 of 539 ~ 24.68%
B 244 of 539 ~ 45.27%

%30.06
%24.68
%45.27

CMYK color model

#A285F4 color CMYK value is (34,45,0,4).

  • cyan value is 33.61%
  • magenta value is 45.49%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(34,45,0,4)
C34M45Y0K4 
(34%,45%,0%,4%)
(0.34/0.45/0.00/0.04)	

CMYK percentages

%33.61
%45.49
%0
%4.31

Codes

Color #A285F4 in popluar color models

A285F4
RGB162133244
HSL256°83.46%73.92%
HSB/HSV256°45.49%95.69%
CMYK33.61%45.49%0.00%
4.31%

Color #A285F4 in popluar number systems.

HEXA285F4
Decimal162133244
Binary101000101000010111110100
Octal242205364

Shades and tints

Shades of #A285F4

#A285F4
(162,133,244)
#9479DE
(148,121,222)
#866DC8
(134,109,200)
#7861B2
(120,97,178)
#6A559C
(106,85,156)
#5C4986
(92,73,134)
#4E3D70
(78,61,112)
#40315A
(64,49,90)
#322544
(50,37,68)
#24192E
(36,25,46)
#160D18
(22,13,24)
#000000
(0,0,0)

Tints of #A285F4

#A285F4
(162,133,244)
#AA90F5
(170,144,245)
#B29BF6
(178,155,246)
#BAA6F7
(186,166,247)
#C2B1F8
(194,177,248)
#CABCF9
(202,188,249)
#D2C7FA
(210,199,250)
#DAD2FB
(218,210,251)
#E2DDFC
(226,221,252)
#EAE8FD
(234,232,253)
#F2F3FE
(242,243,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A285F4 color. Also use rgb(162,133,244) instead hex code.

Text Font Color

.myTextColor { color: #A285F4; }

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

This text font color is #A285F4.


Background Color

.myBgColor { background-color: #A285F4; }

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

This div background color is #A285F4.


Border color

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

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

This div border color is #A285F4.


Opacity

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

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

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

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

This text has shadow with #A285F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A285F4 on black background.


Color preview on white background

This text has color #A285F4 on white background.



Black color preview on #A285F4 background

This text has black color on #A285F4 background.


White color preview on #A285F4 background

This text has white color on #A285F4 background.