COLOR #A680D3

HEX: #A680D3 RGB: (166,128,211)

Color info

#A680D3 contains mainly red and blue colors. Web safe color of #A680D3 is #9966CC (or #96C).

RGB color model

#A680D3 color RGB value is (166,128,211).

RGB: (166,128,211) (65%, 50%, 83%)

RGB channels and saturation

R 166 of 255 = 65%
G 128 of 255 = 50%
B 211 of 255 = 83%

166
128
211

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

Portions of RGB colors in percentages

R + G + B = 166 + 128 + 211 = 505 (100%)
R 166 of 505 ~ 32.87%
G 128 of 505 ~ 25.35%
B 211 of 505 ~ 41.78'%

%32.87
%25.35
%41.78

CMYK color model

#A680D3 color CMYK value is (21,39,0,17).

  • cyan value is 21.33%
  • magenta value is 39.34%
  • yellow value is 0.00%
  • key color value is 17.25%

CMYK: (21,39,0,17)
C21M39Y0K17 (21%, 39%, 0%, 17%)
(0.21 / 0.39 / 0.00 / 0.17)

CMYK percentages

%21.33
%39.34
%0
%17.25

Codes

Color #A680D3 in popluar color models

A6 80 D3
RGB 166 128 211
HSL 267° 48.54% 66.47%
HSB/HSV 267° 39.34% 82.75%
CMYK 21.33% 39.34% 0.00%
17.25%

Color #A680D3 in popluar number systems.

HEX A6 80 D3
Decimal 166 128 211
Binary 10100110 10000000 11010011
Octal 246 200 323

Shades and tints

Shades of #A680D3

#A680D3
(166,128,211)
#9775C0
(151,117,192)
#886AAD
(136,106,173)
#795F9A
(121,95,154)
#6A5487
(106,84,135)
#5B4974
(91,73,116)
#4C3E61
(76,62,97)
#3D334E
(61,51,78)
#2E283B
(46,40,59)
#1F1D28
(31,29,40)
#101215
(16,18,21)
#000000
(0,0,0)

Tints of #A680D3

#A680D3
(166,128,211)
#AE8BD7
(174,139,215)
#B696DB
(182,150,219)
#BEA1DF
(190,161,223)
#C6ACE3
(198,172,227)
#CEB7E7
(206,183,231)
#D6C2EB
(214,194,235)
#DECDEF
(222,205,239)
#E6D8F3
(230,216,243)
#EEE3F7
(238,227,247)
#F6EEFB
(246,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A680D3 color. Also use rgb(166,128,211) instead hex code.

Text Font Color

.myTextColor { color: #A680D3; }

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

This text font color is #A680D3.

Background Color

.myBgColor { background-color: #A680D3; }

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

This div background color is #A680D3.

Border color

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

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

This div border color is #A680D3.

Opacity

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

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

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

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

This text has shadow with #A680D3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A680D3.

Preview

Color preview on black background

This text has color #A680D3 on black background.


Color preview on white background

This text has color #A680D3 on white background.


Black color preview on #A680D3 background

This text has black color on #A680D3 background.


White color preview on #A680D3 background

This text has white color on #A680D3 background.


Related colors

Complementary color

Complementary color for #hex is #597F2C.


I love getcolorcode.com

Triadic colors

1 #D3A680 and #80D3A6 with #A680D3 are triadic colors.

2 #D380A6 and #80A6D3 with #A680D3 are triadic colors.