COLOR #A2949F

HEX: #A2949F RGB: (162,148,159)

Color info

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

RGB color model

#A2949F color RGB value is (162,148,159).

RGB: (162,148,159) (64%, 58%, 62%)

RGB channels and saturation

R 162 of 255 = 64%
G 148 of 255 = 58%
B 159 of 255 = 62%

162
148
159

R + G + B ~ 61%. #A2949F is quite light color.

Portions of RGB colors in percentages

R + G + B = 162 + 148 + 159 = 469 (100%)
R 162 of 469 ~ 34.54%
G 148 of 469 ~ 31.56%
B 159 of 469 ~ 33.9'%

%34.54
%31.56
%33.9

CMYK color model

#A2949F color CMYK value is (0,9,2,36).

  • cyan value is 0.00%
  • magenta value is 8.64%
  • yellow value is 1.85%
  • key color value is 36.47%

CMYK: (0,9,2,36)
C0M9Y2K36 (0%, 9%, 2%, 36%)
(0.00 / 0.09 / 0.02 / 0.36)

CMYK percentages

%0
%8.64
%1.85
%36.47

Codes

Color #A2949F in popluar color models

A2 94 9F
RGB 162 148 159
HSL 313° 7.00% 60.78%
HSB/HSV 313° 8.64% 63.53%
CMYK 0.00% 8.64% 1.85%
36.47%

Color #A2949F in popluar number systems.

HEX A2 94 9F
Decimal 162 148 159
Binary 10100010 10010100 10011111
Octal 242 224 237

Shades and tints

Shades of #A2949F

#A2949F
(162,148,159)
#948791
(148,135,145)
#867A83
(134,122,131)
#786D75
(120,109,117)
#6A6067
(106,96,103)
#5C5359
(92,83,89)
#4E464B
(78,70,75)
#40393D
(64,57,61)
#322C2F
(50,44,47)
#241F21
(36,31,33)
#161213
(22,18,19)
#000000
(0,0,0)

Tints of #A2949F

#A2949F
(162,148,159)
#AA9DA7
(170,157,167)
#B2A6AF
(178,166,175)
#BAAFB7
(186,175,183)
#C2B8BF
(194,184,191)
#CAC1C7
(202,193,199)
#D2CACF
(210,202,207)
#DAD3D7
(218,211,215)
#E2DCDF
(226,220,223)
#EAE5E7
(234,229,231)
#F2EEEF
(242,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2949F color. Also use rgb(162,148,159) instead hex code.

Text Font Color

.myTextColor { color: #A2949F; }

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

This text font color is #A2949F.

Background Color

.myBgColor { background-color: #A2949F; }

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

This div background color is #A2949F.

Border color

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

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

This div border color is #A2949F.

Opacity

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

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

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

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

This text has shadow with #A2949F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2949F.

Preview

Color preview on black background

This text has color #A2949F on black background.


Color preview on white background

This text has color #A2949F on white background.


Black color preview on #A2949F background

This text has black color on #A2949F background.


White color preview on #A2949F background

This text has white color on #A2949F background.


Related colors

Complementary color

Complementary color for #hex is #5D6B60.


I love getcolorcode.com

Triadic colors

1 #9FA294 and #949FA2 with #A2949F are triadic colors.

2 #9F94A2 and #94A29F with #A2949F are triadic colors.