COLOR #A683DF

HEX: #A683DF RGB: (166,131,223)

Color info

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

RGB color model

#A683DF color RGB value is (166,131,223).

RGB: (166,131,223) (65%, 51%, 87%)

RGB channels and saturation

R 166 of 255 = 65%
G 131 of 255 = 51%
B 223 of 255 = 87%

166
131
223

R + G + B ~ 68%. #A683DF is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 131 + 223 = 520 (100%)
R 166 of 520 ~ 31.92%
G 131 of 520 ~ 25.19%
B 223 of 520 ~ 42.88'%

%31.92
%25.19
%42.88

CMYK color model

#A683DF color CMYK value is (26,41,0,13).

  • cyan value is 25.56%
  • magenta value is 41.26%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (26,41,0,13)
C26M41Y0K13 (26%, 41%, 0%, 13%)
(0.26 / 0.41 / 0.00 / 0.13)

CMYK percentages

%25.56
%41.26
%0
%12.55

Codes

Color #A683DF in popluar color models

A6 83 DF
RGB 166 131 223
HSL 263° 58.97% 69.41%
HSB/HSV 263° 41.26% 87.45%
CMYK 25.56% 41.26% 0.00%
12.55%

Color #A683DF in popluar number systems.

HEX A6 83 DF
Decimal 166 131 223
Binary 10100110 10000011 11011111
Octal 246 203 337

Shades and tints

Shades of #A683DF

#A683DF
(166,131,223)
#9778CB
(151,120,203)
#886DB7
(136,109,183)
#7962A3
(121,98,163)
#6A578F
(106,87,143)
#5B4C7B
(91,76,123)
#4C4167
(76,65,103)
#3D3653
(61,54,83)
#2E2B3F
(46,43,63)
#1F202B
(31,32,43)
#101517
(16,21,23)
#000000
(0,0,0)

Tints of #A683DF

#A683DF
(166,131,223)
#AE8EE1
(174,142,225)
#B699E3
(182,153,227)
#BEA4E5
(190,164,229)
#C6AFE7
(198,175,231)
#CEBAE9
(206,186,233)
#D6C5EB
(214,197,235)
#DED0ED
(222,208,237)
#E6DBEF
(230,219,239)
#EEE6F1
(238,230,241)
#F6F1F3
(246,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A683DF; }

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

This text font color is #A683DF.

Background Color

.myBgColor { background-color: #A683DF; }

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

This div background color is #A683DF.

Border color

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

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

This div border color is #A683DF.

Opacity

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

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

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

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

This text has shadow with #A683DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A683DF.

Preview

Color preview on black background

This text has color #A683DF on black background.


Color preview on white background

This text has color #A683DF on white background.


Black color preview on #A683DF background

This text has black color on #A683DF background.


White color preview on #A683DF background

This text has white color on #A683DF background.


Related colors

Complementary color

Complementary color for #hex is #597C20.


I love getcolorcode.com

Triadic colors

1 #DFA683 and #83DFA6 with #A683DF are triadic colors.

2 #DF83A6 and #83A6DF with #A683DF are triadic colors.