COLOR #AA78C6

HEX: #AA78C6 RGB: (170,120,198)

Color info

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

RGB color model

#AA78C6 color RGB value is (170,120,198).

RGB: (170,120,198) (67%, 47%, 78%)

RGB channels and saturation

R 170 of 255 = 67%
G 120 of 255 = 47%
B 198 of 255 = 78%

170
120
198

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

Portions of RGB colors in percentages

R + G + B = 170 + 120 + 198 = 488 (100%)
R 170 of 488 ~ 34.84%
G 120 of 488 ~ 24.59%
B 198 of 488 ~ 40.57'%

%34.84
%24.59
%40.57

CMYK color model

#AA78C6 color CMYK value is (14,39,0,22).

  • cyan value is 14.14%
  • magenta value is 39.39%
  • yellow value is 0.00%
  • key color value is 22.35%

CMYK: (14,39,0,22)
C14M39Y0K22 (14%, 39%, 0%, 22%)
(0.14 / 0.39 / 0.00 / 0.22)

CMYK percentages

%14.14
%39.39
%0
%22.35

Codes

Color #AA78C6 in popluar color models

AA 78 C6
RGB 170 120 198
HSL 278° 40.63% 62.35%
HSB/HSV 278° 39.39% 77.65%
CMYK 14.14% 39.39% 0.00%
22.35%

Color #AA78C6 in popluar number systems.

HEX AA 78 C6
Decimal 170 120 198
Binary 10101010 1111000 11000110
Octal 252 170 306

Shades and tints

Shades of #AA78C6

#AA78C6
(170,120,198)
#9B6EB4
(155,110,180)
#8C64A2
(140,100,162)
#7D5A90
(125,90,144)
#6E507E
(110,80,126)
#5F466C
(95,70,108)
#503C5A
(80,60,90)
#413248
(65,50,72)
#322836
(50,40,54)
#231E24
(35,30,36)
#141412
(20,20,18)
#000000
(0,0,0)

Tints of #AA78C6

#AA78C6
(170,120,198)
#B184CB
(177,132,203)
#B890D0
(184,144,208)
#BF9CD5
(191,156,213)
#C6A8DA
(198,168,218)
#CDB4DF
(205,180,223)
#D4C0E4
(212,192,228)
#DBCCE9
(219,204,233)
#E2D8EE
(226,216,238)
#E9E4F3
(233,228,243)
#F0F0F8
(240,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA78C6 color. Also use rgb(170,120,198) instead hex code.

Text Font Color

.myTextColor { color: #AA78C6; }

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

This text font color is #AA78C6.

Background Color

.myBgColor { background-color: #AA78C6; }

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

This div background color is #AA78C6.

Border color

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

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

This div border color is #AA78C6.

Opacity

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

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

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

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

This text has shadow with #AA78C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA78C6.

Preview

Color preview on black background

This text has color #AA78C6 on black background.


Color preview on white background

This text has color #AA78C6 on white background.


Black color preview on #AA78C6 background

This text has black color on #AA78C6 background.


White color preview on #AA78C6 background

This text has white color on #AA78C6 background.


Related colors

Complementary color

Complementary color for #hex is #558739.


I love getcolorcode.com

Triadic colors

1 #C6AA78 and #78C6AA with #AA78C6 are triadic colors.

2 #C678AA and #78AAC6 with #AA78C6 are triadic colors.