COLOR #A857F8

HEX: #A857F8
RGB: (168,87,248)

Color info

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

RGB color model

#A857F8 color RGB value is (168,87,248).

  • red value is 168;
  • green value is 87;
  • blue value is 248.
RGB:
(168,87,248)
(66%,34%,97%)

RGB channels and saturation

R 168 of 255 = 66%
G 87 of 255 = 34%
B 248 of 255 = 97%

168
87
248

R + G + B ~ 66%. #A857F8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 87 + 248 = 503 (100%)
R 168 of 503 ~ 33.4%
G 87 of 503 ~ 17.3%
B 248 of 503 ~ 49.3%

%33.4
%17.3
%49.3

CMYK color model

#A857F8 color CMYK value is (32,65,0,3).

  • cyan value is 32.26%
  • magenta value is 64.92%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(32,65,0,3)
C32M65Y0K3 
(32%,65%,0%,3%)
(0.32/0.65/0.00/0.03)	

CMYK percentages

%32.26
%64.92
%0
%2.75

Codes

Color #A857F8 in popluar color models

A857F8
RGB16887248
HSL270°92.00%65.69%
HSB/HSV270°64.92%97.25%
CMYK32.26%64.92%0.00%
2.75%

Color #A857F8 in popluar number systems.

HEXA857F8
Decimal16887248
Binary10101000101011111111000
Octal250127370

Shades and tints

Shades of #A857F8

#A857F8
(168,87,248)
#9950E2
(153,80,226)
#8A49CC
(138,73,204)
#7B42B6
(123,66,182)
#6C3BA0
(108,59,160)
#5D348A
(93,52,138)
#4E2D74
(78,45,116)
#3F265E
(63,38,94)
#301F48
(48,31,72)
#211832
(33,24,50)
#12111C
(18,17,28)
#000000
(0,0,0)

Tints of #A857F8

#A857F8
(168,87,248)
#AF66F8
(175,102,248)
#B675F8
(182,117,248)
#BD84F8
(189,132,248)
#C493F8
(196,147,248)
#CBA2F8
(203,162,248)
#D2B1F8
(210,177,248)
#D9C0F8
(217,192,248)
#E0CFF8
(224,207,248)
#E7DEF8
(231,222,248)
#EEEDF8
(238,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A857F8 color. Also use rgb(168,87,248) instead hex code.

Text Font Color

.myTextColor { color: #A857F8; }

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

This text font color is #A857F8.


Background Color

.myBgColor { background-color: #A857F8; }

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

This div background color is #A857F8.


Border color

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

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

This div border color is #A857F8.


Opacity

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

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

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

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

This text has shadow with #A857F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A857F8 on black background.


Color preview on white background

This text has color #A857F8 on white background.



Black color preview on #A857F8 background

This text has black color on #A857F8 background.


White color preview on #A857F8 background

This text has white color on #A857F8 background.