COLOR #A67FAE

HEX: #A67FAE
RGB: (166,127,174)

Color info

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

RGB color model

#A67FAE color RGB value is (166,127,174).

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

RGB channels and saturation

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

166
127
174

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

Portions of RGB colors in percentages

R + G + B =
166 + 127 + 174 = 467 (100%)
R 166 of 467 ~ 35.55%
G 127 of 467 ~ 27.19%
B 174 of 467 ~ 37.26%

%35.55
%27.19
%37.26

CMYK color model

#A67FAE color CMYK value is (5,27,0,32).

  • cyan value is 4.60%
  • magenta value is 27.01%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(5,27,0,32)
C5M27Y0K32 
(5%,27%,0%,32%)
(0.05/0.27/0.00/0.32)	

CMYK percentages

%4.6
%27.01
%0
%31.76

Codes

Color #A67FAE in popluar color models

A67FAE
RGB166127174
HSL290°22.49%59.02%
HSB/HSV290°27.01%68.24%
CMYK4.60%27.01%0.00%
31.76%

Color #A67FAE in popluar number systems.

HEXA67FAE
Decimal166127174
Binary10100110111111110101110
Octal246177256

Shades and tints

Shades of #A67FAE

#A67FAE
(166,127,174)
#97749F
(151,116,159)
#886990
(136,105,144)
#795E81
(121,94,129)
#6A5372
(106,83,114)
#5B4863
(91,72,99)
#4C3D54
(76,61,84)
#3D3245
(61,50,69)
#2E2736
(46,39,54)
#1F1C27
(31,28,39)
#101118
(16,17,24)
#000000
(0,0,0)

Tints of #A67FAE

#A67FAE
(166,127,174)
#AE8AB5
(174,138,181)
#B695BC
(182,149,188)
#BEA0C3
(190,160,195)
#C6ABCA
(198,171,202)
#CEB6D1
(206,182,209)
#D6C1D8
(214,193,216)
#DECCDF
(222,204,223)
#E6D7E6
(230,215,230)
#EEE2ED
(238,226,237)
#F6EDF4
(246,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A67FAE; }

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

This text font color is #A67FAE.


Background Color

.myBgColor { background-color: #A67FAE; }

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

This div background color is #A67FAE.


Border color

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

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

This div border color is #A67FAE.


Opacity

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

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

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

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

This text has shadow with #A67FAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A67FAE on black background.


Color preview on white background

This text has color #A67FAE on white background.



Black color preview on #A67FAE background

This text has black color on #A67FAE background.


White color preview on #A67FAE background

This text has white color on #A67FAE background.