COLOR #A681AB

HEX: #A681AB RGB: (166,129,171)

Color info

#A681AB contains red, green and blue colors in about the same proportion. Web safe color of #A681AB is #999999 (or #999).

RGB color model

#A681AB color RGB value is (166,129,171).

RGB: (166,129,171) (65%, 51%, 67%)

RGB channels and saturation

R 166 of 255 = 65%
G 129 of 255 = 51%
B 171 of 255 = 67%

166
129
171

R + G + B ~ 61%. #A681AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 129 + 171 = 466 (100%)
R 166 of 466 ~ 35.62%
G 129 of 466 ~ 27.68%
B 171 of 466 ~ 36.7'%

%35.62
%27.68
%36.7

CMYK color model

#A681AB color CMYK value is (3,25,0,33).

  • cyan value is 2.92%
  • magenta value is 24.56%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (3,25,0,33)
C3M25Y0K33 (3%, 25%, 0%, 33%)
(0.03 / 0.25 / 0.00 / 0.33)

CMYK percentages

%2.92
%24.56
%0
%32.94

Codes

Color #A681AB in popluar color models

A6 81 AB
RGB 166 129 171
HSL 293° 20.00% 58.82%
HSB/HSV 293° 24.56% 67.06%
CMYK 2.92% 24.56% 0.00%
32.94%

Color #A681AB in popluar number systems.

HEX A6 81 AB
Decimal 166 129 171
Binary 10100110 10000001 10101011
Octal 246 201 253

Shades and tints

Shades of #A681AB

#A681AB
(166,129,171)
#97769C
(151,118,156)
#886B8D
(136,107,141)
#79607E
(121,96,126)
#6A556F
(106,85,111)
#5B4A60
(91,74,96)
#4C3F51
(76,63,81)
#3D3442
(61,52,66)
#2E2933
(46,41,51)
#1F1E24
(31,30,36)
#101315
(16,19,21)
#000000
(0,0,0)

Tints of #A681AB

#A681AB
(166,129,171)
#AE8CB2
(174,140,178)
#B697B9
(182,151,185)
#BEA2C0
(190,162,192)
#C6ADC7
(198,173,199)
#CEB8CE
(206,184,206)
#D6C3D5
(214,195,213)
#DECEDC
(222,206,220)
#E6D9E3
(230,217,227)
#EEE4EA
(238,228,234)
#F6EFF1
(246,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A681AB color. Also use rgb(166,129,171) instead hex code.

Text Font Color

.myTextColor { color: #A681AB; }

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

This text font color is #A681AB.

Background Color

.myBgColor { background-color: #A681AB; }

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

This div background color is #A681AB.

Border color

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

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

This div border color is #A681AB.

Opacity

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

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

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

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

This text has shadow with #A681AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A681AB.

Preview

Color preview on black background

This text has color #A681AB on black background.


Color preview on white background

This text has color #A681AB on white background.


Black color preview on #A681AB background

This text has black color on #A681AB background.


White color preview on #A681AB background

This text has white color on #A681AB background.


Related colors

Complementary color

Complementary color for #hex is #597E54.


I love getcolorcode.com

Triadic colors

1 #ABA681 and #81ABA6 with #A681AB are triadic colors.

2 #AB81A6 and #81A6AB with #A681AB are triadic colors.