COLOR #A7A1EA

HEX: #A7A1EA
RGB: (167,161,234)

Color info

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

RGB color model

#A7A1EA color RGB value is (167,161,234).

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

RGB channels and saturation

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

167
161
234

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

Portions of RGB colors in percentages

R + G + B =
167 + 161 + 234 = 562 (100%)
R 167 of 562 ~ 29.72%
G 161 of 562 ~ 28.65%
B 234 of 562 ~ 41.64%

%29.72
%28.65
%41.64

CMYK color model

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

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

CMYK percentages

%28.63
%31.2
%0
%8.24

Codes

Color #A7A1EA in popluar color models

A7A1EA
RGB167161234
HSL245°63.48%77.45%
HSB/HSV245°31.20%91.76%
CMYK28.63%31.20%0.00%
8.24%

Color #A7A1EA in popluar number systems.

HEXA7A1EA
Decimal167161234
Binary101001111010000111101010
Octal247241352

Shades and tints

Shades of #A7A1EA

#A7A1EA
(167,161,234)
#9893D5
(152,147,213)
#8985C0
(137,133,192)
#7A77AB
(122,119,171)
#6B6996
(107,105,150)
#5C5B81
(92,91,129)
#4D4D6C
(77,77,108)
#3E3F57
(62,63,87)
#2F3142
(47,49,66)
#20232D
(32,35,45)
#111518
(17,21,24)
#000000
(0,0,0)

Tints of #A7A1EA

#A7A1EA
(167,161,234)
#AFA9EB
(175,169,235)
#B7B1EC
(183,177,236)
#BFB9ED
(191,185,237)
#C7C1EE
(199,193,238)
#CFC9EF
(207,201,239)
#D7D1F0
(215,209,240)
#DFD9F1
(223,217,241)
#E7E1F2
(231,225,242)
#EFE9F3
(239,233,243)
#F7F1F4
(247,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7A1EA; }

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

This text font color is #A7A1EA.


Background Color

.myBgColor { background-color: #A7A1EA; }

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

This div background color is #A7A1EA.


Border color

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

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

This div border color is #A7A1EA.


Opacity

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

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

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

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

This text has shadow with #A7A1EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7A1EA on black background.


Color preview on white background

This text has color #A7A1EA on white background.



Black color preview on #A7A1EA background

This text has black color on #A7A1EA background.


White color preview on #A7A1EA background

This text has white color on #A7A1EA background.