COLOR #A878C6

HEX: #A878C6 RGB: (168,120,198)

Color info

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

RGB color model

#A878C6 color RGB value is (168,120,198).

RGB: (168,120,198) (66%, 47%, 78%)

RGB channels and saturation

R 168 of 255 = 66%
G 120 of 255 = 47%
B 198 of 255 = 78%

168
120
198

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

Portions of RGB colors in percentages

R + G + B = 168 + 120 + 198 = 486 (100%)
R 168 of 486 ~ 34.57%
G 120 of 486 ~ 24.69%
B 198 of 486 ~ 40.74'%

%34.57
%24.69
%40.74

CMYK color model

#A878C6 color CMYK value is (15,39,0,22).

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

CMYK: (15,39,0,22)
C15M39Y0K22 (15%, 39%, 0%, 22%)
(0.15 / 0.39 / 0.00 / 0.22)

CMYK percentages

%15.15
%39.39
%0
%22.35

Codes

Color #A878C6 in popluar color models

A8 78 C6
RGB 168 120 198
HSL 277° 40.63% 62.35%
HSB/HSV 277° 39.39% 77.65%
CMYK 15.15% 39.39% 0.00%
22.35%

Color #A878C6 in popluar number systems.

HEX A8 78 C6
Decimal 168 120 198
Binary 10101000 1111000 11000110
Octal 250 170 306

Shades and tints

Shades of #A878C6

#A878C6
(168,120,198)
#996EB4
(153,110,180)
#8A64A2
(138,100,162)
#7B5A90
(123,90,144)
#6C507E
(108,80,126)
#5D466C
(93,70,108)
#4E3C5A
(78,60,90)
#3F3248
(63,50,72)
#302836
(48,40,54)
#211E24
(33,30,36)
#121412
(18,20,18)
#000000
(0,0,0)

Tints of #A878C6

#A878C6
(168,120,198)
#AF84CB
(175,132,203)
#B690D0
(182,144,208)
#BD9CD5
(189,156,213)
#C4A8DA
(196,168,218)
#CBB4DF
(203,180,223)
#D2C0E4
(210,192,228)
#D9CCE9
(217,204,233)
#E0D8EE
(224,216,238)
#E7E4F3
(231,228,243)
#EEF0F8
(238,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A878C6; }

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

This text font color is #A878C6.

Background Color

.myBgColor { background-color: #A878C6; }

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

This div background color is #A878C6.

Border color

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

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

This div border color is #A878C6.

Opacity

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

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

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

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

This text has shadow with #A878C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A878C6.

Preview

Color preview on black background

This text has color #A878C6 on black background.


Color preview on white background

This text has color #A878C6 on white background.


Black color preview on #A878C6 background

This text has black color on #A878C6 background.


White color preview on #A878C6 background

This text has white color on #A878C6 background.


Related colors

Complementary color

Complementary color for #hex is #578739.


I love getcolorcode.com

Triadic colors

1 #C6A878 and #78C6A8 with #A878C6 are triadic colors.

2 #C678A8 and #78A8C6 with #A878C6 are triadic colors.