COLOR #A424CC

HEX: #A424CC RGB: (164,36,204)

Color info

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

RGB color model

#A424CC color RGB value is (164,36,204).

RGB: (164,36,204) (64%, 14%, 80%)

RGB channels and saturation

R 164 of 255 = 64%
G 36 of 255 = 14%
B 204 of 255 = 80%

164
36
204

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

Portions of RGB colors in percentages

R + G + B = 164 + 36 + 204 = 404 (100%)
R 164 of 404 ~ 40.59%
G 36 of 404 ~ 8.91%
B 204 of 404 ~ 50.5'%

%40.59
%50.5

CMYK color model

#A424CC color CMYK value is (20,82,0,20).

  • cyan value is 19.61%
  • magenta value is 82.35%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (20,82,0,20)
C20M82Y0K20 (20%, 82%, 0%, 20%)
(0.20 / 0.82 / 0.00 / 0.20)

CMYK percentages

%19.61
%82.35
%0
%20

Codes

Color #A424CC in popluar color models

A4 24 CC
RGB 164 36 204
HSL 286° 70.00% 47.06%
HSB/HSV 286° 82.35% 80.00%
CMYK 19.61% 82.35% 0.00%
20.00%

Color #A424CC in popluar number systems.

HEX A4 24 CC
Decimal 164 36 204
Binary 10100100 100100 11001100
Octal 244 44 314

Shades and tints

Shades of #A424CC

#A424CC
(164,36,204)
#9621BA
(150,33,186)
#881EA8
(136,30,168)
#7A1B96
(122,27,150)
#6C1884
(108,24,132)
#5E1572
(94,21,114)
#501260
(80,18,96)
#420F4E
(66,15,78)
#340C3C
(52,12,60)
#26092A
(38,9,42)
#180618
(24,6,24)
#000000
(0,0,0)

Tints of #A424CC

#A424CC
(164,36,204)
#AC37D0
(172,55,208)
#B44AD4
(180,74,212)
#BC5DD8
(188,93,216)
#C470DC
(196,112,220)
#CC83E0
(204,131,224)
#D496E4
(212,150,228)
#DCA9E8
(220,169,232)
#E4BCEC
(228,188,236)
#ECCFF0
(236,207,240)
#F4E2F4
(244,226,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A424CC color. Also use rgb(164,36,204) instead hex code.

Text Font Color

.myTextColor { color: #A424CC; }

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

This text font color is #A424CC.

Background Color

.myBgColor { background-color: #A424CC; }

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

This div background color is #A424CC.

Border color

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

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

This div border color is #A424CC.

Opacity

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

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

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

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

This text has shadow with #A424CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A424CC.

Preview

Color preview on black background

This text has color #A424CC on black background.


Color preview on white background

This text has color #A424CC on white background.


Black color preview on #A424CC background

This text has black color on #A424CC background.


White color preview on #A424CC background

This text has white color on #A424CC background.


Related colors

Complementary color

Complementary color for #hex is #5BDB33.


I love getcolorcode.com

Triadic colors

1 #CCA424 and #24CCA4 with #A424CC are triadic colors.

2 #CC24A4 and #24A4CC with #A424CC are triadic colors.