COLOR #A67BBD

HEX: #A67BBD RGB: (166,123,189)

Color info

#A67BBD contains mainly red and blue colors. Web safe color of #A67BBD is #9966CC (or #96C).

RGB color model

#A67BBD color RGB value is (166,123,189).

RGB: (166,123,189) (65%, 48%, 74%)

RGB channels and saturation

R 166 of 255 = 65%
G 123 of 255 = 48%
B 189 of 255 = 74%

166
123
189

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

Portions of RGB colors in percentages

R + G + B = 166 + 123 + 189 = 478 (100%)
R 166 of 478 ~ 34.73%
G 123 of 478 ~ 25.73%
B 189 of 478 ~ 39.54'%

%34.73
%25.73
%39.54

CMYK color model

#A67BBD color CMYK value is (12,35,0,26).

  • cyan value is 12.17%
  • magenta value is 34.92%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (12,35,0,26)
C12M35Y0K26 (12%, 35%, 0%, 26%)
(0.12 / 0.35 / 0.00 / 0.26)

CMYK percentages

%12.17
%34.92
%0
%25.88

Codes

Color #A67BBD in popluar color models

A6 7B BD
RGB 166 123 189
HSL 279° 33.33% 61.18%
HSB/HSV 279° 34.92% 74.12%
CMYK 12.17% 34.92% 0.00%
25.88%

Color #A67BBD in popluar number systems.

HEX A6 7B BD
Decimal 166 123 189
Binary 10100110 1111011 10111101
Octal 246 173 275

Shades and tints

Shades of #A67BBD

#A67BBD
(166,123,189)
#9770AC
(151,112,172)
#88659B
(136,101,155)
#795A8A
(121,90,138)
#6A4F79
(106,79,121)
#5B4468
(91,68,104)
#4C3957
(76,57,87)
#3D2E46
(61,46,70)
#2E2335
(46,35,53)
#1F1824
(31,24,36)
#100D13
(16,13,19)
#000000
(0,0,0)

Tints of #A67BBD

#A67BBD
(166,123,189)
#AE87C3
(174,135,195)
#B693C9
(182,147,201)
#BE9FCF
(190,159,207)
#C6ABD5
(198,171,213)
#CEB7DB
(206,183,219)
#D6C3E1
(214,195,225)
#DECFE7
(222,207,231)
#E6DBED
(230,219,237)
#EEE7F3
(238,231,243)
#F6F3F9
(246,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A67BBD color. Also use rgb(166,123,189) instead hex code.

Text Font Color

.myTextColor { color: #A67BBD; }

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

This text font color is #A67BBD.

Background Color

.myBgColor { background-color: #A67BBD; }

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

This div background color is #A67BBD.

Border color

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

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

This div border color is #A67BBD.

Opacity

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

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

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

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

This text has shadow with #A67BBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A67BBD.

Preview

Color preview on black background

This text has color #A67BBD on black background.


Color preview on white background

This text has color #A67BBD on white background.


Black color preview on #A67BBD background

This text has black color on #A67BBD background.


White color preview on #A67BBD background

This text has white color on #A67BBD background.


Related colors

Complementary color

Complementary color for #hex is #598442.


I love getcolorcode.com

Triadic colors

1 #BDA67B and #7BBDA6 with #A67BBD are triadic colors.

2 #BD7BA6 and #7BA6BD with #A67BBD are triadic colors.