COLOR #A67EE3

HEX: #A67EE3 RGB: (166,126,227)

Color info

#A67EE3 contains mainly blue color. Web safe color of #A67EE3 is #9966CC (or #96C).

RGB color model

#A67EE3 color RGB value is (166,126,227).

RGB: (166,126,227) (65%, 49%, 89%)

RGB channels and saturation

R 166 of 255 = 65%
G 126 of 255 = 49%
B 227 of 255 = 89%

166
126
227

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

Portions of RGB colors in percentages

R + G + B = 166 + 126 + 227 = 519 (100%)
R 166 of 519 ~ 31.98%
G 126 of 519 ~ 24.28%
B 227 of 519 ~ 43.74'%

%31.98
%24.28
%43.74

CMYK color model

#A67EE3 color CMYK value is (27,44,0,11).

  • cyan value is 26.87%
  • magenta value is 44.49%
  • yellow value is 0.00%
  • key color value is 10.98%

CMYK: (27,44,0,11)
C27M44Y0K11 (27%, 44%, 0%, 11%)
(0.27 / 0.44 / 0.00 / 0.11)

CMYK percentages

%26.87
%44.49
%0
%10.98

Codes

Color #A67EE3 in popluar color models

A6 7E E3
RGB 166 126 227
HSL 264° 64.33% 69.22%
HSB/HSV 264° 44.49% 89.02%
CMYK 26.87% 44.49% 0.00%
10.98%

Color #A67EE3 in popluar number systems.

HEX A6 7E E3
Decimal 166 126 227
Binary 10100110 1111110 11100011
Octal 246 176 343

Shades and tints

Shades of #A67EE3

#A67EE3
(166,126,227)
#9773CF
(151,115,207)
#8868BB
(136,104,187)
#795DA7
(121,93,167)
#6A5293
(106,82,147)
#5B477F
(91,71,127)
#4C3C6B
(76,60,107)
#3D3157
(61,49,87)
#2E2643
(46,38,67)
#1F1B2F
(31,27,47)
#10101B
(16,16,27)
#000000
(0,0,0)

Tints of #A67EE3

#A67EE3
(166,126,227)
#AE89E5
(174,137,229)
#B694E7
(182,148,231)
#BE9FE9
(190,159,233)
#C6AAEB
(198,170,235)
#CEB5ED
(206,181,237)
#D6C0EF
(214,192,239)
#DECBF1
(222,203,241)
#E6D6F3
(230,214,243)
#EEE1F5
(238,225,245)
#F6ECF7
(246,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A67EE3 color. Also use rgb(166,126,227) instead hex code.

Text Font Color

.myTextColor { color: #A67EE3; }

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

This text font color is #A67EE3.

Background Color

.myBgColor { background-color: #A67EE3; }

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

This div background color is #A67EE3.

Border color

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

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

This div border color is #A67EE3.

Opacity

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

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

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

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

This text has shadow with #A67EE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A67EE3.

Preview

Color preview on black background

This text has color #A67EE3 on black background.


Color preview on white background

This text has color #A67EE3 on white background.


Black color preview on #A67EE3 background

This text has black color on #A67EE3 background.


White color preview on #A67EE3 background

This text has white color on #A67EE3 background.


Related colors

Complementary color

Complementary color for #hex is #59811C.


I love getcolorcode.com

Triadic colors

1 #E3A67E and #7EE3A6 with #A67EE3 are triadic colors.

2 #E37EA6 and #7EA6E3 with #A67EE3 are triadic colors.