COLOR #A421CF

HEX: #A421CF
RGB: (164,33,207)

Color info

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

RGB color model

#A421CF color RGB value is (164,33,207).

  • red value is 164;
  • green value is 33;
  • blue value is 207.
RGB:
(164,33,207)
(64%,13%,81%)

RGB channels and saturation

R 164 of 255 = 64%
G 33 of 255 = 13%
B 207 of 255 = 81%

164
33
207

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

Portions of RGB colors in percentages

R + G + B =
164 + 33 + 207 = 404 (100%)
R 164 of 404 ~ 40.59%
G 33 of 404 ~ 8.17%
B 207 of 404 ~ 51.24%

%40.59
%51.24

CMYK color model

#A421CF color CMYK value is (21,84,0,19).

  • cyan value is 20.77%
  • magenta value is 84.06%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(21,84,0,19)
C21M84Y0K19 
(21%,84%,0%,19%)
(0.21/0.84/0.00/0.19)	

CMYK percentages

%20.77
%84.06
%0
%18.82

Codes

Color #A421CF in popluar color models

A421CF
RGB16433207
HSL285°72.50%47.06%
HSB/HSV285°84.06%81.18%
CMYK20.77%84.06%0.00%
18.82%

Color #A421CF in popluar number systems.

HEXA421CF
Decimal16433207
Binary1010010010000111001111
Octal24441317

Shades and tints

Shades of #A421CF

#A421CF
(164,33,207)
#961EBD
(150,30,189)
#881BAB
(136,27,171)
#7A1899
(122,24,153)
#6C1587
(108,21,135)
#5E1275
(94,18,117)
#500F63
(80,15,99)
#420C51
(66,12,81)
#34093F
(52,9,63)
#26062D
(38,6,45)
#18031B
(24,3,27)
#000000
(0,0,0)

Tints of #A421CF

#A421CF
(164,33,207)
#AC35D3
(172,53,211)
#B449D7
(180,73,215)
#BC5DDB
(188,93,219)
#C471DF
(196,113,223)
#CC85E3
(204,133,227)
#D499E7
(212,153,231)
#DCADEB
(220,173,235)
#E4C1EF
(228,193,239)
#ECD5F3
(236,213,243)
#F4E9F7
(244,233,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A421CF color. Also use rgb(164,33,207) instead hex code.

Text Font Color

.myTextColor { color: #A421CF; }

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

This text font color is #A421CF.


Background Color

.myBgColor { background-color: #A421CF; }

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

This div background color is #A421CF.


Border color

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

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

This div border color is #A421CF.


Opacity

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

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

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

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

This text has shadow with #A421CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A421CF on black background.


Color preview on white background

This text has color #A421CF on white background.



Black color preview on #A421CF background

This text has black color on #A421CF background.


White color preview on #A421CF background

This text has white color on #A421CF background.