COLOR #AA76CB

HEX: #AA76CB RGB: (170,118,203)

Color info

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

RGB color model

#AA76CB color RGB value is (170,118,203).

RGB: (170,118,203) (67%, 46%, 80%)

RGB channels and saturation

R 170 of 255 = 67%
G 118 of 255 = 46%
B 203 of 255 = 80%

170
118
203

R + G + B ~ 64%. #AA76CB is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 118 + 203 = 491 (100%)
R 170 of 491 ~ 34.62%
G 118 of 491 ~ 24.03%
B 203 of 491 ~ 41.34'%

%34.62
%24.03
%41.34

CMYK color model

#AA76CB color CMYK value is (16,42,0,20).

  • cyan value is 16.26%
  • magenta value is 41.87%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (16,42,0,20)
C16M42Y0K20 (16%, 42%, 0%, 20%)
(0.16 / 0.42 / 0.00 / 0.20)

CMYK percentages

%16.26
%41.87
%0
%20.39

Codes

Color #AA76CB in popluar color models

AA 76 CB
RGB 170 118 203
HSL 277° 44.97% 62.94%
HSB/HSV 277° 41.87% 79.61%
CMYK 16.26% 41.87% 0.00%
20.39%

Color #AA76CB in popluar number systems.

HEX AA 76 CB
Decimal 170 118 203
Binary 10101010 1110110 11001011
Octal 252 166 313

Shades and tints

Shades of #AA76CB

#AA76CB
(170,118,203)
#9B6CB9
(155,108,185)
#8C62A7
(140,98,167)
#7D5895
(125,88,149)
#6E4E83
(110,78,131)
#5F4471
(95,68,113)
#503A5F
(80,58,95)
#41304D
(65,48,77)
#32263B
(50,38,59)
#231C29
(35,28,41)
#141217
(20,18,23)
#000000
(0,0,0)

Tints of #AA76CB

#AA76CB
(170,118,203)
#B182CF
(177,130,207)
#B88ED3
(184,142,211)
#BF9AD7
(191,154,215)
#C6A6DB
(198,166,219)
#CDB2DF
(205,178,223)
#D4BEE3
(212,190,227)
#DBCAE7
(219,202,231)
#E2D6EB
(226,214,235)
#E9E2EF
(233,226,239)
#F0EEF3
(240,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA76CB color. Also use rgb(170,118,203) instead hex code.

Text Font Color

.myTextColor { color: #AA76CB; }

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

This text font color is #AA76CB.

Background Color

.myBgColor { background-color: #AA76CB; }

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

This div background color is #AA76CB.

Border color

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

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

This div border color is #AA76CB.

Opacity

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

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

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

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

This text has shadow with #AA76CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA76CB.

Preview

Color preview on black background

This text has color #AA76CB on black background.


Color preview on white background

This text has color #AA76CB on white background.


Black color preview on #AA76CB background

This text has black color on #AA76CB background.


White color preview on #AA76CB background

This text has white color on #AA76CB background.


Related colors

Complementary color

Complementary color for #hex is #558934.


I love getcolorcode.com

Triadic colors

1 #CBAA76 and #76CBAA with #AA76CB are triadic colors.

2 #CB76AA and #76AACB with #AA76CB are triadic colors.