COLOR #A68CC0

HEX: #A68CC0
RGB: (166,140,192)

Color info

#A68CC0 contains red, green and blue colors in about the same proportion. Web safe color of #A68CC0 is #9999CC (or #99C).

RGB color model

#A68CC0 color RGB value is (166,140,192).

  • red value is 166;
  • green value is 140;
  • blue value is 192.
RGB:
(166,140,192)
(65%,55%,75%)

RGB channels and saturation

R 166 of 255 = 65%
G 140 of 255 = 55%
B 192 of 255 = 75%

166
140
192

R + G + B ~ 65%. #A68CC0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 140 + 192 = 498 (100%)
R 166 of 498 ~ 33.33%
G 140 of 498 ~ 28.11%
B 192 of 498 ~ 38.55%

%33.33
%28.11
%38.55

CMYK color model

#A68CC0 color CMYK value is (14,27,0,25).

  • cyan value is 13.54%
  • magenta value is 27.08%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(14,27,0,25)
C14M27Y0K25 
(14%,27%,0%,25%)
(0.14/0.27/0.00/0.25)	

CMYK percentages

%13.54
%27.08
%0
%24.71

Codes

Color #A68CC0 in popluar color models

A68CC0
RGB166140192
HSL270°29.21%65.10%
HSB/HSV270°27.08%75.29%
CMYK13.54%27.08%0.00%
24.71%

Color #A68CC0 in popluar number systems.

HEXA68CC0
Decimal166140192
Binary101001101000110011000000
Octal246214300

Shades and tints

Shades of #A68CC0

#A68CC0
(166,140,192)
#9780AF
(151,128,175)
#88749E
(136,116,158)
#79688D
(121,104,141)
#6A5C7C
(106,92,124)
#5B506B
(91,80,107)
#4C445A
(76,68,90)
#3D3849
(61,56,73)
#2E2C38
(46,44,56)
#1F2027
(31,32,39)
#101416
(16,20,22)
#000000
(0,0,0)

Tints of #A68CC0

#A68CC0
(166,140,192)
#AE96C5
(174,150,197)
#B6A0CA
(182,160,202)
#BEAACF
(190,170,207)
#C6B4D4
(198,180,212)
#CEBED9
(206,190,217)
#D6C8DE
(214,200,222)
#DED2E3
(222,210,227)
#E6DCE8
(230,220,232)
#EEE6ED
(238,230,237)
#F6F0F2
(246,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A68CC0; }

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

This text font color is #A68CC0.


Background Color

.myBgColor { background-color: #A68CC0; }

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

This div background color is #A68CC0.


Border color

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

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

This div border color is #A68CC0.


Opacity

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

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

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

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

This text has shadow with #A68CC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A68CC0 on black background.


Color preview on white background

This text has color #A68CC0 on white background.



Black color preview on #A68CC0 background

This text has black color on #A68CC0 background.


White color preview on #A68CC0 background

This text has white color on #A68CC0 background.