COLOR #A67DA6

HEX: #A67DA6
RGB: (166,125,166)

Color info

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

RGB color model

#A67DA6 color RGB value is (166,125,166).

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

RGB channels and saturation

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

166
125
166

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

Portions of RGB colors in percentages

R + G + B =
166 + 125 + 166 = 457 (100%)
R 166 of 457 ~ 36.32%
G 125 of 457 ~ 27.35%
B 166 of 457 ~ 36.32%

%36.32
%27.35
%36.32

CMYK color model

#A67DA6 color CMYK value is (0,25,0,35).

  • cyan value is 0.00%
  • magenta value is 24.70%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(0,25,0,35)
C0M25Y0K35 
(0%,25%,0%,35%)
(0.00/0.25/0.00/0.35)	

CMYK percentages

%0
%24.7
%0
%34.9

Codes

Color #A67DA6 in popluar color models

A67DA6
RGB166125166
HSL300°18.72%57.06%
HSB/HSV300°24.70%65.10%
CMYK0.00%24.70%0.00%
34.90%

Color #A67DA6 in popluar number systems.

HEXA67DA6
Decimal166125166
Binary10100110111110110100110
Octal246175246

Shades and tints

Shades of #A67DA6

#A67DA6
(166,125,166)
#977297
(151,114,151)
#886788
(136,103,136)
#795C79
(121,92,121)
#6A516A
(106,81,106)
#5B465B
(91,70,91)
#4C3B4C
(76,59,76)
#3D303D
(61,48,61)
#2E252E
(46,37,46)
#1F1A1F
(31,26,31)
#100F10
(16,15,16)
#000000
(0,0,0)

Tints of #A67DA6

#A67DA6
(166,125,166)
#AE88AE
(174,136,174)
#B693B6
(182,147,182)
#BE9EBE
(190,158,190)
#C6A9C6
(198,169,198)
#CEB4CE
(206,180,206)
#D6BFD6
(214,191,214)
#DECADE
(222,202,222)
#E6D5E6
(230,213,230)
#EEE0EE
(238,224,238)
#F6EBF6
(246,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A67DA6; }

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

This text font color is #A67DA6.


Background Color

.myBgColor { background-color: #A67DA6; }

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

This div background color is #A67DA6.


Border color

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

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

This div border color is #A67DA6.


Opacity

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

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

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

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

This text has shadow with #A67DA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A67DA6 on black background.


Color preview on white background

This text has color #A67DA6 on white background.



Black color preview on #A67DA6 background

This text has black color on #A67DA6 background.


White color preview on #A67DA6 background

This text has white color on #A67DA6 background.