COLOR #A443C6

HEX: #A443C6 RGB: (164,67,198)

Color info

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

RGB color model

#A443C6 color RGB value is (164,67,198).

RGB: (164,67,198) (64%, 26%, 78%)

RGB channels and saturation

R 164 of 255 = 64%
G 67 of 255 = 26%
B 198 of 255 = 78%

164
67
198

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

Portions of RGB colors in percentages

R + G + B = 164 + 67 + 198 = 429 (100%)
R 164 of 429 ~ 38.23%
G 67 of 429 ~ 15.62%
B 198 of 429 ~ 46.15'%

%38.23
%15.62
%46.15

CMYK color model

#A443C6 color CMYK value is (17,66,0,22).

  • cyan value is 17.17%
  • magenta value is 66.16%
  • yellow value is 0.00%
  • key color value is 22.35%

CMYK: (17,66,0,22)
C17M66Y0K22 (17%, 66%, 0%, 22%)
(0.17 / 0.66 / 0.00 / 0.22)

CMYK percentages

%17.17
%66.16
%0
%22.35

Codes

Color #A443C6 in popluar color models

A4 43 C6
RGB 164 67 198
HSL 284° 53.47% 51.96%
HSB/HSV 284° 66.16% 77.65%
CMYK 17.17% 66.16% 0.00%
22.35%

Color #A443C6 in popluar number systems.

HEX A4 43 C6
Decimal 164 67 198
Binary 10100100 1000011 11000110
Octal 244 103 306

Shades and tints

Shades of #A443C6

#A443C6
(164,67,198)
#963DB4
(150,61,180)
#8837A2
(136,55,162)
#7A3190
(122,49,144)
#6C2B7E
(108,43,126)
#5E256C
(94,37,108)
#501F5A
(80,31,90)
#421948
(66,25,72)
#341336
(52,19,54)
#260D24
(38,13,36)
#180712
(24,7,18)
#000000
(0,0,0)

Tints of #A443C6

#A443C6
(164,67,198)
#AC54CB
(172,84,203)
#B465D0
(180,101,208)
#BC76D5
(188,118,213)
#C487DA
(196,135,218)
#CC98DF
(204,152,223)
#D4A9E4
(212,169,228)
#DCBAE9
(220,186,233)
#E4CBEE
(228,203,238)
#ECDCF3
(236,220,243)
#F4EDF8
(244,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A443C6 color. Also use rgb(164,67,198) instead hex code.

Text Font Color

.myTextColor { color: #A443C6; }

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

This text font color is #A443C6.

Background Color

.myBgColor { background-color: #A443C6; }

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

This div background color is #A443C6.

Border color

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

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

This div border color is #A443C6.

Opacity

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

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

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

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

This text has shadow with #A443C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A443C6.

Preview

Color preview on black background

This text has color #A443C6 on black background.


Color preview on white background

This text has color #A443C6 on white background.


Black color preview on #A443C6 background

This text has black color on #A443C6 background.


White color preview on #A443C6 background

This text has white color on #A443C6 background.


Related colors

Complementary color

Complementary color for #hex is #5BBC39.


I love getcolorcode.com

Triadic colors

1 #C6A443 and #43C6A4 with #A443C6 are triadic colors.

2 #C643A4 and #43A4C6 with #A443C6 are triadic colors.