COLOR #A67FA9

HEX: #A67FA9
RGB: (166,127,169)

Color info

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

RGB color model

#A67FA9 color RGB value is (166,127,169).

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

RGB channels and saturation

R 166 of 255 = 65%
G 127 of 255 = 50%
B 169 of 255 = 66%

166
127
169

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

Portions of RGB colors in percentages

R + G + B =
166 + 127 + 169 = 462 (100%)
R 166 of 462 ~ 35.93%
G 127 of 462 ~ 27.49%
B 169 of 462 ~ 36.58%

%35.93
%27.49
%36.58

CMYK color model

#A67FA9 color CMYK value is (2,25,0,34).

  • cyan value is 1.78%
  • magenta value is 24.85%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(2,25,0,34)
C2M25Y0K34 
(2%,25%,0%,34%)
(0.02/0.25/0.00/0.34)	

CMYK percentages

%1.78
%24.85
%0
%33.73

Codes

Color #A67FA9 in popluar color models

A67FA9
RGB166127169
HSL296°19.63%58.04%
HSB/HSV296°24.85%66.27%
CMYK1.78%24.85%0.00%
33.73%

Color #A67FA9 in popluar number systems.

HEXA67FA9
Decimal166127169
Binary10100110111111110101001
Octal246177251

Shades and tints

Shades of #A67FA9

#A67FA9
(166,127,169)
#97749A
(151,116,154)
#88698B
(136,105,139)
#795E7C
(121,94,124)
#6A536D
(106,83,109)
#5B485E
(91,72,94)
#4C3D4F
(76,61,79)
#3D3240
(61,50,64)
#2E2731
(46,39,49)
#1F1C22
(31,28,34)
#101113
(16,17,19)
#000000
(0,0,0)

Tints of #A67FA9

#A67FA9
(166,127,169)
#AE8AB0
(174,138,176)
#B695B7
(182,149,183)
#BEA0BE
(190,160,190)
#C6ABC5
(198,171,197)
#CEB6CC
(206,182,204)
#D6C1D3
(214,193,211)
#DECCDA
(222,204,218)
#E6D7E1
(230,215,225)
#EEE2E8
(238,226,232)
#F6EDEF
(246,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A67FA9; }

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

This text font color is #A67FA9.


Background Color

.myBgColor { background-color: #A67FA9; }

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

This div background color is #A67FA9.


Border color

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

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

This div border color is #A67FA9.


Opacity

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

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

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

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

This text has shadow with #A67FA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A67FA9 on black background.


Color preview on white background

This text has color #A67FA9 on white background.



Black color preview on #A67FA9 background

This text has black color on #A67FA9 background.


White color preview on #A67FA9 background

This text has white color on #A67FA9 background.