COLOR #A68AC2

HEX: #A68AC2 RGB: (166,138,194)

Color info

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

RGB color model

#A68AC2 color RGB value is (166,138,194).

RGB: (166,138,194) (65%, 54%, 76%)

RGB channels and saturation

R 166 of 255 = 65%
G 138 of 255 = 54%
B 194 of 255 = 76%

166
138
194

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

Portions of RGB colors in percentages

R + G + B = 166 + 138 + 194 = 498 (100%)
R 166 of 498 ~ 33.33%
G 138 of 498 ~ 27.71%
B 194 of 498 ~ 38.96'%

%33.33
%27.71
%38.96

CMYK color model

#A68AC2 color CMYK value is (14,29,0,24).

  • cyan value is 14.43%
  • magenta value is 28.87%
  • yellow value is 0.00%
  • key color value is 23.92%

CMYK: (14,29,0,24)
C14M29Y0K24 (14%, 29%, 0%, 24%)
(0.14 / 0.29 / 0.00 / 0.24)

CMYK percentages

%14.43
%28.87
%0
%23.92

Codes

Color #A68AC2 in popluar color models

A6 8A C2
RGB 166 138 194
HSL 270° 31.46% 65.10%
HSB/HSV 270° 28.87% 76.08%
CMYK 14.43% 28.87% 0.00%
23.92%

Color #A68AC2 in popluar number systems.

HEX A6 8A C2
Decimal 166 138 194
Binary 10100110 10001010 11000010
Octal 246 212 302

Shades and tints

Shades of #A68AC2

#A68AC2
(166,138,194)
#977EB1
(151,126,177)
#8872A0
(136,114,160)
#79668F
(121,102,143)
#6A5A7E
(106,90,126)
#5B4E6D
(91,78,109)
#4C425C
(76,66,92)
#3D364B
(61,54,75)
#2E2A3A
(46,42,58)
#1F1E29
(31,30,41)
#101218
(16,18,24)
#000000
(0,0,0)

Tints of #A68AC2

#A68AC2
(166,138,194)
#AE94C7
(174,148,199)
#B69ECC
(182,158,204)
#BEA8D1
(190,168,209)
#C6B2D6
(198,178,214)
#CEBCDB
(206,188,219)
#D6C6E0
(214,198,224)
#DED0E5
(222,208,229)
#E6DAEA
(230,218,234)
#EEE4EF
(238,228,239)
#F6EEF4
(246,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A68AC2; }

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

This text font color is #A68AC2.

Background Color

.myBgColor { background-color: #A68AC2; }

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

This div background color is #A68AC2.

Border color

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

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

This div border color is #A68AC2.

Opacity

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

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

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

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

This text has shadow with #A68AC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A68AC2.

Preview

Color preview on black background

This text has color #A68AC2 on black background.


Color preview on white background

This text has color #A68AC2 on white background.


Black color preview on #A68AC2 background

This text has black color on #A68AC2 background.


White color preview on #A68AC2 background

This text has white color on #A68AC2 background.


Related colors

Complementary color

Complementary color for #hex is #59753D.


I love getcolorcode.com

Triadic colors

1 #C2A68A and #8AC2A6 with #A68AC2 are triadic colors.

2 #C28AA6 and #8AA6C2 with #A68AC2 are triadic colors.