COLOR #A682D0

HEX: #A682D0 RGB: (166,130,208)

Color info

#A682D0 contains mainly red and blue colors. Web safe color of #A682D0 is #9999CC (or #99C).

RGB color model

#A682D0 color RGB value is (166,130,208).

RGB: (166,130,208) (65%, 51%, 82%)

RGB channels and saturation

R 166 of 255 = 65%
G 130 of 255 = 51%
B 208 of 255 = 82%

166
130
208

R + G + B ~ 66%. #A682D0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 130 + 208 = 504 (100%)
R 166 of 504 ~ 32.94%
G 130 of 504 ~ 25.79%
B 208 of 504 ~ 41.27'%

%32.94
%25.79
%41.27

CMYK color model

#A682D0 color CMYK value is (20,38,0,18).

  • cyan value is 20.19%
  • magenta value is 37.50%
  • yellow value is 0.00%
  • key color value is 18.43%

CMYK: (20,38,0,18)
C20M38Y0K18 (20%, 38%, 0%, 18%)
(0.20 / 0.38 / 0.00 / 0.18)

CMYK percentages

%20.19
%37.5
%0
%18.43

Codes

Color #A682D0 in popluar color models

A6 82 D0
RGB 166 130 208
HSL 268° 45.35% 66.27%
HSB/HSV 268° 37.50% 81.57%
CMYK 20.19% 37.50% 0.00%
18.43%

Color #A682D0 in popluar number systems.

HEX A6 82 D0
Decimal 166 130 208
Binary 10100110 10000010 11010000
Octal 246 202 320

Shades and tints

Shades of #A682D0

#A682D0
(166,130,208)
#9777BE
(151,119,190)
#886CAC
(136,108,172)
#79619A
(121,97,154)
#6A5688
(106,86,136)
#5B4B76
(91,75,118)
#4C4064
(76,64,100)
#3D3552
(61,53,82)
#2E2A40
(46,42,64)
#1F1F2E
(31,31,46)
#10141C
(16,20,28)
#000000
(0,0,0)

Tints of #A682D0

#A682D0
(166,130,208)
#AE8DD4
(174,141,212)
#B698D8
(182,152,216)
#BEA3DC
(190,163,220)
#C6AEE0
(198,174,224)
#CEB9E4
(206,185,228)
#D6C4E8
(214,196,232)
#DECFEC
(222,207,236)
#E6DAF0
(230,218,240)
#EEE5F4
(238,229,244)
#F6F0F8
(246,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A682D0; }

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

This text font color is #A682D0.

Background Color

.myBgColor { background-color: #A682D0; }

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

This div background color is #A682D0.

Border color

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

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

This div border color is #A682D0.

Opacity

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

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

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

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

This text has shadow with #A682D0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A682D0.

Preview

Color preview on black background

This text has color #A682D0 on black background.


Color preview on white background

This text has color #A682D0 on white background.


Black color preview on #A682D0 background

This text has black color on #A682D0 background.


White color preview on #A682D0 background

This text has white color on #A682D0 background.


Related colors

Complementary color

Complementary color for #hex is #597D2F.


I love getcolorcode.com

Triadic colors

1 #D0A682 and #82D0A6 with #A682D0 are triadic colors.

2 #D082A6 and #82A6D0 with #A682D0 are triadic colors.