COLOR #A781BB

HEX: #A781BB
RGB: (167,129,187)

Color info

#A781BB contains red, green and blue colors in about the same proportion. Web safe color of #A781BB is #9999CC (or #99C).

RGB color model

#A781BB color RGB value is (167,129,187).

  • red value is 167;
  • green value is 129;
  • blue value is 187.
RGB:
(167,129,187)
(65%,51%,73%)

RGB channels and saturation

R 167 of 255 = 65%
G 129 of 255 = 51%
B 187 of 255 = 73%

167
129
187

R + G + B ~ 63%. #A781BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 129 + 187 = 483 (100%)
R 167 of 483 ~ 34.58%
G 129 of 483 ~ 26.71%
B 187 of 483 ~ 38.72%

%34.58
%26.71
%38.72

CMYK color model

#A781BB color CMYK value is (11,31,0,27).

  • cyan value is 10.70%
  • magenta value is 31.02%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(11,31,0,27)
C11M31Y0K27 
(11%,31%,0%,27%)
(0.11/0.31/0.00/0.27)	

CMYK percentages

%10.7
%31.02
%0
%26.67

Codes

Color #A781BB in popluar color models

A781BB
RGB167129187
HSL279°29.90%61.96%
HSB/HSV279°31.02%73.33%
CMYK10.70%31.02%0.00%
26.67%

Color #A781BB in popluar number systems.

HEXA781BB
Decimal167129187
Binary101001111000000110111011
Octal247201273

Shades and tints

Shades of #A781BB

#A781BB
(167,129,187)
#9876AA
(152,118,170)
#896B99
(137,107,153)
#7A6088
(122,96,136)
#6B5577
(107,85,119)
#5C4A66
(92,74,102)
#4D3F55
(77,63,85)
#3E3444
(62,52,68)
#2F2933
(47,41,51)
#201E22
(32,30,34)
#111311
(17,19,17)
#000000
(0,0,0)

Tints of #A781BB

#A781BB
(167,129,187)
#AF8CC1
(175,140,193)
#B797C7
(183,151,199)
#BFA2CD
(191,162,205)
#C7ADD3
(199,173,211)
#CFB8D9
(207,184,217)
#D7C3DF
(215,195,223)
#DFCEE5
(223,206,229)
#E7D9EB
(231,217,235)
#EFE4F1
(239,228,241)
#F7EFF7
(247,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A781BB color. Also use rgb(167,129,187) instead hex code.

Text Font Color

.myTextColor { color: #A781BB; }

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

This text font color is #A781BB.


Background Color

.myBgColor { background-color: #A781BB; }

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

This div background color is #A781BB.


Border color

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

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

This div border color is #A781BB.


Opacity

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

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

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

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

This text has shadow with #A781BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A781BB on black background.


Color preview on white background

This text has color #A781BB on white background.



Black color preview on #A781BB background

This text has black color on #A781BB background.


White color preview on #A781BB background

This text has white color on #A781BB background.