COLOR #A69CD6

HEX: #A69CD6 RGB: (166,156,214)

Color info

#A69CD6 contains red, green and blue colors in about the same proportion. Web safe color of #A69CD6 is #9999CC (or #99C).

RGB color model

#A69CD6 color RGB value is (166,156,214).

RGB: (166,156,214) (65%, 61%, 84%)

RGB channels and saturation

R 166 of 255 = 65%
G 156 of 255 = 61%
B 214 of 255 = 84%

166
156
214

R + G + B ~ 70%. #A69CD6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 156 + 214 = 536 (100%)
R 166 of 536 ~ 30.97%
G 156 of 536 ~ 29.1%
B 214 of 536 ~ 39.93'%

%30.97
%29.1
%39.93

CMYK color model

#A69CD6 color CMYK value is (22,27,0,16).

  • cyan value is 22.43%
  • magenta value is 27.10%
  • yellow value is 0.00%
  • key color value is 16.08%

CMYK: (22,27,0,16)
C22M27Y0K16 (22%, 27%, 0%, 16%)
(0.22 / 0.27 / 0.00 / 0.16)

CMYK percentages

%22.43
%27.1
%0
%16.08

Codes

Color #A69CD6 in popluar color models

A6 9C D6
RGB 166 156 214
HSL 250° 41.43% 72.55%
HSB/HSV 250° 27.10% 83.92%
CMYK 22.43% 27.10% 0.00%
16.08%

Color #A69CD6 in popluar number systems.

HEX A6 9C D6
Decimal 166 156 214
Binary 10100110 10011100 11010110
Octal 246 234 326

Shades and tints

Shades of #A69CD6

#A69CD6
(166,156,214)
#978EC3
(151,142,195)
#8880B0
(136,128,176)
#79729D
(121,114,157)
#6A648A
(106,100,138)
#5B5677
(91,86,119)
#4C4864
(76,72,100)
#3D3A51
(61,58,81)
#2E2C3E
(46,44,62)
#1F1E2B
(31,30,43)
#101018
(16,16,24)
#000000
(0,0,0)

Tints of #A69CD6

#A69CD6
(166,156,214)
#AEA5D9
(174,165,217)
#B6AEDC
(182,174,220)
#BEB7DF
(190,183,223)
#C6C0E2
(198,192,226)
#CEC9E5
(206,201,229)
#D6D2E8
(214,210,232)
#DEDBEB
(222,219,235)
#E6E4EE
(230,228,238)
#EEEDF1
(238,237,241)
#F6F6F4
(246,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A69CD6 color. Also use rgb(166,156,214) instead hex code.

Text Font Color

.myTextColor { color: #A69CD6; }

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

This text font color is #A69CD6.

Background Color

.myBgColor { background-color: #A69CD6; }

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

This div background color is #A69CD6.

Border color

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

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

This div border color is #A69CD6.

Opacity

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

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

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

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

This text has shadow with #A69CD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A69CD6.

Preview

Color preview on black background

This text has color #A69CD6 on black background.


Color preview on white background

This text has color #A69CD6 on white background.


Black color preview on #A69CD6 background

This text has black color on #A69CD6 background.


White color preview on #A69CD6 background

This text has white color on #A69CD6 background.


Related colors

Complementary color

Complementary color for #hex is #596329.


I love getcolorcode.com

Triadic colors

1 #D6A69C and #9CD6A6 with #A69CD6 are triadic colors.

2 #D69CA6 and #9CA6D6 with #A69CD6 are triadic colors.