COLOR #A67FAC

HEX: #A67FAC
RGB: (166,127,172)

Color info

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

RGB color model

#A67FAC color RGB value is (166,127,172).

  • red value is 166;
  • green value is 127;
  • blue value is 172.
RGB:
(166,127,172)
(65%,50%,67%)

RGB channels and saturation

R 166 of 255 = 65%
G 127 of 255 = 50%
B 172 of 255 = 67%

166
127
172

R + G + B ~ 61%. #A67FAC is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 127 + 172 = 465 (100%)
R 166 of 465 ~ 35.7%
G 127 of 465 ~ 27.31%
B 172 of 465 ~ 36.99%

%35.7
%27.31
%36.99

CMYK color model

#A67FAC color CMYK value is (3,26,0,33).

  • cyan value is 3.49%
  • magenta value is 26.16%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(3,26,0,33)
C3M26Y0K33 
(3%,26%,0%,33%)
(0.03/0.26/0.00/0.33)	

CMYK percentages

%3.49
%26.16
%0
%32.55

Codes

Color #A67FAC in popluar color models

A67FAC
RGB166127172
HSL292°21.33%58.63%
HSB/HSV292°26.16%67.45%
CMYK3.49%26.16%0.00%
32.55%

Color #A67FAC in popluar number systems.

HEXA67FAC
Decimal166127172
Binary10100110111111110101100
Octal246177254

Shades and tints

Shades of #A67FAC

#A67FAC
(166,127,172)
#97749D
(151,116,157)
#88698E
(136,105,142)
#795E7F
(121,94,127)
#6A5370
(106,83,112)
#5B4861
(91,72,97)
#4C3D52
(76,61,82)
#3D3243
(61,50,67)
#2E2734
(46,39,52)
#1F1C25
(31,28,37)
#101116
(16,17,22)
#000000
(0,0,0)

Tints of #A67FAC

#A67FAC
(166,127,172)
#AE8AB3
(174,138,179)
#B695BA
(182,149,186)
#BEA0C1
(190,160,193)
#C6ABC8
(198,171,200)
#CEB6CF
(206,182,207)
#D6C1D6
(214,193,214)
#DECCDD
(222,204,221)
#E6D7E4
(230,215,228)
#EEE2EB
(238,226,235)
#F6EDF2
(246,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A67FAC; }

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

This text font color is #A67FAC.


Background Color

.myBgColor { background-color: #A67FAC; }

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

This div background color is #A67FAC.


Border color

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

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

This div border color is #A67FAC.


Opacity

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

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

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

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

This text has shadow with #A67FAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A67FAC on black background.


Color preview on white background

This text has color #A67FAC on white background.



Black color preview on #A67FAC background

This text has black color on #A67FAC background.


White color preview on #A67FAC background

This text has white color on #A67FAC background.