COLOR #A7A1EB

HEX: #A7A1EB
RGB: (167,161,235)

Color info

#A7A1EB contains mainly blue color. Web safe color of #A7A1EB is #9999FF (or #99F).

RGB color model

#A7A1EB color RGB value is (167,161,235).

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

RGB channels and saturation

R 167 of 255 = 65%
G 161 of 255 = 63%
B 235 of 255 = 92%

167
161
235

R + G + B ~ 73%. #A7A1EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 161 + 235 = 563 (100%)
R 167 of 563 ~ 29.66%
G 161 of 563 ~ 28.6%
B 235 of 563 ~ 41.74%

%29.66
%28.6
%41.74

CMYK color model

#A7A1EB color CMYK value is (29,31,0,8).

  • cyan value is 28.94%
  • magenta value is 31.49%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(29,31,0,8)
C29M31Y0K8 
(29%,31%,0%,8%)
(0.29/0.31/0.00/0.08)	

CMYK percentages

%28.94
%31.49
%0
%7.84

Codes

Color #A7A1EB in popluar color models

A7A1EB
RGB167161235
HSL245°64.91%77.65%
HSB/HSV245°31.49%92.16%
CMYK28.94%31.49%0.00%
7.84%

Color #A7A1EB in popluar number systems.

HEXA7A1EB
Decimal167161235
Binary101001111010000111101011
Octal247241353

Shades and tints

Shades of #A7A1EB

#A7A1EB
(167,161,235)
#9893D6
(152,147,214)
#8985C1
(137,133,193)
#7A77AC
(122,119,172)
#6B6997
(107,105,151)
#5C5B82
(92,91,130)
#4D4D6D
(77,77,109)
#3E3F58
(62,63,88)
#2F3143
(47,49,67)
#20232E
(32,35,46)
#111519
(17,21,25)
#000000
(0,0,0)

Tints of #A7A1EB

#A7A1EB
(167,161,235)
#AFA9EC
(175,169,236)
#B7B1ED
(183,177,237)
#BFB9EE
(191,185,238)
#C7C1EF
(199,193,239)
#CFC9F0
(207,201,240)
#D7D1F1
(215,209,241)
#DFD9F2
(223,217,242)
#E7E1F3
(231,225,243)
#EFE9F4
(239,233,244)
#F7F1F5
(247,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7A1EB; }

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

This text font color is #A7A1EB.


Background Color

.myBgColor { background-color: #A7A1EB; }

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

This div background color is #A7A1EB.


Border color

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

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

This div border color is #A7A1EB.


Opacity

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

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

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

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

This text has shadow with #A7A1EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7A1EB on black background.


Color preview on white background

This text has color #A7A1EB on white background.



Black color preview on #A7A1EB background

This text has black color on #A7A1EB background.


White color preview on #A7A1EB background

This text has white color on #A7A1EB background.