COLOR #A67FAD

HEX: #A67FAD
RGB: (166,127,173)

Color info

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

RGB color model

#A67FAD color RGB value is (166,127,173).

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

RGB channels and saturation

R 166 of 255 = 65%
G 127 of 255 = 50%
B 173 of 255 = 68%

166
127
173

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

Portions of RGB colors in percentages

R + G + B =
166 + 127 + 173 = 466 (100%)
R 166 of 466 ~ 35.62%
G 127 of 466 ~ 27.25%
B 173 of 466 ~ 37.12%

%35.62
%27.25
%37.12

CMYK color model

#A67FAD color CMYK value is (4,27,0,32).

  • cyan value is 4.05%
  • magenta value is 26.59%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(4,27,0,32)
C4M27Y0K32 
(4%,27%,0%,32%)
(0.04/0.27/0.00/0.32)	

CMYK percentages

%4.05
%26.59
%0
%32.16

Codes

Color #A67FAD in popluar color models

A67FAD
RGB166127173
HSL291°21.90%58.82%
HSB/HSV291°26.59%67.84%
CMYK4.05%26.59%0.00%
32.16%

Color #A67FAD in popluar number systems.

HEXA67FAD
Decimal166127173
Binary10100110111111110101101
Octal246177255

Shades and tints

Shades of #A67FAD

#A67FAD
(166,127,173)
#97749E
(151,116,158)
#88698F
(136,105,143)
#795E80
(121,94,128)
#6A5371
(106,83,113)
#5B4862
(91,72,98)
#4C3D53
(76,61,83)
#3D3244
(61,50,68)
#2E2735
(46,39,53)
#1F1C26
(31,28,38)
#101117
(16,17,23)
#000000
(0,0,0)

Tints of #A67FAD

#A67FAD
(166,127,173)
#AE8AB4
(174,138,180)
#B695BB
(182,149,187)
#BEA0C2
(190,160,194)
#C6ABC9
(198,171,201)
#CEB6D0
(206,182,208)
#D6C1D7
(214,193,215)
#DECCDE
(222,204,222)
#E6D7E5
(230,215,229)
#EEE2EC
(238,226,236)
#F6EDF3
(246,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A67FAD; }

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

This text font color is #A67FAD.


Background Color

.myBgColor { background-color: #A67FAD; }

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

This div background color is #A67FAD.


Border color

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

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

This div border color is #A67FAD.


Opacity

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

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

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

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

This text has shadow with #A67FAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A67FAD on black background.


Color preview on white background

This text has color #A67FAD on white background.



Black color preview on #A67FAD background

This text has black color on #A67FAD background.


White color preview on #A67FAD background

This text has white color on #A67FAD background.