COLOR #A94CA6

HEX: #A94CA6 RGB: (169,76,166)

Color info

#A94CA6 contains mainly red and blue colors. Web safe color of #A94CA6 is #993399 (or #939).

RGB color model

#A94CA6 color RGB value is (169,76,166).

RGB: (169,76,166) (66%, 30%, 65%)

RGB channels and saturation

R 169 of 255 = 66%
G 76 of 255 = 30%
B 166 of 255 = 65%

169
76
166

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

Portions of RGB colors in percentages

R + G + B = 169 + 76 + 166 = 411 (100%)
R 169 of 411 ~ 41.12%
G 76 of 411 ~ 18.49%
B 166 of 411 ~ 40.39'%

%41.12
%18.49
%40.39

CMYK color model

#A94CA6 color CMYK value is (0,55,2,34).

  • cyan value is 0.00%
  • magenta value is 55.03%
  • yellow value is 1.78%
  • key color value is 33.73%

CMYK: (0,55,2,34)
C0M55Y2K34 (0%, 55%, 2%, 34%)
(0.00 / 0.55 / 0.02 / 0.34)

CMYK percentages

%0
%55.03
%1.78
%33.73

Codes

Color #A94CA6 in popluar color models

A9 4C A6
RGB 169 76 166
HSL 302° 37.96% 48.04%
HSB/HSV 302° 55.03% 66.27%
CMYK 0.00% 55.03% 1.78%
33.73%

Color #A94CA6 in popluar number systems.

HEX A9 4C A6
Decimal 169 76 166
Binary 10101001 1001100 10100110
Octal 251 114 246

Shades and tints

Shades of #A94CA6

#A94CA6
(169,76,166)
#9A4697
(154,70,151)
#8B4088
(139,64,136)
#7C3A79
(124,58,121)
#6D346A
(109,52,106)
#5E2E5B
(94,46,91)
#4F284C
(79,40,76)
#40223D
(64,34,61)
#311C2E
(49,28,46)
#22161F
(34,22,31)
#131010
(19,16,16)
#000000
(0,0,0)

Tints of #A94CA6

#A94CA6
(169,76,166)
#B05CAE
(176,92,174)
#B76CB6
(183,108,182)
#BE7CBE
(190,124,190)
#C58CC6
(197,140,198)
#CC9CCE
(204,156,206)
#D3ACD6
(211,172,214)
#DABCDE
(218,188,222)
#E1CCE6
(225,204,230)
#E8DCEE
(232,220,238)
#EFECF6
(239,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A94CA6 color. Also use rgb(169,76,166) instead hex code.

Text Font Color

.myTextColor { color: #A94CA6; }

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

This text font color is #A94CA6.

Background Color

.myBgColor { background-color: #A94CA6; }

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

This div background color is #A94CA6.

Border color

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

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

This div border color is #A94CA6.

Opacity

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

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

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

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

This text has shadow with #A94CA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A94CA6.

Preview

Color preview on black background

This text has color #A94CA6 on black background.


Color preview on white background

This text has color #A94CA6 on white background.


Black color preview on #A94CA6 background

This text has black color on #A94CA6 background.


White color preview on #A94CA6 background

This text has white color on #A94CA6 background.


Related colors

Complementary color

Complementary color for #hex is #56B359.


I love getcolorcode.com

Triadic colors

1 #A6A94C and #4CA6A9 with #A94CA6 are triadic colors.

2 #A64CA9 and #4CA9A6 with #A94CA6 are triadic colors.