COLOR #A681C4

HEX: #A681C4
RGB: (166,129,196)

Color info

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

RGB color model

#A681C4 color RGB value is (166,129,196).

  • red value is 166;
  • green value is 129;
  • blue value is 196.
RGB:
(166,129,196)
(65%,51%,77%)

RGB channels and saturation

R 166 of 255 = 65%
G 129 of 255 = 51%
B 196 of 255 = 77%

166
129
196

R + G + B ~ 64%. #A681C4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 129 + 196 = 491 (100%)
R 166 of 491 ~ 33.81%
G 129 of 491 ~ 26.27%
B 196 of 491 ~ 39.92%

%33.81
%26.27
%39.92

CMYK color model

#A681C4 color CMYK value is (15,34,0,23).

  • cyan value is 15.31%
  • magenta value is 34.18%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(15,34,0,23)
C15M34Y0K23 
(15%,34%,0%,23%)
(0.15/0.34/0.00/0.23)	

CMYK percentages

%15.31
%34.18
%0
%23.14

Codes

Color #A681C4 in popluar color models

A681C4
RGB166129196
HSL273°36.22%63.73%
HSB/HSV273°34.18%76.86%
CMYK15.31%34.18%0.00%
23.14%

Color #A681C4 in popluar number systems.

HEXA681C4
Decimal166129196
Binary101001101000000111000100
Octal246201304

Shades and tints

Shades of #A681C4

#A681C4
(166,129,196)
#9776B3
(151,118,179)
#886BA2
(136,107,162)
#796091
(121,96,145)
#6A5580
(106,85,128)
#5B4A6F
(91,74,111)
#4C3F5E
(76,63,94)
#3D344D
(61,52,77)
#2E293C
(46,41,60)
#1F1E2B
(31,30,43)
#10131A
(16,19,26)
#000000
(0,0,0)

Tints of #A681C4

#A681C4
(166,129,196)
#AE8CC9
(174,140,201)
#B697CE
(182,151,206)
#BEA2D3
(190,162,211)
#C6ADD8
(198,173,216)
#CEB8DD
(206,184,221)
#D6C3E2
(214,195,226)
#DECEE7
(222,206,231)
#E6D9EC
(230,217,236)
#EEE4F1
(238,228,241)
#F6EFF6
(246,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A681C4 color. Also use rgb(166,129,196) instead hex code.

Text Font Color

.myTextColor { color: #A681C4; }

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

This text font color is #A681C4.


Background Color

.myBgColor { background-color: #A681C4; }

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

This div background color is #A681C4.


Border color

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

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

This div border color is #A681C4.


Opacity

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

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

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

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

This text has shadow with #A681C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A681C4 on black background.


Color preview on white background

This text has color #A681C4 on white background.



Black color preview on #A681C4 background

This text has black color on #A681C4 background.


White color preview on #A681C4 background

This text has white color on #A681C4 background.