COLOR #A982A1

HEX: #A982A1 RGB: (169,130,161)

Color info

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

RGB color model

#A982A1 color RGB value is (169,130,161).

RGB: (169,130,161) (66%, 51%, 63%)

RGB channels and saturation

R 169 of 255 = 66%
G 130 of 255 = 51%
B 161 of 255 = 63%

169
130
161

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

Portions of RGB colors in percentages

R + G + B = 169 + 130 + 161 = 460 (100%)
R 169 of 460 ~ 36.74%
G 130 of 460 ~ 28.26%
B 161 of 460 ~ 35'%

%36.74
%28.26
%35

CMYK color model

#A982A1 color CMYK value is (0,23,5,34).

  • cyan value is 0.00%
  • magenta value is 23.08%
  • yellow value is 4.73%
  • key color value is 33.73%

CMYK: (0,23,5,34)
C0M23Y5K34 (0%, 23%, 5%, 34%)
(0.00 / 0.23 / 0.05 / 0.34)

CMYK percentages

%0
%23.08
%4.73
%33.73

Codes

Color #A982A1 in popluar color models

A9 82 A1
RGB 169 130 161
HSL 312° 18.48% 58.63%
HSB/HSV 312° 23.08% 66.27%
CMYK 0.00% 23.08% 4.73%
33.73%

Color #A982A1 in popluar number systems.

HEX A9 82 A1
Decimal 169 130 161
Binary 10101001 10000010 10100001
Octal 251 202 241

Shades and tints

Shades of #A982A1

#A982A1
(169,130,161)
#9A7793
(154,119,147)
#8B6C85
(139,108,133)
#7C6177
(124,97,119)
#6D5669
(109,86,105)
#5E4B5B
(94,75,91)
#4F404D
(79,64,77)
#40353F
(64,53,63)
#312A31
(49,42,49)
#221F23
(34,31,35)
#131415
(19,20,21)
#000000
(0,0,0)

Tints of #A982A1

#A982A1
(169,130,161)
#B08DA9
(176,141,169)
#B798B1
(183,152,177)
#BEA3B9
(190,163,185)
#C5AEC1
(197,174,193)
#CCB9C9
(204,185,201)
#D3C4D1
(211,196,209)
#DACFD9
(218,207,217)
#E1DAE1
(225,218,225)
#E8E5E9
(232,229,233)
#EFF0F1
(239,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A982A1 color. Also use rgb(169,130,161) instead hex code.

Text Font Color

.myTextColor { color: #A982A1; }

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

This text font color is #A982A1.

Background Color

.myBgColor { background-color: #A982A1; }

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

This div background color is #A982A1.

Border color

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

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

This div border color is #A982A1.

Opacity

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

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

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

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

This text has shadow with #A982A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A982A1.

Preview

Color preview on black background

This text has color #A982A1 on black background.


Color preview on white background

This text has color #A982A1 on white background.


Black color preview on #A982A1 background

This text has black color on #A982A1 background.


White color preview on #A982A1 background

This text has white color on #A982A1 background.


Related colors

Complementary color

Complementary color for #hex is #567D5E.


I love getcolorcode.com

Triadic colors

1 #A1A982 and #82A1A9 with #A982A1 are triadic colors.

2 #A182A9 and #82A9A1 with #A982A1 are triadic colors.