COLOR #A68ED8

HEX: #A68ED8 RGB: (166,142,216)

Color info

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

RGB color model

#A68ED8 color RGB value is (166,142,216).

RGB: (166,142,216) (65%, 56%, 85%)

RGB channels and saturation

R 166 of 255 = 65%
G 142 of 255 = 56%
B 216 of 255 = 85%

166
142
216

R + G + B ~ 69%. #A68ED8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 142 + 216 = 524 (100%)
R 166 of 524 ~ 31.68%
G 142 of 524 ~ 27.1%
B 216 of 524 ~ 41.22'%

%31.68
%27.1
%41.22

CMYK color model

#A68ED8 color CMYK value is (23,34,0,15).

  • cyan value is 23.15%
  • magenta value is 34.26%
  • yellow value is 0.00%
  • key color value is 15.29%

CMYK: (23,34,0,15)
C23M34Y0K15 (23%, 34%, 0%, 15%)
(0.23 / 0.34 / 0.00 / 0.15)

CMYK percentages

%23.15
%34.26
%0
%15.29

Codes

Color #A68ED8 in popluar color models

A6 8E D8
RGB 166 142 216
HSL 259° 48.68% 70.20%
HSB/HSV 259° 34.26% 84.71%
CMYK 23.15% 34.26% 0.00%
15.29%

Color #A68ED8 in popluar number systems.

HEX A6 8E D8
Decimal 166 142 216
Binary 10100110 10001110 11011000
Octal 246 216 330

Shades and tints

Shades of #A68ED8

#A68ED8
(166,142,216)
#9782C5
(151,130,197)
#8876B2
(136,118,178)
#796A9F
(121,106,159)
#6A5E8C
(106,94,140)
#5B5279
(91,82,121)
#4C4666
(76,70,102)
#3D3A53
(61,58,83)
#2E2E40
(46,46,64)
#1F222D
(31,34,45)
#10161A
(16,22,26)
#000000
(0,0,0)

Tints of #A68ED8

#A68ED8
(166,142,216)
#AE98DB
(174,152,219)
#B6A2DE
(182,162,222)
#BEACE1
(190,172,225)
#C6B6E4
(198,182,228)
#CEC0E7
(206,192,231)
#D6CAEA
(214,202,234)
#DED4ED
(222,212,237)
#E6DEF0
(230,222,240)
#EEE8F3
(238,232,243)
#F6F2F6
(246,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A68ED8; }

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

This text font color is #A68ED8.

Background Color

.myBgColor { background-color: #A68ED8; }

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

This div background color is #A68ED8.

Border color

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

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

This div border color is #A68ED8.

Opacity

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

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

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

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

This text has shadow with #A68ED8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A68ED8.

Preview

Color preview on black background

This text has color #A68ED8 on black background.


Color preview on white background

This text has color #A68ED8 on white background.


Black color preview on #A68ED8 background

This text has black color on #A68ED8 background.


White color preview on #A68ED8 background

This text has white color on #A68ED8 background.


Related colors

Complementary color

Complementary color for #hex is #597127.


I love getcolorcode.com

Triadic colors

1 #D8A68E and #8ED8A6 with #A68ED8 are triadic colors.

2 #D88EA6 and #8EA6D8 with #A68ED8 are triadic colors.