COLOR #A68FA9

HEX: #A68FA9
RGB: (166,143,169)

Color info

#A68FA9 contains red, green and blue colors in about the same proportion. Web safe color of #A68FA9 is #999999 (or #999).

RGB color model

#A68FA9 color RGB value is (166,143,169).

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

RGB channels and saturation

R 166 of 255 = 65%
G 143 of 255 = 56%
B 169 of 255 = 66%

166
143
169

R + G + B ~ 62%. #A68FA9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 143 + 169 = 478 (100%)
R 166 of 478 ~ 34.73%
G 143 of 478 ~ 29.92%
B 169 of 478 ~ 35.36%

%34.73
%29.92
%35.36

CMYK color model

#A68FA9 color CMYK value is (2,15,0,34).

  • cyan value is 1.78%
  • magenta value is 15.38%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(2,15,0,34)
C2M15Y0K34 
(2%,15%,0%,34%)
(0.02/0.15/0.00/0.34)	

CMYK percentages

%1.78
%15.38
%0
%33.73

Codes

Color #A68FA9 in popluar color models

A68FA9
RGB166143169
HSL293°13.13%61.18%
HSB/HSV293°15.38%66.27%
CMYK1.78%15.38%0.00%
33.73%

Color #A68FA9 in popluar number systems.

HEXA68FA9
Decimal166143169
Binary101001101000111110101001
Octal246217251

Shades and tints

Shades of #A68FA9

#A68FA9
(166,143,169)
#97829A
(151,130,154)
#88758B
(136,117,139)
#79687C
(121,104,124)
#6A5B6D
(106,91,109)
#5B4E5E
(91,78,94)
#4C414F
(76,65,79)
#3D3440
(61,52,64)
#2E2731
(46,39,49)
#1F1A22
(31,26,34)
#100D13
(16,13,19)
#000000
(0,0,0)

Tints of #A68FA9

#A68FA9
(166,143,169)
#AE99B0
(174,153,176)
#B6A3B7
(182,163,183)
#BEADBE
(190,173,190)
#C6B7C5
(198,183,197)
#CEC1CC
(206,193,204)
#D6CBD3
(214,203,211)
#DED5DA
(222,213,218)
#E6DFE1
(230,223,225)
#EEE9E8
(238,233,232)
#F6F3EF
(246,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A68FA9; }

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

This text font color is #A68FA9.


Background Color

.myBgColor { background-color: #A68FA9; }

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

This div background color is #A68FA9.


Border color

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

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

This div border color is #A68FA9.


Opacity

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

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

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

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

This text has shadow with #A68FA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A68FA9 on black background.


Color preview on white background

This text has color #A68FA9 on white background.



Black color preview on #A68FA9 background

This text has black color on #A68FA9 background.


White color preview on #A68FA9 background

This text has white color on #A68FA9 background.