COLOR #AB769A

HEX: #AB769A RGB: (171,118,154)

Color info

#AB769A contains red, green and blue colors in about the same proportion. Web safe color of #AB769A is #996699 (or #969).

RGB color model

#AB769A color RGB value is (171,118,154).

RGB: (171,118,154) (67%, 46%, 60%)

RGB channels and saturation

R 171 of 255 = 67%
G 118 of 255 = 46%
B 154 of 255 = 60%

171
118
154

R + G + B ~ 58%. #AB769A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 171 + 118 + 154 = 443 (100%)
R 171 of 443 ~ 38.6%
G 118 of 443 ~ 26.64%
B 154 of 443 ~ 34.76'%

%38.6
%26.64
%34.76

CMYK color model

#AB769A color CMYK value is (0,31,10,33).

  • cyan value is 0.00%
  • magenta value is 30.99%
  • yellow value is 9.94%
  • key color value is 32.94%

CMYK: (0,31,10,33)
C0M31Y10K33 (0%, 31%, 10%, 33%)
(0.00 / 0.31 / 0.10 / 0.33)

CMYK percentages

%0
%30.99
%9.94
%32.94

Codes

Color #AB769A in popluar color models

AB 76 9A
RGB 171 118 154
HSL 319° 23.98% 56.67%
HSB/HSV 319° 30.99% 67.06%
CMYK 0.00% 30.99% 9.94%
32.94%

Color #AB769A in popluar number systems.

HEX AB 76 9A
Decimal 171 118 154
Binary 10101011 1110110 10011010
Octal 253 166 232

Shades and tints

Shades of #AB769A

#AB769A
(171,118,154)
#9C6C8C
(156,108,140)
#8D627E
(141,98,126)
#7E5870
(126,88,112)
#6F4E62
(111,78,98)
#604454
(96,68,84)
#513A46
(81,58,70)
#423038
(66,48,56)
#33262A
(51,38,42)
#241C1C
(36,28,28)
#15120E
(21,18,14)
#000000
(0,0,0)

Tints of #AB769A

#AB769A
(171,118,154)
#B282A3
(178,130,163)
#B98EAC
(185,142,172)
#C09AB5
(192,154,181)
#C7A6BE
(199,166,190)
#CEB2C7
(206,178,199)
#D5BED0
(213,190,208)
#DCCAD9
(220,202,217)
#E3D6E2
(227,214,226)
#EAE2EB
(234,226,235)
#F1EEF4
(241,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB769A color. Also use rgb(171,118,154) instead hex code.

Text Font Color

.myTextColor { color: #AB769A; }

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

This text font color is #AB769A.

Background Color

.myBgColor { background-color: #AB769A; }

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

This div background color is #AB769A.

Border color

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

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

This div border color is #AB769A.

Opacity

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

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

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

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

This text has shadow with #AB769A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB769A.

Preview

Color preview on black background

This text has color #AB769A on black background.


Color preview on white background

This text has color #AB769A on white background.


Black color preview on #AB769A background

This text has black color on #AB769A background.


White color preview on #AB769A background

This text has white color on #AB769A background.


Related colors

Complementary color

Complementary color for #hex is #548965.


I love getcolorcode.com

Triadic colors

1 #9AAB76 and #769AAB with #AB769A are triadic colors.

2 #9A76AB and #76AB9A with #AB769A are triadic colors.