COLOR #A69EDA

HEX: #A69EDA
RGB: (166,158,218)

Color info

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

RGB color model

#A69EDA color RGB value is (166,158,218).

  • red value is 166;
  • green value is 158;
  • blue value is 218.
RGB:
(166,158,218)
(65%,62%,85%)

RGB channels and saturation

R 166 of 255 = 65%
G 158 of 255 = 62%
B 218 of 255 = 85%

166
158
218

R + G + B ~ 71%. #A69EDA is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 158 + 218 = 542 (100%)
R 166 of 542 ~ 30.63%
G 158 of 542 ~ 29.15%
B 218 of 542 ~ 40.22%

%30.63
%29.15
%40.22

CMYK color model

#A69EDA color CMYK value is (24,28,0,15).

  • cyan value is 23.85%
  • magenta value is 27.52%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(24,28,0,15)
C24M28Y0K15 
(24%,28%,0%,15%)
(0.24/0.28/0.00/0.15)	

CMYK percentages

%23.85
%27.52
%0
%14.51

Codes

Color #A69EDA in popluar color models

A69EDA
RGB166158218
HSL248°44.78%73.73%
HSB/HSV248°27.52%85.49%
CMYK23.85%27.52%0.00%
14.51%

Color #A69EDA in popluar number systems.

HEXA69EDA
Decimal166158218
Binary101001101001111011011010
Octal246236332

Shades and tints

Shades of #A69EDA

#A69EDA
(166,158,218)
#9790C7
(151,144,199)
#8882B4
(136,130,180)
#7974A1
(121,116,161)
#6A668E
(106,102,142)
#5B587B
(91,88,123)
#4C4A68
(76,74,104)
#3D3C55
(61,60,85)
#2E2E42
(46,46,66)
#1F202F
(31,32,47)
#10121C
(16,18,28)
#000000
(0,0,0)

Tints of #A69EDA

#A69EDA
(166,158,218)
#AEA6DD
(174,166,221)
#B6AEE0
(182,174,224)
#BEB6E3
(190,182,227)
#C6BEE6
(198,190,230)
#CEC6E9
(206,198,233)
#D6CEEC
(214,206,236)
#DED6EF
(222,214,239)
#E6DEF2
(230,222,242)
#EEE6F5
(238,230,245)
#F6EEF8
(246,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A69EDA color. Also use rgb(166,158,218) instead hex code.

Text Font Color

.myTextColor { color: #A69EDA; }

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

This text font color is #A69EDA.


Background Color

.myBgColor { background-color: #A69EDA; }

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

This div background color is #A69EDA.


Border color

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

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

This div border color is #A69EDA.


Opacity

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

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

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

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

This text has shadow with #A69EDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A69EDA on black background.


Color preview on white background

This text has color #A69EDA on white background.



Black color preview on #A69EDA background

This text has black color on #A69EDA background.


White color preview on #A69EDA background

This text has white color on #A69EDA background.