COLOR #A978BB

HEX: #A978BB RGB: (169,120,187)

Color info

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

RGB color model

#A978BB color RGB value is (169,120,187).

RGB: (169,120,187) (66%, 47%, 73%)

RGB channels and saturation

R 169 of 255 = 66%
G 120 of 255 = 47%
B 187 of 255 = 73%

169
120
187

R + G + B ~ 62%. #A978BB is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 120 + 187 = 476 (100%)
R 169 of 476 ~ 35.5%
G 120 of 476 ~ 25.21%
B 187 of 476 ~ 39.29'%

%35.5
%25.21
%39.29

CMYK color model

#A978BB color CMYK value is (10,36,0,27).

  • cyan value is 9.63%
  • magenta value is 35.83%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (10,36,0,27)
C10M36Y0K27 (10%, 36%, 0%, 27%)
(0.10 / 0.36 / 0.00 / 0.27)

CMYK percentages

%9.63
%35.83
%0
%26.67

Codes

Color #A978BB in popluar color models

A9 78 BB
RGB 169 120 187
HSL 284° 33.00% 60.20%
HSB/HSV 284° 35.83% 73.33%
CMYK 9.63% 35.83% 0.00%
26.67%

Color #A978BB in popluar number systems.

HEX A9 78 BB
Decimal 169 120 187
Binary 10101001 1111000 10111011
Octal 251 170 273

Shades and tints

Shades of #A978BB

#A978BB
(169,120,187)
#9A6EAA
(154,110,170)
#8B6499
(139,100,153)
#7C5A88
(124,90,136)
#6D5077
(109,80,119)
#5E4666
(94,70,102)
#4F3C55
(79,60,85)
#403244
(64,50,68)
#312833
(49,40,51)
#221E22
(34,30,34)
#131411
(19,20,17)
#000000
(0,0,0)

Tints of #A978BB

#A978BB
(169,120,187)
#B084C1
(176,132,193)
#B790C7
(183,144,199)
#BE9CCD
(190,156,205)
#C5A8D3
(197,168,211)
#CCB4D9
(204,180,217)
#D3C0DF
(211,192,223)
#DACCE5
(218,204,229)
#E1D8EB
(225,216,235)
#E8E4F1
(232,228,241)
#EFF0F7
(239,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A978BB color. Also use rgb(169,120,187) instead hex code.

Text Font Color

.myTextColor { color: #A978BB; }

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

This text font color is #A978BB.

Background Color

.myBgColor { background-color: #A978BB; }

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

This div background color is #A978BB.

Border color

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

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

This div border color is #A978BB.

Opacity

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

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

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

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

This text has shadow with #A978BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A978BB.

Preview

Color preview on black background

This text has color #A978BB on black background.


Color preview on white background

This text has color #A978BB on white background.


Black color preview on #A978BB background

This text has black color on #A978BB background.


White color preview on #A978BB background

This text has white color on #A978BB background.


Related colors

Complementary color

Complementary color for #hex is #568744.


I love getcolorcode.com

Triadic colors

1 #BBA978 and #78BBA9 with #A978BB are triadic colors.

2 #BB78A9 and #78A9BB with #A978BB are triadic colors.