COLOR #A426B2

HEX: #A426B2
RGB: (164,38,178)

Color info

#A426B2 contains mainly red and blue colors. Web safe color of #A426B2 is #993399 (or #939).

RGB color model

#A426B2 color RGB value is (164,38,178).

  • red value is 164;
  • green value is 38;
  • blue value is 178.
RGB:
(164,38,178)
(64%,15%,70%)

RGB channels and saturation

R 164 of 255 = 64%
G 38 of 255 = 15%
B 178 of 255 = 70%

164
38
178

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

Portions of RGB colors in percentages

R + G + B =
164 + 38 + 178 = 380 (100%)
R 164 of 380 ~ 43.16%
G 38 of 380 ~ 10%
B 178 of 380 ~ 46.84%

%43.16
%10
%46.84

CMYK color model

#A426B2 color CMYK value is (8,79,0,30).

  • cyan value is 7.87%
  • magenta value is 78.65%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(8,79,0,30)
C8M79Y0K30 
(8%,79%,0%,30%)
(0.08/0.79/0.00/0.30)	

CMYK percentages

%7.87
%78.65
%0
%30.2

Codes

Color #A426B2 in popluar color models

A426B2
RGB16438178
HSL294°64.81%42.35%
HSB/HSV294°78.65%69.80%
CMYK7.87%78.65%0.00%
30.20%

Color #A426B2 in popluar number systems.

HEXA426B2
Decimal16438178
Binary1010010010011010110010
Octal24446262

Shades and tints

Shades of #A426B2

#A426B2
(164,38,178)
#9623A2
(150,35,162)
#882092
(136,32,146)
#7A1D82
(122,29,130)
#6C1A72
(108,26,114)
#5E1762
(94,23,98)
#501452
(80,20,82)
#421142
(66,17,66)
#340E32
(52,14,50)
#260B22
(38,11,34)
#180812
(24,8,18)
#000000
(0,0,0)

Tints of #A426B2

#A426B2
(164,38,178)
#AC39B9
(172,57,185)
#B44CC0
(180,76,192)
#BC5FC7
(188,95,199)
#C472CE
(196,114,206)
#CC85D5
(204,133,213)
#D498DC
(212,152,220)
#DCABE3
(220,171,227)
#E4BEEA
(228,190,234)
#ECD1F1
(236,209,241)
#F4E4F8
(244,228,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A426B2 color. Also use rgb(164,38,178) instead hex code.

Text Font Color

.myTextColor { color: #A426B2; }

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

This text font color is #A426B2.


Background Color

.myBgColor { background-color: #A426B2; }

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

This div background color is #A426B2.


Border color

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

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

This div border color is #A426B2.


Opacity

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

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

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

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

This text has shadow with #A426B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A426B2 on black background.


Color preview on white background

This text has color #A426B2 on white background.



Black color preview on #A426B2 background

This text has black color on #A426B2 background.


White color preview on #A426B2 background

This text has white color on #A426B2 background.