COLOR #A791D8

HEX: #A791D8
RGB: (167,145,216)

Color info

#A791D8 contains mainly red and blue colors. Web safe color of #A791D8 is #9999CC (or #99C).

RGB color model

#A791D8 color RGB value is (167,145,216).

  • red value is 167;
  • green value is 145;
  • blue value is 216.
RGB:
(167,145,216)
(65%,57%,85%)

RGB channels and saturation

R 167 of 255 = 65%
G 145 of 255 = 57%
B 216 of 255 = 85%

167
145
216

R + G + B ~ 69%. #A791D8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 145 + 216 = 528 (100%)
R 167 of 528 ~ 31.63%
G 145 of 528 ~ 27.46%
B 216 of 528 ~ 40.91%

%31.63
%27.46
%40.91

CMYK color model

#A791D8 color CMYK value is (23,33,0,15).

  • cyan value is 22.69%
  • magenta value is 32.87%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(23,33,0,15)
C23M33Y0K15 
(23%,33%,0%,15%)
(0.23/0.33/0.00/0.15)	

CMYK percentages

%22.69
%32.87
%0
%15.29

Codes

Color #A791D8 in popluar color models

A791D8
RGB167145216
HSL259°47.65%70.78%
HSB/HSV259°32.87%84.71%
CMYK22.69%32.87%0.00%
15.29%

Color #A791D8 in popluar number systems.

HEXA791D8
Decimal167145216
Binary101001111001000111011000
Octal247221330

Shades and tints

Shades of #A791D8

#A791D8
(167,145,216)
#9884C5
(152,132,197)
#8977B2
(137,119,178)
#7A6A9F
(122,106,159)
#6B5D8C
(107,93,140)
#5C5079
(92,80,121)
#4D4366
(77,67,102)
#3E3653
(62,54,83)
#2F2940
(47,41,64)
#201C2D
(32,28,45)
#110F1A
(17,15,26)
#000000
(0,0,0)

Tints of #A791D8

#A791D8
(167,145,216)
#AF9BDB
(175,155,219)
#B7A5DE
(183,165,222)
#BFAFE1
(191,175,225)
#C7B9E4
(199,185,228)
#CFC3E7
(207,195,231)
#D7CDEA
(215,205,234)
#DFD7ED
(223,215,237)
#E7E1F0
(231,225,240)
#EFEBF3
(239,235,243)
#F7F5F6
(247,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A791D8 color. Also use rgb(167,145,216) instead hex code.

Text Font Color

.myTextColor { color: #A791D8; }

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

This text font color is #A791D8.


Background Color

.myBgColor { background-color: #A791D8; }

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

This div background color is #A791D8.


Border color

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

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

This div border color is #A791D8.


Opacity

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

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

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

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

This text has shadow with #A791D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A791D8 on black background.


Color preview on white background

This text has color #A791D8 on white background.



Black color preview on #A791D8 background

This text has black color on #A791D8 background.


White color preview on #A791D8 background

This text has white color on #A791D8 background.