COLOR #A682B3

HEX: #A682B3 RGB: (166,130,179)

Color info

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

RGB color model

#A682B3 color RGB value is (166,130,179).

RGB: (166,130,179) (65%, 51%, 70%)

RGB channels and saturation

R 166 of 255 = 65%
G 130 of 255 = 51%
B 179 of 255 = 70%

166
130
179

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

Portions of RGB colors in percentages

R + G + B = 166 + 130 + 179 = 475 (100%)
R 166 of 475 ~ 34.95%
G 130 of 475 ~ 27.37%
B 179 of 475 ~ 37.68'%

%34.95
%27.37
%37.68

CMYK color model

#A682B3 color CMYK value is (7,27,0,30).

  • cyan value is 7.26%
  • magenta value is 27.37%
  • yellow value is 0.00%
  • key color value is 29.80%

CMYK: (7,27,0,30)
C7M27Y0K30 (7%, 27%, 0%, 30%)
(0.07 / 0.27 / 0.00 / 0.30)

CMYK percentages

%7.26
%27.37
%0
%29.8

Codes

Color #A682B3 in popluar color models

A6 82 B3
RGB 166 130 179
HSL 284° 24.38% 60.59%
HSB/HSV 284° 27.37% 70.20%
CMYK 7.26% 27.37% 0.00%
29.80%

Color #A682B3 in popluar number systems.

HEX A6 82 B3
Decimal 166 130 179
Binary 10100110 10000010 10110011
Octal 246 202 263

Shades and tints

Shades of #A682B3

#A682B3
(166,130,179)
#9777A3
(151,119,163)
#886C93
(136,108,147)
#796183
(121,97,131)
#6A5673
(106,86,115)
#5B4B63
(91,75,99)
#4C4053
(76,64,83)
#3D3543
(61,53,67)
#2E2A33
(46,42,51)
#1F1F23
(31,31,35)
#101413
(16,20,19)
#000000
(0,0,0)

Tints of #A682B3

#A682B3
(166,130,179)
#AE8DB9
(174,141,185)
#B698BF
(182,152,191)
#BEA3C5
(190,163,197)
#C6AECB
(198,174,203)
#CEB9D1
(206,185,209)
#D6C4D7
(214,196,215)
#DECFDD
(222,207,221)
#E6DAE3
(230,218,227)
#EEE5E9
(238,229,233)
#F6F0EF
(246,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A682B3 color. Also use rgb(166,130,179) instead hex code.

Text Font Color

.myTextColor { color: #A682B3; }

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

This text font color is #A682B3.

Background Color

.myBgColor { background-color: #A682B3; }

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

This div background color is #A682B3.

Border color

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

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

This div border color is #A682B3.

Opacity

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

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

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

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

This text has shadow with #A682B3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A682B3.

Preview

Color preview on black background

This text has color #A682B3 on black background.


Color preview on white background

This text has color #A682B3 on white background.


Black color preview on #A682B3 background

This text has black color on #A682B3 background.


White color preview on #A682B3 background

This text has white color on #A682B3 background.


Related colors

Complementary color

Complementary color for #hex is #597D4C.


I love getcolorcode.com

Triadic colors

1 #B3A682 and #82B3A6 with #A682B3 are triadic colors.

2 #B382A6 and #82A6B3 with #A682B3 are triadic colors.