COLOR #A680BD

HEX: #A680BD
RGB: (166,128,189)

Color info

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

RGB color model

#A680BD color RGB value is (166,128,189).

  • red value is 166;
  • green value is 128;
  • blue value is 189.
RGB:
(166,128,189)
(65%,50%,74%)

RGB channels and saturation

R 166 of 255 = 65%
G 128 of 255 = 50%
B 189 of 255 = 74%

166
128
189

R + G + B ~ 63%. #A680BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 128 + 189 = 483 (100%)
R 166 of 483 ~ 34.37%
G 128 of 483 ~ 26.5%
B 189 of 483 ~ 39.13%

%34.37
%26.5
%39.13

CMYK color model

#A680BD color CMYK value is (12,32,0,26).

  • cyan value is 12.17%
  • magenta value is 32.28%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(12,32,0,26)
C12M32Y0K26 
(12%,32%,0%,26%)
(0.12/0.32/0.00/0.26)	

CMYK percentages

%12.17
%32.28
%0
%25.88

Codes

Color #A680BD in popluar color models

A680BD
RGB166128189
HSL277°31.61%62.16%
HSB/HSV277°32.28%74.12%
CMYK12.17%32.28%0.00%
25.88%

Color #A680BD in popluar number systems.

HEXA680BD
Decimal166128189
Binary101001101000000010111101
Octal246200275

Shades and tints

Shades of #A680BD

#A680BD
(166,128,189)
#9775AC
(151,117,172)
#886A9B
(136,106,155)
#795F8A
(121,95,138)
#6A5479
(106,84,121)
#5B4968
(91,73,104)
#4C3E57
(76,62,87)
#3D3346
(61,51,70)
#2E2835
(46,40,53)
#1F1D24
(31,29,36)
#101213
(16,18,19)
#000000
(0,0,0)

Tints of #A680BD

#A680BD
(166,128,189)
#AE8BC3
(174,139,195)
#B696C9
(182,150,201)
#BEA1CF
(190,161,207)
#C6ACD5
(198,172,213)
#CEB7DB
(206,183,219)
#D6C2E1
(214,194,225)
#DECDE7
(222,205,231)
#E6D8ED
(230,216,237)
#EEE3F3
(238,227,243)
#F6EEF9
(246,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A680BD; }

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

This text font color is #A680BD.


Background Color

.myBgColor { background-color: #A680BD; }

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

This div background color is #A680BD.


Border color

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

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

This div border color is #A680BD.


Opacity

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

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

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

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

This text has shadow with #A680BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A680BD on black background.


Color preview on white background

This text has color #A680BD on white background.



Black color preview on #A680BD background

This text has black color on #A680BD background.


White color preview on #A680BD background

This text has white color on #A680BD background.