COLOR #A44FB2

HEX: #A44FB2
RGB: (164,79,178)

Color info

#A44FB2 contains mainly red and blue colors. Web safe color of #A44FB2 is #996699 (or #969).

RGB color model

#A44FB2 color RGB value is (164,79,178).

  • red value is 164;
  • green value is 79;
  • blue value is 178.
RGB:
(164,79,178)
(64%,31%,70%)

RGB channels and saturation

R 164 of 255 = 64%
G 79 of 255 = 31%
B 178 of 255 = 70%

164
79
178

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

Portions of RGB colors in percentages

R + G + B =
164 + 79 + 178 = 421 (100%)
R 164 of 421 ~ 38.95%
G 79 of 421 ~ 18.76%
B 178 of 421 ~ 42.28%

%38.95
%18.76
%42.28

CMYK color model

#A44FB2 color CMYK value is (8,56,0,30).

  • cyan value is 7.87%
  • magenta value is 55.62%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(8,56,0,30)
C8M56Y0K30 
(8%,56%,0%,30%)
(0.08/0.56/0.00/0.30)	

CMYK percentages

%7.87
%55.62
%0
%30.2

Codes

Color #A44FB2 in popluar color models

A44FB2
RGB16479178
HSL292°39.13%50.39%
HSB/HSV292°55.62%69.80%
CMYK7.87%55.62%0.00%
30.20%

Color #A44FB2 in popluar number systems.

HEXA44FB2
Decimal16479178
Binary10100100100111110110010
Octal244117262

Shades and tints

Shades of #A44FB2

#A44FB2
(164,79,178)
#9648A2
(150,72,162)
#884192
(136,65,146)
#7A3A82
(122,58,130)
#6C3372
(108,51,114)
#5E2C62
(94,44,98)
#502552
(80,37,82)
#421E42
(66,30,66)
#341732
(52,23,50)
#261022
(38,16,34)
#180912
(24,9,18)
#000000
(0,0,0)

Tints of #A44FB2

#A44FB2
(164,79,178)
#AC5FB9
(172,95,185)
#B46FC0
(180,111,192)
#BC7FC7
(188,127,199)
#C48FCE
(196,143,206)
#CC9FD5
(204,159,213)
#D4AFDC
(212,175,220)
#DCBFE3
(220,191,227)
#E4CFEA
(228,207,234)
#ECDFF1
(236,223,241)
#F4EFF8
(244,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A44FB2 color. Also use rgb(164,79,178) instead hex code.

Text Font Color

.myTextColor { color: #A44FB2; }

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

This text font color is #A44FB2.


Background Color

.myBgColor { background-color: #A44FB2; }

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

This div background color is #A44FB2.


Border color

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

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

This div border color is #A44FB2.


Opacity

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

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

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

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

This text has shadow with #A44FB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A44FB2 on black background.


Color preview on white background

This text has color #A44FB2 on white background.



Black color preview on #A44FB2 background

This text has black color on #A44FB2 background.


White color preview on #A44FB2 background

This text has white color on #A44FB2 background.