COLOR #A7A1CC

HEX: #A7A1CC
RGB: (167,161,204)

Color info

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

RGB color model

#A7A1CC color RGB value is (167,161,204).

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

RGB channels and saturation

R 167 of 255 = 65%
G 161 of 255 = 63%
B 204 of 255 = 80%

167
161
204

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

Portions of RGB colors in percentages

R + G + B =
167 + 161 + 204 = 532 (100%)
R 167 of 532 ~ 31.39%
G 161 of 532 ~ 30.26%
B 204 of 532 ~ 38.35%

%31.39
%30.26
%38.35

CMYK color model

#A7A1CC color CMYK value is (18,21,0,20).

  • cyan value is 18.14%
  • magenta value is 21.08%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(18,21,0,20)
C18M21Y0K20 
(18%,21%,0%,20%)
(0.18/0.21/0.00/0.20)	

CMYK percentages

%18.14
%21.08
%0
%20

Codes

Color #A7A1CC in popluar color models

A7A1CC
RGB167161204
HSL248°29.66%71.57%
HSB/HSV248°21.08%80.00%
CMYK18.14%21.08%0.00%
20.00%

Color #A7A1CC in popluar number systems.

HEXA7A1CC
Decimal167161204
Binary101001111010000111001100
Octal247241314

Shades and tints

Shades of #A7A1CC

#A7A1CC
(167,161,204)
#9893BA
(152,147,186)
#8985A8
(137,133,168)
#7A7796
(122,119,150)
#6B6984
(107,105,132)
#5C5B72
(92,91,114)
#4D4D60
(77,77,96)
#3E3F4E
(62,63,78)
#2F313C
(47,49,60)
#20232A
(32,35,42)
#111518
(17,21,24)
#000000
(0,0,0)

Tints of #A7A1CC

#A7A1CC
(167,161,204)
#AFA9D0
(175,169,208)
#B7B1D4
(183,177,212)
#BFB9D8
(191,185,216)
#C7C1DC
(199,193,220)
#CFC9E0
(207,201,224)
#D7D1E4
(215,209,228)
#DFD9E8
(223,217,232)
#E7E1EC
(231,225,236)
#EFE9F0
(239,233,240)
#F7F1F4
(247,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7A1CC; }

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

This text font color is #A7A1CC.


Background Color

.myBgColor { background-color: #A7A1CC; }

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

This div background color is #A7A1CC.


Border color

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

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

This div border color is #A7A1CC.


Opacity

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

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

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

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

This text has shadow with #A7A1CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7A1CC on black background.


Color preview on white background

This text has color #A7A1CC on white background.



Black color preview on #A7A1CC background

This text has black color on #A7A1CC background.


White color preview on #A7A1CC background

This text has white color on #A7A1CC background.