COLOR #A683CF

HEX: #A683CF RGB: (166,131,207)

Color info

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

RGB color model

#A683CF color RGB value is (166,131,207).

RGB: (166,131,207) (65%, 51%, 81%)

RGB channels and saturation

R 166 of 255 = 65%
G 131 of 255 = 51%
B 207 of 255 = 81%

166
131
207

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

Portions of RGB colors in percentages

R + G + B = 166 + 131 + 207 = 504 (100%)
R 166 of 504 ~ 32.94%
G 131 of 504 ~ 25.99%
B 207 of 504 ~ 41.07'%

%32.94
%25.99
%41.07

CMYK color model

#A683CF color CMYK value is (20,37,0,19).

  • cyan value is 19.81%
  • magenta value is 36.71%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK: (20,37,0,19) C20M37Y0K19 (20%,37%,0%,19%) (0.20/0.37/0.00/0.19) 

CMYK percentages

%19.81
%36.71
%0
%18.82

Codes

Color #A683CF in popluar color models

A6 83 CF
RGB 166 131 207
HSL 268° 44.19% 66.27%
HSB/HSV 268° 36.71% 81.18%
CMYK 19.81% 36.71% 0.00%
18.82%

Color #A683CF in popluar number systems.

HEX A6 83 CF
Decimal 166 131 207
Binary 10100110 10000011 11001111
Octal 246 203 317

Shades and tints

Shades of #A683CF

#A683CF
(166,131,207)
#9778BD
(151,120,189)
#886DAB
(136,109,171)
#796299
(121,98,153)
#6A5787
(106,87,135)
#5B4C75
(91,76,117)
#4C4163
(76,65,99)
#3D3651
(61,54,81)
#2E2B3F
(46,43,63)
#1F202D
(31,32,45)
#10151B
(16,21,27)
#000000
(0,0,0)

Tints of #A683CF

#A683CF
(166,131,207)
#AE8ED3
(174,142,211)
#B699D7
(182,153,215)
#BEA4DB
(190,164,219)
#C6AFDF
(198,175,223)
#CEBAE3
(206,186,227)
#D6C5E7
(214,197,231)
#DED0EB
(222,208,235)
#E6DBEF
(230,219,239)
#EEE6F3
(238,230,243)
#F6F1F7
(246,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A683CF; }

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

This text font color is #A683CF.

Background Color

.myBgColor { background-color: #A683CF; }

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

This div background color is #A683CF.

Border color

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

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

This div border color is #A683CF.

Opacity

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

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

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

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

This text has shadow with #A683CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A683CF.

Preview

Color preview on black background

This text has color #A683CF on black background.


Color preview on white background

This text has color #A683CF on white background.


Black color preview on #A683CF background

This text has black color on #A683CF background.


White color preview on #A683CF background

This text has white color on #A683CF background.


Related colors

Complementary color

Complementary color for #hex is #597C30.


I love getcolorcode.com

Triadic colors

1 #CFA683 and #83CFA6 with #A683CF are triadic colors.

2 #CF83A6 and #83A6CF with #A683CF are triadic colors.