COLOR #A79EDD

HEX: #A79EDD RGB: (167,158,221)

Color info

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

RGB color model

#A79EDD color RGB value is (167,158,221).

RGB: (167,158,221) (65%, 62%, 87%)

RGB channels and saturation

R 167 of 255 = 65%
G 158 of 255 = 62%
B 221 of 255 = 87%

167
158
221

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

Portions of RGB colors in percentages

R + G + B = 167 + 158 + 221 = 546 (100%)
R 167 of 546 ~ 30.59%
G 158 of 546 ~ 28.94%
B 221 of 546 ~ 40.48'%

%30.59
%28.94
%40.48

CMYK color model

#A79EDD color CMYK value is (24,29,0,13).

  • cyan value is 24.43%
  • magenta value is 28.51%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK: (24,29,0,13) C24M29Y0K13 (24%,29%,0%,13%) (0.24/0.29/0.00/0.13) 

CMYK percentages

%24.43
%28.51
%0
%13.33

Codes

Color #A79EDD in popluar color models

A7 9E DD
RGB 167 158 221
HSL 249° 48.09% 74.31%
HSB/HSV 249° 28.51% 86.67%
CMYK 24.43% 28.51% 0.00%
13.33%

Color #A79EDD in popluar number systems.

HEX A7 9E DD
Decimal 167 158 221
Binary 10100111 10011110 11011101
Octal 247 236 335

Shades and tints

Shades of #A79EDD

#A79EDD
(167,158,221)
#9890C9
(152,144,201)
#8982B5
(137,130,181)
#7A74A1
(122,116,161)
#6B668D
(107,102,141)
#5C5879
(92,88,121)
#4D4A65
(77,74,101)
#3E3C51
(62,60,81)
#2F2E3D
(47,46,61)
#202029
(32,32,41)
#111215
(17,18,21)
#000000
(0,0,0)

Tints of #A79EDD

#A79EDD
(167,158,221)
#AFA6E0
(175,166,224)
#B7AEE3
(183,174,227)
#BFB6E6
(191,182,230)
#C7BEE9
(199,190,233)
#CFC6EC
(207,198,236)
#D7CEEF
(215,206,239)
#DFD6F2
(223,214,242)
#E7DEF5
(231,222,245)
#EFE6F8
(239,230,248)
#F7EEFB
(247,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A79EDD color. Also use rgb(167,158,221) instead hex code.

Text Font Color

.myTextColor { color: #A79EDD; }

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

This text font color is #A79EDD.

Background Color

.myBgColor { background-color: #A79EDD; }

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

This div background color is #A79EDD.

Border color

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

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

This div border color is #A79EDD.

Opacity

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

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

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

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

This text has shadow with #A79EDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A79EDD.

Preview

Color preview on black background

This text has color #A79EDD on black background.


Color preview on white background

This text has color #A79EDD on white background.


Black color preview on #A79EDD background

This text has black color on #A79EDD background.


White color preview on #A79EDD background

This text has white color on #A79EDD background.


Related colors

Complementary color

Complementary color for #hex is #586122.


I love getcolorcode.com

Triadic colors

1 #DDA79E and #9EDDA7 with #A79EDD are triadic colors.

2 #DD9EA7 and #9EA7DD with #A79EDD are triadic colors.