COLOR #A994B3

HEX: #A994B3 RGB: (169,148,179)

Color info

#A994B3 contains red, green and blue colors in about the same proportion. Web safe color of #A994B3 is #999999 (or #999).

RGB color model

#A994B3 color RGB value is (169,148,179).

RGB: (169,148,179) (66%, 58%, 70%)

RGB channels and saturation

R 169 of 255 = 66%
G 148 of 255 = 58%
B 179 of 255 = 70%

169
148
179

R + G + B ~ 65%. #A994B3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 148 + 179 = 496 (100%)
R 169 of 496 ~ 34.07%
G 148 of 496 ~ 29.84%
B 179 of 496 ~ 36.09'%

%34.07
%29.84
%36.09

CMYK color model

#A994B3 color CMYK value is (6,17,0,30).

  • cyan value is 5.59%
  • magenta value is 17.32%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK: (6,17,0,30) C6M17Y0K30 (6%,17%,0%,30%) (0.06/0.17/0.00/0.30) 

CMYK percentages

%5.59
%17.32
%0
%29.8

Codes

Color #A994B3 in popluar color models

A9 94 B3
RGB 169 148 179
HSL 281° 16.94% 64.12%
HSB/HSV 281° 17.32% 70.20%
CMYK 5.59% 17.32% 0.00%
29.80%

Color #A994B3 in popluar number systems.

HEX A9 94 B3
Decimal 169 148 179
Binary 10101001 10010100 10110011
Octal 251 224 263

Shades and tints

Shades of #A994B3

#A994B3
(169,148,179)
#9A87A3
(154,135,163)
#8B7A93
(139,122,147)
#7C6D83
(124,109,131)
#6D6073
(109,96,115)
#5E5363
(94,83,99)
#4F4653
(79,70,83)
#403943
(64,57,67)
#312C33
(49,44,51)
#221F23
(34,31,35)
#131213
(19,18,19)
#000000
(0,0,0)

Tints of #A994B3

#A994B3
(169,148,179)
#B09DB9
(176,157,185)
#B7A6BF
(183,166,191)
#BEAFC5
(190,175,197)
#C5B8CB
(197,184,203)
#CCC1D1
(204,193,209)
#D3CAD7
(211,202,215)
#DAD3DD
(218,211,221)
#E1DCE3
(225,220,227)
#E8E5E9
(232,229,233)
#EFEEEF
(239,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A994B3 color. Also use rgb(169,148,179) instead hex code.

Text Font Color

.myTextColor { color: #A994B3; }

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

This text font color is #A994B3.

Background Color

.myBgColor { background-color: #A994B3; }

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

This div background color is #A994B3.

Border color

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

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

This div border color is #A994B3.

Opacity

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

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

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

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

This text has shadow with #A994B3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A994B3.

Preview

Color preview on black background

This text has color #A994B3 on black background.


Color preview on white background

This text has color #A994B3 on white background.


Black color preview on #A994B3 background

This text has black color on #A994B3 background.


White color preview on #A994B3 background

This text has white color on #A994B3 background.


Related colors

Complementary color

Complementary color for #hex is #566B4C.


I love getcolorcode.com

Triadic colors

1 #B3A994 and #94B3A9 with #A994B3 are triadic colors.

2 #B394A9 and #94A9B3 with #A994B3 are triadic colors.