COLOR #A430E4

HEX: #A430E4
RGB: (164,48,228)

Color info

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

RGB color model

#A430E4 color RGB value is (164,48,228).

  • red value is 164;
  • green value is 48;
  • blue value is 228.
RGB:
(164,48,228)
(64%,19%,89%)

RGB channels and saturation

R 164 of 255 = 64%
G 48 of 255 = 19%
B 228 of 255 = 89%

164
48
228

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

Portions of RGB colors in percentages

R + G + B =
164 + 48 + 228 = 440 (100%)
R 164 of 440 ~ 37.27%
G 48 of 440 ~ 10.91%
B 228 of 440 ~ 51.82%

%37.27
%10.91
%51.82

CMYK color model

#A430E4 color CMYK value is (28,79,0,11).

  • cyan value is 28.07%
  • magenta value is 78.95%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(28,79,0,11)
C28M79Y0K11 
(28%,79%,0%,11%)
(0.28/0.79/0.00/0.11)	

CMYK percentages

%28.07
%78.95
%0
%10.59

Codes

Color #A430E4 in popluar color models

A430E4
RGB16448228
HSL279°76.92%54.12%
HSB/HSV279°78.95%89.41%
CMYK28.07%78.95%0.00%
10.59%

Color #A430E4 in popluar number systems.

HEXA430E4
Decimal16448228
Binary1010010011000011100100
Octal24460344

Shades and tints

Shades of #A430E4

#A430E4
(164,48,228)
#962CD0
(150,44,208)
#8828BC
(136,40,188)
#7A24A8
(122,36,168)
#6C2094
(108,32,148)
#5E1C80
(94,28,128)
#50186C
(80,24,108)
#421458
(66,20,88)
#341044
(52,16,68)
#260C30
(38,12,48)
#18081C
(24,8,28)
#000000
(0,0,0)

Tints of #A430E4

#A430E4
(164,48,228)
#AC42E6
(172,66,230)
#B454E8
(180,84,232)
#BC66EA
(188,102,234)
#C478EC
(196,120,236)
#CC8AEE
(204,138,238)
#D49CF0
(212,156,240)
#DCAEF2
(220,174,242)
#E4C0F4
(228,192,244)
#ECD2F6
(236,210,246)
#F4E4F8
(244,228,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A430E4 color. Also use rgb(164,48,228) instead hex code.

Text Font Color

.myTextColor { color: #A430E4; }

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

This text font color is #A430E4.


Background Color

.myBgColor { background-color: #A430E4; }

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

This div background color is #A430E4.


Border color

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

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

This div border color is #A430E4.


Opacity

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

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

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

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

This text has shadow with #A430E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A430E4 on black background.


Color preview on white background

This text has color #A430E4 on white background.



Black color preview on #A430E4 background

This text has black color on #A430E4 background.


White color preview on #A430E4 background

This text has white color on #A430E4 background.