COLOR #A426CD

HEX: #A426CD
RGB: (164,38,205)

Color info

#A426CD contains mainly red and blue colors. Web safe color of #A426CD is #9933CC (or #93C).

RGB color model

#A426CD color RGB value is (164,38,205).

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

RGB channels and saturation

R 164 of 255 = 64%
G 38 of 255 = 15%
B 205 of 255 = 80%

164
38
205

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

Portions of RGB colors in percentages

R + G + B =
164 + 38 + 205 = 407 (100%)
R 164 of 407 ~ 40.29%
G 38 of 407 ~ 9.34%
B 205 of 407 ~ 50.37%

%40.29
%50.37

CMYK color model

#A426CD color CMYK value is (20,81,0,20).

  • cyan value is 20.00%
  • magenta value is 81.46%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(20,81,0,20)
C20M81Y0K20 
(20%,81%,0%,20%)
(0.20/0.81/0.00/0.20)	

CMYK percentages

%20
%81.46
%0
%19.61

Codes

Color #A426CD in popluar color models

A426CD
RGB16438205
HSL285°68.72%47.65%
HSB/HSV285°81.46%80.39%
CMYK20.00%81.46%0.00%
19.61%

Color #A426CD in popluar number systems.

HEXA426CD
Decimal16438205
Binary1010010010011011001101
Octal24446315

Shades and tints

Shades of #A426CD

#A426CD
(164,38,205)
#9623BB
(150,35,187)
#8820A9
(136,32,169)
#7A1D97
(122,29,151)
#6C1A85
(108,26,133)
#5E1773
(94,23,115)
#501461
(80,20,97)
#42114F
(66,17,79)
#340E3D
(52,14,61)
#260B2B
(38,11,43)
#180819
(24,8,25)
#000000
(0,0,0)

Tints of #A426CD

#A426CD
(164,38,205)
#AC39D1
(172,57,209)
#B44CD5
(180,76,213)
#BC5FD9
(188,95,217)
#C472DD
(196,114,221)
#CC85E1
(204,133,225)
#D498E5
(212,152,229)
#DCABE9
(220,171,233)
#E4BEED
(228,190,237)
#ECD1F1
(236,209,241)
#F4E4F5
(244,228,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A426CD; }

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

This text font color is #A426CD.


Background Color

.myBgColor { background-color: #A426CD; }

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

This div background color is #A426CD.


Border color

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

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

This div border color is #A426CD.


Opacity

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

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

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

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

This text has shadow with #A426CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A426CD on black background.


Color preview on white background

This text has color #A426CD on white background.



Black color preview on #A426CD background

This text has black color on #A426CD background.


White color preview on #A426CD background

This text has white color on #A426CD background.