COLOR #A67ACE

HEX: #A67ACE RGB: (166,122,206)

Color info

#A67ACE contains mainly red and blue colors. Web safe color of #A67ACE is #9966CC (or #96C).

RGB color model

#A67ACE color RGB value is (166,122,206).

RGB: (166,122,206) (65%, 48%, 81%)

RGB channels and saturation

R 166 of 255 = 65%
G 122 of 255 = 48%
B 206 of 255 = 81%

166
122
206

R + G + B ~ 65%. #A67ACE is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 122 + 206 = 494 (100%)
R 166 of 494 ~ 33.6%
G 122 of 494 ~ 24.7%
B 206 of 494 ~ 41.7'%

%33.6
%24.7
%41.7

CMYK color model

#A67ACE color CMYK value is (19,41,0,19).

  • cyan value is 19.42%
  • magenta value is 40.78%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (19,41,0,19)
C19M41Y0K19 (19%, 41%, 0%, 19%)
(0.19 / 0.41 / 0.00 / 0.19)

CMYK percentages

%19.42
%40.78
%0
%19.22

Codes

Color #A67ACE in popluar color models

A6 7A CE
RGB 166 122 206
HSL 271° 46.15% 64.31%
HSB/HSV 271° 40.78% 80.78%
CMYK 19.42% 40.78% 0.00%
19.22%

Color #A67ACE in popluar number systems.

HEX A6 7A CE
Decimal 166 122 206
Binary 10100110 1111010 11001110
Octal 246 172 316

Shades and tints

Shades of #A67ACE

#A67ACE
(166,122,206)
#976FBC
(151,111,188)
#8864AA
(136,100,170)
#795998
(121,89,152)
#6A4E86
(106,78,134)
#5B4374
(91,67,116)
#4C3862
(76,56,98)
#3D2D50
(61,45,80)
#2E223E
(46,34,62)
#1F172C
(31,23,44)
#100C1A
(16,12,26)
#000000
(0,0,0)

Tints of #A67ACE

#A67ACE
(166,122,206)
#AE86D2
(174,134,210)
#B692D6
(182,146,214)
#BE9EDA
(190,158,218)
#C6AADE
(198,170,222)
#CEB6E2
(206,182,226)
#D6C2E6
(214,194,230)
#DECEEA
(222,206,234)
#E6DAEE
(230,218,238)
#EEE6F2
(238,230,242)
#F6F2F6
(246,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A67ACE color. Also use rgb(166,122,206) instead hex code.

Text Font Color

.myTextColor { color: #A67ACE; }

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

This text font color is #A67ACE.

Background Color

.myBgColor { background-color: #A67ACE; }

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

This div background color is #A67ACE.

Border color

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

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

This div border color is #A67ACE.

Opacity

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

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

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

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

This text has shadow with #A67ACE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A67ACE.

Preview

Color preview on black background

This text has color #A67ACE on black background.


Color preview on white background

This text has color #A67ACE on white background.


Black color preview on #A67ACE background

This text has black color on #A67ACE background.


White color preview on #A67ACE background

This text has white color on #A67ACE background.


Related colors

Complementary color

Complementary color for #hex is #598531.


I love getcolorcode.com

Triadic colors

1 #CEA67A and #7ACEA6 with #A67ACE are triadic colors.

2 #CE7AA6 and #7AA6CE with #A67ACE are triadic colors.