COLOR #A67CB5

HEX: #A67CB5 RGB: (166,124,181)

Color info

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

RGB color model

#A67CB5 color RGB value is (166,124,181).

RGB: (166,124,181) (65%, 49%, 71%)

RGB channels and saturation

R 166 of 255 = 65%
G 124 of 255 = 49%
B 181 of 255 = 71%

166
124
181

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

Portions of RGB colors in percentages

R + G + B = 166 + 124 + 181 = 471 (100%)
R 166 of 471 ~ 35.24%
G 124 of 471 ~ 26.33%
B 181 of 471 ~ 38.43'%

%35.24
%26.33
%38.43

CMYK color model

#A67CB5 color CMYK value is (8,31,0,29).

  • cyan value is 8.29%
  • magenta value is 31.49%
  • yellow value is 0.00%
  • key color value is 29.02%

CMYK: (8,31,0,29)
C8M31Y0K29 (8%, 31%, 0%, 29%)
(0.08 / 0.31 / 0.00 / 0.29)

CMYK percentages

%8.29
%31.49
%0
%29.02

Codes

Color #A67CB5 in popluar color models

A6 7C B5
RGB 166 124 181
HSL 284° 27.80% 59.80%
HSB/HSV 284° 31.49% 70.98%
CMYK 8.29% 31.49% 0.00%
29.02%

Color #A67CB5 in popluar number systems.

HEX A6 7C B5
Decimal 166 124 181
Binary 10100110 1111100 10110101
Octal 246 174 265

Shades and tints

Shades of #A67CB5

#A67CB5
(166,124,181)
#9771A5
(151,113,165)
#886695
(136,102,149)
#795B85
(121,91,133)
#6A5075
(106,80,117)
#5B4565
(91,69,101)
#4C3A55
(76,58,85)
#3D2F45
(61,47,69)
#2E2435
(46,36,53)
#1F1925
(31,25,37)
#100E15
(16,14,21)
#000000
(0,0,0)

Tints of #A67CB5

#A67CB5
(166,124,181)
#AE87BB
(174,135,187)
#B692C1
(182,146,193)
#BE9DC7
(190,157,199)
#C6A8CD
(198,168,205)
#CEB3D3
(206,179,211)
#D6BED9
(214,190,217)
#DEC9DF
(222,201,223)
#E6D4E5
(230,212,229)
#EEDFEB
(238,223,235)
#F6EAF1
(246,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A67CB5; }

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

This text font color is #A67CB5.

Background Color

.myBgColor { background-color: #A67CB5; }

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

This div background color is #A67CB5.

Border color

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

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

This div border color is #A67CB5.

Opacity

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

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

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

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

This text has shadow with #A67CB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A67CB5.

Preview

Color preview on black background

This text has color #A67CB5 on black background.


Color preview on white background

This text has color #A67CB5 on white background.


Black color preview on #A67CB5 background

This text has black color on #A67CB5 background.


White color preview on #A67CB5 background

This text has white color on #A67CB5 background.


Related colors

Complementary color

Complementary color for #hex is #59834A.


I love getcolorcode.com

Triadic colors

1 #B5A67C and #7CB5A6 with #A67CB5 are triadic colors.

2 #B57CA6 and #7CA6B5 with #A67CB5 are triadic colors.