COLOR #A781A1

HEX: #A781A1
RGB: (167,129,161)

Color info

#A781A1 contains red, green and blue colors in about the same proportion. Web safe color of #A781A1 is #999999 (or #999).

RGB color model

#A781A1 color RGB value is (167,129,161).

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

RGB channels and saturation

R 167 of 255 = 65%
G 129 of 255 = 51%
B 161 of 255 = 63%

167
129
161

R + G + B ~ 60%. #A781A1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
167 + 129 + 161 = 457 (100%)
R 167 of 457 ~ 36.54%
G 129 of 457 ~ 28.23%
B 161 of 457 ~ 35.23%

%36.54
%28.23
%35.23

CMYK color model

#A781A1 color CMYK value is (0,23,4,35).

  • cyan value is 0.00%
  • magenta value is 22.75%
  • yellow value is 3.59%
  • key color value is 34.51%
CMYK:
(0,23,4,35)
C0M23Y4K35 
(0%,23%,4%,35%)
(0.00/0.23/0.04/0.35)	

CMYK percentages

%0
%22.75
%3.59
%34.51

Codes

Color #A781A1 in popluar color models

A781A1
RGB167129161
HSL309°17.76%58.04%
HSB/HSV309°22.75%65.49%
CMYK0.00%22.75%3.59%
34.51%

Color #A781A1 in popluar number systems.

HEXA781A1
Decimal167129161
Binary101001111000000110100001
Octal247201241

Shades and tints

Shades of #A781A1

#A781A1
(167,129,161)
#987693
(152,118,147)
#896B85
(137,107,133)
#7A6077
(122,96,119)
#6B5569
(107,85,105)
#5C4A5B
(92,74,91)
#4D3F4D
(77,63,77)
#3E343F
(62,52,63)
#2F2931
(47,41,49)
#201E23
(32,30,35)
#111315
(17,19,21)
#000000
(0,0,0)

Tints of #A781A1

#A781A1
(167,129,161)
#AF8CA9
(175,140,169)
#B797B1
(183,151,177)
#BFA2B9
(191,162,185)
#C7ADC1
(199,173,193)
#CFB8C9
(207,184,201)
#D7C3D1
(215,195,209)
#DFCED9
(223,206,217)
#E7D9E1
(231,217,225)
#EFE4E9
(239,228,233)
#F7EFF1
(247,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A781A1; }

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

This text font color is #A781A1.


Background Color

.myBgColor { background-color: #A781A1; }

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

This div background color is #A781A1.


Border color

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

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

This div border color is #A781A1.


Opacity

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

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

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

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

This text has shadow with #A781A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A781A1 on black background.


Color preview on white background

This text has color #A781A1 on white background.



Black color preview on #A781A1 background

This text has black color on #A781A1 background.


White color preview on #A781A1 background

This text has white color on #A781A1 background.