COLOR #A67BAC

HEX: #A67BAC RGB: (166,123,172)

Color info

#A67BAC contains red, green and blue colors in about the same proportion. Web safe color of #A67BAC is #996699 (or #969).

RGB color model

#A67BAC color RGB value is (166,123,172).

RGB: (166,123,172) (65%, 48%, 67%)

RGB channels and saturation

R 166 of 255 = 65%
G 123 of 255 = 48%
B 172 of 255 = 67%

166
123
172

R + G + B ~ 60%. #A67BAC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 166 + 123 + 172 = 461 (100%)
R 166 of 461 ~ 36.01%
G 123 of 461 ~ 26.68%
B 172 of 461 ~ 37.31'%

%36.01
%26.68
%37.31

CMYK color model

#A67BAC color CMYK value is (3,28,0,33).

  • cyan value is 3.49%
  • magenta value is 28.49%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (3,28,0,33)
C3M28Y0K33 (3%, 28%, 0%, 33%)
(0.03 / 0.28 / 0.00 / 0.33)

CMYK percentages

%3.49
%28.49
%0
%32.55

Codes

Color #A67BAC in popluar color models

A6 7B AC
RGB 166 123 172
HSL 293° 22.79% 57.84%
HSB/HSV 293° 28.49% 67.45%
CMYK 3.49% 28.49% 0.00%
32.55%

Color #A67BAC in popluar number systems.

HEX A6 7B AC
Decimal 166 123 172
Binary 10100110 1111011 10101100
Octal 246 173 254

Shades and tints

Shades of #A67BAC

#A67BAC
(166,123,172)
#97709D
(151,112,157)
#88658E
(136,101,142)
#795A7F
(121,90,127)
#6A4F70
(106,79,112)
#5B4461
(91,68,97)
#4C3952
(76,57,82)
#3D2E43
(61,46,67)
#2E2334
(46,35,52)
#1F1825
(31,24,37)
#100D16
(16,13,22)
#000000
(0,0,0)

Tints of #A67BAC

#A67BAC
(166,123,172)
#AE87B3
(174,135,179)
#B693BA
(182,147,186)
#BE9FC1
(190,159,193)
#C6ABC8
(198,171,200)
#CEB7CF
(206,183,207)
#D6C3D6
(214,195,214)
#DECFDD
(222,207,221)
#E6DBE4
(230,219,228)
#EEE7EB
(238,231,235)
#F6F3F2
(246,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A67BAC color. Also use rgb(166,123,172) instead hex code.

Text Font Color

.myTextColor { color: #A67BAC; }

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

This text font color is #A67BAC.

Background Color

.myBgColor { background-color: #A67BAC; }

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

This div background color is #A67BAC.

Border color

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

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

This div border color is #A67BAC.

Opacity

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

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

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

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

This text has shadow with #A67BAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A67BAC.

Preview

Color preview on black background

This text has color #A67BAC on black background.


Color preview on white background

This text has color #A67BAC on white background.


Black color preview on #A67BAC background

This text has black color on #A67BAC background.


White color preview on #A67BAC background

This text has white color on #A67BAC background.


Related colors

Complementary color

Complementary color for #hex is #598453.


I love getcolorcode.com

Triadic colors

1 #ACA67B and #7BACA6 with #A67BAC are triadic colors.

2 #AC7BA6 and #7BA6AC with #A67BAC are triadic colors.