COLOR #A683C6

HEX: #A683C6
RGB: (166,131,198)

Color info

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

RGB color model

#A683C6 color RGB value is (166,131,198).

  • red value is 166;
  • green value is 131;
  • blue value is 198.
RGB:
(166,131,198)
(65%,51%,78%)

RGB channels and saturation

R 166 of 255 = 65%
G 131 of 255 = 51%
B 198 of 255 = 78%

166
131
198

R + G + B ~ 65%. #A683C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 131 + 198 = 495 (100%)
R 166 of 495 ~ 33.54%
G 131 of 495 ~ 26.46%
B 198 of 495 ~ 40%

%33.54
%26.46
%40

CMYK color model

#A683C6 color CMYK value is (16,34,0,22).

  • cyan value is 16.16%
  • magenta value is 33.84%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(16,34,0,22)
C16M34Y0K22 
(16%,34%,0%,22%)
(0.16/0.34/0.00/0.22)	

CMYK percentages

%16.16
%33.84
%0
%22.35

Codes

Color #A683C6 in popluar color models

A683C6
RGB166131198
HSL271°37.02%64.51%
HSB/HSV271°33.84%77.65%
CMYK16.16%33.84%0.00%
22.35%

Color #A683C6 in popluar number systems.

HEXA683C6
Decimal166131198
Binary101001101000001111000110
Octal246203306

Shades and tints

Shades of #A683C6

#A683C6
(166,131,198)
#9778B4
(151,120,180)
#886DA2
(136,109,162)
#796290
(121,98,144)
#6A577E
(106,87,126)
#5B4C6C
(91,76,108)
#4C415A
(76,65,90)
#3D3648
(61,54,72)
#2E2B36
(46,43,54)
#1F2024
(31,32,36)
#101512
(16,21,18)
#000000
(0,0,0)

Tints of #A683C6

#A683C6
(166,131,198)
#AE8ECB
(174,142,203)
#B699D0
(182,153,208)
#BEA4D5
(190,164,213)
#C6AFDA
(198,175,218)
#CEBADF
(206,186,223)
#D6C5E4
(214,197,228)
#DED0E9
(222,208,233)
#E6DBEE
(230,219,238)
#EEE6F3
(238,230,243)
#F6F1F8
(246,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A683C6 color. Also use rgb(166,131,198) instead hex code.

Text Font Color

.myTextColor { color: #A683C6; }

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

This text font color is #A683C6.


Background Color

.myBgColor { background-color: #A683C6; }

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

This div background color is #A683C6.


Border color

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

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

This div border color is #A683C6.


Opacity

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

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

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

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

This text has shadow with #A683C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A683C6 on black background.


Color preview on white background

This text has color #A683C6 on white background.



Black color preview on #A683C6 background

This text has black color on #A683C6 background.


White color preview on #A683C6 background

This text has white color on #A683C6 background.