COLOR #A781B7

HEX: #A781B7 RGB: (167,129,183)

Color info

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

RGB color model

#A781B7 color RGB value is (167,129,183).

RGB: (167,129,183) (65%, 51%, 72%)

RGB channels and saturation

R 167 of 255 = 65%
G 129 of 255 = 51%
B 183 of 255 = 72%

167
129
183

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

Portions of RGB colors in percentages

R + G + B = 167 + 129 + 183 = 479 (100%)
R 167 of 479 ~ 34.86%
G 129 of 479 ~ 26.93%
B 183 of 479 ~ 38.2'%

%34.86
%26.93
%38.2

CMYK color model

#A781B7 color CMYK value is (9,30,0,28).

  • cyan value is 8.74%
  • magenta value is 29.51%
  • yellow value is 0.00%
  • key color value is 28.24%

CMYK: (9,30,0,28)
C9M30Y0K28 (9%, 30%, 0%, 28%)
(0.09 / 0.30 / 0.00 / 0.28)

CMYK percentages

%8.74
%29.51
%0
%28.24

Codes

Color #A781B7 in popluar color models

A7 81 B7
RGB 167 129 183
HSL 282° 27.27% 61.18%
HSB/HSV 282° 29.51% 71.76%
CMYK 8.74% 29.51% 0.00%
28.24%

Color #A781B7 in popluar number systems.

HEX A7 81 B7
Decimal 167 129 183
Binary 10100111 10000001 10110111
Octal 247 201 267

Shades and tints

Shades of #A781B7

#A781B7
(167,129,183)
#9876A7
(152,118,167)
#896B97
(137,107,151)
#7A6087
(122,96,135)
#6B5577
(107,85,119)
#5C4A67
(92,74,103)
#4D3F57
(77,63,87)
#3E3447
(62,52,71)
#2F2937
(47,41,55)
#201E27
(32,30,39)
#111317
(17,19,23)
#000000
(0,0,0)

Tints of #A781B7

#A781B7
(167,129,183)
#AF8CBD
(175,140,189)
#B797C3
(183,151,195)
#BFA2C9
(191,162,201)
#C7ADCF
(199,173,207)
#CFB8D5
(207,184,213)
#D7C3DB
(215,195,219)
#DFCEE1
(223,206,225)
#E7D9E7
(231,217,231)
#EFE4ED
(239,228,237)
#F7EFF3
(247,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A781B7; }

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

This text font color is #A781B7.

Background Color

.myBgColor { background-color: #A781B7; }

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

This div background color is #A781B7.

Border color

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

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

This div border color is #A781B7.

Opacity

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

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

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

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

This text has shadow with #A781B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A781B7.

Preview

Color preview on black background

This text has color #A781B7 on black background.


Color preview on white background

This text has color #A781B7 on white background.


Black color preview on #A781B7 background

This text has black color on #A781B7 background.


White color preview on #A781B7 background

This text has white color on #A781B7 background.


Related colors

Complementary color

Complementary color for #hex is #587E48.


I love getcolorcode.com

Triadic colors

1 #B7A781 and #81B7A7 with #A781B7 are triadic colors.

2 #B781A7 and #81A7B7 with #A781B7 are triadic colors.