COLOR #A67AB8

HEX: #A67AB8 RGB: (166,122,184)

Color info

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

RGB color model

#A67AB8 color RGB value is (166,122,184).

RGB: (166,122,184) (65%, 48%, 72%)

RGB channels and saturation

R 166 of 255 = 65%
G 122 of 255 = 48%
B 184 of 255 = 72%

166
122
184

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

Portions of RGB colors in percentages

R + G + B = 166 + 122 + 184 = 472 (100%)
R 166 of 472 ~ 35.17%
G 122 of 472 ~ 25.85%
B 184 of 472 ~ 38.98'%

%35.17
%25.85
%38.98

CMYK color model

#A67AB8 color CMYK value is (10,34,0,28).

  • cyan value is 9.78%
  • magenta value is 33.70%
  • yellow value is 0.00%
  • key color value is 27.84%

CMYK: (10,34,0,28)
C10M34Y0K28 (10%, 34%, 0%, 28%)
(0.10 / 0.34 / 0.00 / 0.28)

CMYK percentages

%9.78
%33.7
%0
%27.84

Codes

Color #A67AB8 in popluar color models

A6 7A B8
RGB 166 122 184
HSL 283° 30.39% 60.00%
HSB/HSV 283° 33.70% 72.16%
CMYK 9.78% 33.70% 0.00%
27.84%

Color #A67AB8 in popluar number systems.

HEX A6 7A B8
Decimal 166 122 184
Binary 10100110 1111010 10111000
Octal 246 172 270

Shades and tints

Shades of #A67AB8

#A67AB8
(166,122,184)
#976FA8
(151,111,168)
#886498
(136,100,152)
#795988
(121,89,136)
#6A4E78
(106,78,120)
#5B4368
(91,67,104)
#4C3858
(76,56,88)
#3D2D48
(61,45,72)
#2E2238
(46,34,56)
#1F1728
(31,23,40)
#100C18
(16,12,24)
#000000
(0,0,0)

Tints of #A67AB8

#A67AB8
(166,122,184)
#AE86BE
(174,134,190)
#B692C4
(182,146,196)
#BE9ECA
(190,158,202)
#C6AAD0
(198,170,208)
#CEB6D6
(206,182,214)
#D6C2DC
(214,194,220)
#DECEE2
(222,206,226)
#E6DAE8
(230,218,232)
#EEE6EE
(238,230,238)
#F6F2F4
(246,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A67AB8 color. Also use rgb(166,122,184) instead hex code.

Text Font Color

.myTextColor { color: #A67AB8; }

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

This text font color is #A67AB8.

Background Color

.myBgColor { background-color: #A67AB8; }

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

This div background color is #A67AB8.

Border color

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

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

This div border color is #A67AB8.

Opacity

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

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

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

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

This text has shadow with #A67AB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A67AB8.

Preview

Color preview on black background

This text has color #A67AB8 on black background.


Color preview on white background

This text has color #A67AB8 on white background.


Black color preview on #A67AB8 background

This text has black color on #A67AB8 background.


White color preview on #A67AB8 background

This text has white color on #A67AB8 background.


Related colors

Complementary color

Complementary color for #hex is #598547.


I love getcolorcode.com

Triadic colors

1 #B8A67A and #7AB8A6 with #A67AB8 are triadic colors.

2 #B87AA6 and #7AA6B8 with #A67AB8 are triadic colors.