COLOR #A828FA

HEX: #A828FA
RGB: (168,40,250)

Color info

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

RGB color model

#A828FA color RGB value is (168,40,250).

  • red value is 168;
  • green value is 40;
  • blue value is 250.
RGB:
(168,40,250)
(66%,16%,98%)

RGB channels and saturation

R 168 of 255 = 66%
G 40 of 255 = 16%
B 250 of 255 = 98%

168
40
250

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

Portions of RGB colors in percentages

R + G + B =
168 + 40 + 250 = 458 (100%)
R 168 of 458 ~ 36.68%
G 40 of 458 ~ 8.73%
B 250 of 458 ~ 54.59%

%36.68
%54.59

CMYK color model

#A828FA color CMYK value is (33,84,0,2).

  • cyan value is 32.80%
  • magenta value is 84.00%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(33,84,0,2)
C33M84Y0K2 
(33%,84%,0%,2%)
(0.33/0.84/0.00/0.02)	

CMYK percentages

%32.8
%84
%0
%1.96

Codes

Color #A828FA in popluar color models

A828FA
RGB16840250
HSL277°95.45%56.86%
HSB/HSV277°84.00%98.04%
CMYK32.80%84.00%0.00%
1.96%

Color #A828FA in popluar number systems.

HEXA828FA
Decimal16840250
Binary1010100010100011111010
Octal25050372

Shades and tints

Shades of #A828FA

#A828FA
(168,40,250)
#9925E4
(153,37,228)
#8A22CE
(138,34,206)
#7B1FB8
(123,31,184)
#6C1CA2
(108,28,162)
#5D198C
(93,25,140)
#4E1676
(78,22,118)
#3F1360
(63,19,96)
#30104A
(48,16,74)
#210D34
(33,13,52)
#120A1E
(18,10,30)
#000000
(0,0,0)

Tints of #A828FA

#A828FA
(168,40,250)
#AF3BFA
(175,59,250)
#B64EFA
(182,78,250)
#BD61FA
(189,97,250)
#C474FA
(196,116,250)
#CB87FA
(203,135,250)
#D29AFA
(210,154,250)
#D9ADFA
(217,173,250)
#E0C0FA
(224,192,250)
#E7D3FA
(231,211,250)
#EEE6FA
(238,230,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A828FA color. Also use rgb(168,40,250) instead hex code.

Text Font Color

.myTextColor { color: #A828FA; }

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

This text font color is #A828FA.


Background Color

.myBgColor { background-color: #A828FA; }

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

This div background color is #A828FA.


Border color

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

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

This div border color is #A828FA.


Opacity

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

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

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

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

This text has shadow with #A828FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A828FA on black background.


Color preview on white background

This text has color #A828FA on white background.



Black color preview on #A828FA background

This text has black color on #A828FA background.


White color preview on #A828FA background

This text has white color on #A828FA background.