COLOR #A68FAA

HEX: #A68FAA
RGB: (166,143,170)

Color info

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

RGB color model

#A68FAA color RGB value is (166,143,170).

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

RGB channels and saturation

R 166 of 255 = 65%
G 143 of 255 = 56%
B 170 of 255 = 67%

166
143
170

R + G + B ~ 63%. #A68FAA is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 143 + 170 = 479 (100%)
R 166 of 479 ~ 34.66%
G 143 of 479 ~ 29.85%
B 170 of 479 ~ 35.49%

%34.66
%29.85
%35.49

CMYK color model

#A68FAA color CMYK value is (2,16,0,33).

  • cyan value is 2.35%
  • magenta value is 15.88%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(2,16,0,33)
C2M16Y0K33 
(2%,16%,0%,33%)
(0.02/0.16/0.00/0.33)	

CMYK percentages

%2.35
%15.88
%0
%33.33

Codes

Color #A68FAA in popluar color models

A68FAA
RGB166143170
HSL291°13.71%61.37%
HSB/HSV291°15.88%66.67%
CMYK2.35%15.88%0.00%
33.33%

Color #A68FAA in popluar number systems.

HEXA68FAA
Decimal166143170
Binary101001101000111110101010
Octal246217252

Shades and tints

Shades of #A68FAA

#A68FAA
(166,143,170)
#97829B
(151,130,155)
#88758C
(136,117,140)
#79687D
(121,104,125)
#6A5B6E
(106,91,110)
#5B4E5F
(91,78,95)
#4C4150
(76,65,80)
#3D3441
(61,52,65)
#2E2732
(46,39,50)
#1F1A23
(31,26,35)
#100D14
(16,13,20)
#000000
(0,0,0)

Tints of #A68FAA

#A68FAA
(166,143,170)
#AE99B1
(174,153,177)
#B6A3B8
(182,163,184)
#BEADBF
(190,173,191)
#C6B7C6
(198,183,198)
#CEC1CD
(206,193,205)
#D6CBD4
(214,203,212)
#DED5DB
(222,213,219)
#E6DFE2
(230,223,226)
#EEE9E9
(238,233,233)
#F6F3F0
(246,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A68FAA; }

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

This text font color is #A68FAA.


Background Color

.myBgColor { background-color: #A68FAA; }

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

This div background color is #A68FAA.


Border color

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

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

This div border color is #A68FAA.


Opacity

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

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

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

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

This text has shadow with #A68FAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A68FAA on black background.


Color preview on white background

This text has color #A68FAA on white background.



Black color preview on #A68FAA background

This text has black color on #A68FAA background.


White color preview on #A68FAA background

This text has white color on #A68FAA background.