COLOR #A63AE4

HEX: #A63AE4
RGB: (166,58,228)

Color info

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

RGB color model

#A63AE4 color RGB value is (166,58,228).

  • red value is 166;
  • green value is 58;
  • blue value is 228.
RGB:
(166,58,228)
(65%,23%,89%)

RGB channels and saturation

R 166 of 255 = 65%
G 58 of 255 = 23%
B 228 of 255 = 89%

166
58
228

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

Portions of RGB colors in percentages

R + G + B =
166 + 58 + 228 = 452 (100%)
R 166 of 452 ~ 36.73%
G 58 of 452 ~ 12.83%
B 228 of 452 ~ 50.44%

%36.73
%12.83
%50.44

CMYK color model

#A63AE4 color CMYK value is (27,75,0,11).

  • cyan value is 27.19%
  • magenta value is 74.56%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(27,75,0,11)
C27M75Y0K11 
(27%,75%,0%,11%)
(0.27/0.75/0.00/0.11)	

CMYK percentages

%27.19
%74.56
%0
%10.59

Codes

Color #A63AE4 in popluar color models

A63AE4
RGB16658228
HSL278°75.89%56.08%
HSB/HSV278°74.56%89.41%
CMYK27.19%74.56%0.00%
10.59%

Color #A63AE4 in popluar number systems.

HEXA63AE4
Decimal16658228
Binary1010011011101011100100
Octal24672344

Shades and tints

Shades of #A63AE4

#A63AE4
(166,58,228)
#9735D0
(151,53,208)
#8830BC
(136,48,188)
#792BA8
(121,43,168)
#6A2694
(106,38,148)
#5B2180
(91,33,128)
#4C1C6C
(76,28,108)
#3D1758
(61,23,88)
#2E1244
(46,18,68)
#1F0D30
(31,13,48)
#10081C
(16,8,28)
#000000
(0,0,0)

Tints of #A63AE4

#A63AE4
(166,58,228)
#AE4BE6
(174,75,230)
#B65CE8
(182,92,232)
#BE6DEA
(190,109,234)
#C67EEC
(198,126,236)
#CE8FEE
(206,143,238)
#D6A0F0
(214,160,240)
#DEB1F2
(222,177,242)
#E6C2F4
(230,194,244)
#EED3F6
(238,211,246)
#F6E4F8
(246,228,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A63AE4 color. Also use rgb(166,58,228) instead hex code.

Text Font Color

.myTextColor { color: #A63AE4; }

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

This text font color is #A63AE4.


Background Color

.myBgColor { background-color: #A63AE4; }

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

This div background color is #A63AE4.


Border color

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

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

This div border color is #A63AE4.


Opacity

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

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

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

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

This text has shadow with #A63AE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A63AE4 on black background.


Color preview on white background

This text has color #A63AE4 on white background.



Black color preview on #A63AE4 background

This text has black color on #A63AE4 background.


White color preview on #A63AE4 background

This text has white color on #A63AE4 background.