COLOR #A68ED7

HEX: #A68ED7 RGB: (166,142,215)

Color info

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

RGB color model

#A68ED7 color RGB value is (166,142,215).

RGB: (166,142,215) (65%, 56%, 84%)

RGB channels and saturation

R 166 of 255 = 65%
G 142 of 255 = 56%
B 215 of 255 = 84%

166
142
215

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

Portions of RGB colors in percentages

R + G + B = 166 + 142 + 215 = 523 (100%)
R 166 of 523 ~ 31.74%
G 142 of 523 ~ 27.15%
B 215 of 523 ~ 41.11'%

%31.74
%27.15
%41.11

CMYK color model

#A68ED7 color CMYK value is (23,34,0,16).

  • cyan value is 22.79%
  • magenta value is 33.95%
  • yellow value is 0.00%
  • key color value is 15.69%

CMYK: (23,34,0,16)
C23M34Y0K16 (23%, 34%, 0%, 16%)
(0.23 / 0.34 / 0.00 / 0.16)

CMYK percentages

%22.79
%33.95
%0
%15.69

Codes

Color #A68ED7 in popluar color models

A6 8E D7
RGB 166 142 215
HSL 260° 47.71% 70.00%
HSB/HSV 260° 33.95% 84.31%
CMYK 22.79% 33.95% 0.00%
15.69%

Color #A68ED7 in popluar number systems.

HEX A6 8E D7
Decimal 166 142 215
Binary 10100110 10001110 11010111
Octal 246 216 327

Shades and tints

Shades of #A68ED7

#A68ED7
(166,142,215)
#9782C4
(151,130,196)
#8876B1
(136,118,177)
#796A9E
(121,106,158)
#6A5E8B
(106,94,139)
#5B5278
(91,82,120)
#4C4665
(76,70,101)
#3D3A52
(61,58,82)
#2E2E3F
(46,46,63)
#1F222C
(31,34,44)
#101619
(16,22,25)
#000000
(0,0,0)

Tints of #A68ED7

#A68ED7
(166,142,215)
#AE98DA
(174,152,218)
#B6A2DD
(182,162,221)
#BEACE0
(190,172,224)
#C6B6E3
(198,182,227)
#CEC0E6
(206,192,230)
#D6CAE9
(214,202,233)
#DED4EC
(222,212,236)
#E6DEEF
(230,222,239)
#EEE8F2
(238,232,242)
#F6F2F5
(246,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A68ED7 color. Also use rgb(166,142,215) instead hex code.

Text Font Color

.myTextColor { color: #A68ED7; }

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

This text font color is #A68ED7.

Background Color

.myBgColor { background-color: #A68ED7; }

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

This div background color is #A68ED7.

Border color

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

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

This div border color is #A68ED7.

Opacity

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

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

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

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

This text has shadow with #A68ED7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A68ED7.

Preview

Color preview on black background

This text has color #A68ED7 on black background.


Color preview on white background

This text has color #A68ED7 on white background.


Black color preview on #A68ED7 background

This text has black color on #A68ED7 background.


White color preview on #A68ED7 background

This text has white color on #A68ED7 background.


Related colors

Complementary color

Complementary color for #hex is #597128.


I love getcolorcode.com

Triadic colors

1 #D7A68E and #8ED7A6 with #A68ED7 are triadic colors.

2 #D78EA6 and #8EA6D7 with #A68ED7 are triadic colors.