COLOR #A44AC8

HEX: #A44AC8 RGB: (164,74,200)

Color info

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

RGB color model

#A44AC8 color RGB value is (164,74,200).

RGB: (164,74,200) (64%, 29%, 78%)

RGB channels and saturation

R 164 of 255 = 64%
G 74 of 255 = 29%
B 200 of 255 = 78%

164
74
200

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

Portions of RGB colors in percentages

R + G + B = 164 + 74 + 200 = 438 (100%)
R 164 of 438 ~ 37.44%
G 74 of 438 ~ 16.89%
B 200 of 438 ~ 45.66'%

%37.44
%16.89
%45.66

CMYK color model

#A44AC8 color CMYK value is (18,63,0,22).

  • cyan value is 18.00%
  • magenta value is 63.00%
  • yellow value is 0.00%
  • key color value is 21.57%

CMYK: (18,63,0,22)
C18M63Y0K22 (18%, 63%, 0%, 22%)
(0.18 / 0.63 / 0.00 / 0.22)

CMYK percentages

%18
%63
%0
%21.57

Codes

Color #A44AC8 in popluar color models

A4 4A C8
RGB 164 74 200
HSL 283° 53.39% 53.73%
HSB/HSV 283° 63.00% 78.43%
CMYK 18.00% 63.00% 0.00%
21.57%

Color #A44AC8 in popluar number systems.

HEX A4 4A C8
Decimal 164 74 200
Binary 10100100 1001010 11001000
Octal 244 112 310

Shades and tints

Shades of #A44AC8

#A44AC8
(164,74,200)
#9644B6
(150,68,182)
#883EA4
(136,62,164)
#7A3892
(122,56,146)
#6C3280
(108,50,128)
#5E2C6E
(94,44,110)
#50265C
(80,38,92)
#42204A
(66,32,74)
#341A38
(52,26,56)
#261426
(38,20,38)
#180E14
(24,14,20)
#000000
(0,0,0)

Tints of #A44AC8

#A44AC8
(164,74,200)
#AC5ACD
(172,90,205)
#B46AD2
(180,106,210)
#BC7AD7
(188,122,215)
#C48ADC
(196,138,220)
#CC9AE1
(204,154,225)
#D4AAE6
(212,170,230)
#DCBAEB
(220,186,235)
#E4CAF0
(228,202,240)
#ECDAF5
(236,218,245)
#F4EAFA
(244,234,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A44AC8 color. Also use rgb(164,74,200) instead hex code.

Text Font Color

.myTextColor { color: #A44AC8; }

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

This text font color is #A44AC8.

Background Color

.myBgColor { background-color: #A44AC8; }

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

This div background color is #A44AC8.

Border color

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

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

This div border color is #A44AC8.

Opacity

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

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

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

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

This text has shadow with #A44AC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A44AC8.

Preview

Color preview on black background

This text has color #A44AC8 on black background.


Color preview on white background

This text has color #A44AC8 on white background.


Black color preview on #A44AC8 background

This text has black color on #A44AC8 background.


White color preview on #A44AC8 background

This text has white color on #A44AC8 background.


Related colors

Complementary color

Complementary color for #hex is #5BB537.


I love getcolorcode.com

Triadic colors

1 #C8A44A and #4AC8A4 with #A44AC8 are triadic colors.

2 #C84AA4 and #4AA4C8 with #A44AC8 are triadic colors.