COLOR #A8769E

HEX: #A8769E RGB: (168,118,158)

Color info

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

RGB color model

#A8769E color RGB value is (168,118,158).

RGB: (168,118,158) (66%, 46%, 62%)

RGB channels and saturation

R 168 of 255 = 66%
G 118 of 255 = 46%
B 158 of 255 = 62%

168
118
158

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

Portions of RGB colors in percentages

R + G + B = 168 + 118 + 158 = 444 (100%)
R 168 of 444 ~ 37.84%
G 118 of 444 ~ 26.58%
B 158 of 444 ~ 35.59'%

%37.84
%26.58
%35.59

CMYK color model

#A8769E color CMYK value is (0,30,6,34).

  • cyan value is 0.00%
  • magenta value is 29.76%
  • yellow value is 5.95%
  • key color value is 34.12%
CMYK: (0,30,6,34) C0M30Y6K34 (0%,30%,6%,34%) (0.00/0.30/0.06/0.34) 

CMYK percentages

%0
%29.76
%5.95
%34.12

Codes

Color #A8769E in popluar color models

A8 76 9E
RGB 168 118 158
HSL 312° 22.32% 56.08%
HSB/HSV 312° 29.76% 65.88%
CMYK 0.00% 29.76% 5.95%
34.12%

Color #A8769E in popluar number systems.

HEX A8 76 9E
Decimal 168 118 158
Binary 10101000 1110110 10011110
Octal 250 166 236

Shades and tints

Shades of #A8769E

#A8769E
(168,118,158)
#996C90
(153,108,144)
#8A6282
(138,98,130)
#7B5874
(123,88,116)
#6C4E66
(108,78,102)
#5D4458
(93,68,88)
#4E3A4A
(78,58,74)
#3F303C
(63,48,60)
#30262E
(48,38,46)
#211C20
(33,28,32)
#121212
(18,18,18)
#000000
(0,0,0)

Tints of #A8769E

#A8769E
(168,118,158)
#AF82A6
(175,130,166)
#B68EAE
(182,142,174)
#BD9AB6
(189,154,182)
#C4A6BE
(196,166,190)
#CBB2C6
(203,178,198)
#D2BECE
(210,190,206)
#D9CAD6
(217,202,214)
#E0D6DE
(224,214,222)
#E7E2E6
(231,226,230)
#EEEEEE
(238,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8769E color. Also use rgb(168,118,158) instead hex code.

Text Font Color

.myTextColor { color: #A8769E; }

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

This text font color is #A8769E.

Background Color

.myBgColor { background-color: #A8769E; }

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

This div background color is #A8769E.

Border color

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

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

This div border color is #A8769E.

Opacity

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

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

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

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

This text has shadow with #A8769E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8769E.

Preview

Color preview on black background

This text has color #A8769E on black background.


Color preview on white background

This text has color #A8769E on white background.


Black color preview on #A8769E background

This text has black color on #A8769E background.


White color preview on #A8769E background

This text has white color on #A8769E background.


Related colors

Complementary color

Complementary color for #hex is #578961.


I love getcolorcode.com

Triadic colors

1 #9EA876 and #769EA8 with #A8769E are triadic colors.

2 #9E76A8 and #76A89E with #A8769E are triadic colors.