COLOR #A982B0

HEX: #A982B0 RGB: (169,130,176)

Color info

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

RGB color model

#A982B0 color RGB value is (169,130,176).

RGB: (169,130,176) (66%, 51%, 69%)

RGB channels and saturation

R 169 of 255 = 66%
G 130 of 255 = 51%
B 176 of 255 = 69%

169
130
176

R + G + B ~ 62%. #A982B0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 130 + 176 = 475 (100%)
R 169 of 475 ~ 35.58%
G 130 of 475 ~ 27.37%
B 176 of 475 ~ 37.05'%

%35.58
%27.37
%37.05

CMYK color model

#A982B0 color CMYK value is (4,26,0,31).

  • cyan value is 3.98%
  • magenta value is 26.14%
  • yellow value is 0.00%
  • key color value is 30.98%

CMYK: (4,26,0,31)
C4M26Y0K31 (4%, 26%, 0%, 31%)
(0.04 / 0.26 / 0.00 / 0.31)

CMYK percentages

%3.98
%26.14
%0
%30.98

Codes

Color #A982B0 in popluar color models

A9 82 B0
RGB 169 130 176
HSL 291° 22.55% 60.00%
HSB/HSV 291° 26.14% 69.02%
CMYK 3.98% 26.14% 0.00%
30.98%

Color #A982B0 in popluar number systems.

HEX A9 82 B0
Decimal 169 130 176
Binary 10101001 10000010 10110000
Octal 251 202 260

Shades and tints

Shades of #A982B0

#A982B0
(169,130,176)
#9A77A0
(154,119,160)
#8B6C90
(139,108,144)
#7C6180
(124,97,128)
#6D5670
(109,86,112)
#5E4B60
(94,75,96)
#4F4050
(79,64,80)
#403540
(64,53,64)
#312A30
(49,42,48)
#221F20
(34,31,32)
#131410
(19,20,16)
#000000
(0,0,0)

Tints of #A982B0

#A982B0
(169,130,176)
#B08DB7
(176,141,183)
#B798BE
(183,152,190)
#BEA3C5
(190,163,197)
#C5AECC
(197,174,204)
#CCB9D3
(204,185,211)
#D3C4DA
(211,196,218)
#DACFE1
(218,207,225)
#E1DAE8
(225,218,232)
#E8E5EF
(232,229,239)
#EFF0F6
(239,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A982B0; }

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

This text font color is #A982B0.

Background Color

.myBgColor { background-color: #A982B0; }

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

This div background color is #A982B0.

Border color

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

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

This div border color is #A982B0.

Opacity

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

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

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

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

This text has shadow with #A982B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A982B0.

Preview

Color preview on black background

This text has color #A982B0 on black background.


Color preview on white background

This text has color #A982B0 on white background.


Black color preview on #A982B0 background

This text has black color on #A982B0 background.


White color preview on #A982B0 background

This text has white color on #A982B0 background.


Related colors

Complementary color

Complementary color for #hex is #567D4F.


I love getcolorcode.com

Triadic colors

1 #B0A982 and #82B0A9 with #A982B0 are triadic colors.

2 #B082A9 and #82A9B0 with #A982B0 are triadic colors.