COLOR #A67DA9

HEX: #A67DA9
RGB: (166,125,169)

Color info

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

RGB color model

#A67DA9 color RGB value is (166,125,169).

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

RGB channels and saturation

R 166 of 255 = 65%
G 125 of 255 = 49%
B 169 of 255 = 66%

166
125
169

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

Portions of RGB colors in percentages

R + G + B =
166 + 125 + 169 = 460 (100%)
R 166 of 460 ~ 36.09%
G 125 of 460 ~ 27.17%
B 169 of 460 ~ 36.74%

%36.09
%27.17
%36.74

CMYK color model

#A67DA9 color CMYK value is (2,26,0,34).

  • cyan value is 1.78%
  • magenta value is 26.04%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(2,26,0,34)
C2M26Y0K34 
(2%,26%,0%,34%)
(0.02/0.26/0.00/0.34)	

CMYK percentages

%1.78
%26.04
%0
%33.73

Codes

Color #A67DA9 in popluar color models

A67DA9
RGB166125169
HSL296°20.37%57.65%
HSB/HSV296°26.04%66.27%
CMYK1.78%26.04%0.00%
33.73%

Color #A67DA9 in popluar number systems.

HEXA67DA9
Decimal166125169
Binary10100110111110110101001
Octal246175251

Shades and tints

Shades of #A67DA9

#A67DA9
(166,125,169)
#97729A
(151,114,154)
#88678B
(136,103,139)
#795C7C
(121,92,124)
#6A516D
(106,81,109)
#5B465E
(91,70,94)
#4C3B4F
(76,59,79)
#3D3040
(61,48,64)
#2E2531
(46,37,49)
#1F1A22
(31,26,34)
#100F13
(16,15,19)
#000000
(0,0,0)

Tints of #A67DA9

#A67DA9
(166,125,169)
#AE88B0
(174,136,176)
#B693B7
(182,147,183)
#BE9EBE
(190,158,190)
#C6A9C5
(198,169,197)
#CEB4CC
(206,180,204)
#D6BFD3
(214,191,211)
#DECADA
(222,202,218)
#E6D5E1
(230,213,225)
#EEE0E8
(238,224,232)
#F6EBEF
(246,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A67DA9; }

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

This text font color is #A67DA9.


Background Color

.myBgColor { background-color: #A67DA9; }

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

This div background color is #A67DA9.


Border color

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

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

This div border color is #A67DA9.


Opacity

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

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

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

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

This text has shadow with #A67DA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A67DA9 on black background.


Color preview on white background

This text has color #A67DA9 on white background.



Black color preview on #A67DA9 background

This text has black color on #A67DA9 background.


White color preview on #A67DA9 background

This text has white color on #A67DA9 background.