COLOR #A7A5CC

HEX: #A7A5CC RGB: (167,165,204)

Color info

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

RGB color model

#A7A5CC color RGB value is (167,165,204).

RGB: (167,165,204) (65%, 65%, 80%)

RGB channels and saturation

R 167 of 255 = 65%
G 165 of 255 = 65%
B 204 of 255 = 80%

167
165
204

R + G + B ~ 70%. #A7A5CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 165 + 204 = 536 (100%)
R 167 of 536 ~ 31.16%
G 165 of 536 ~ 30.78%
B 204 of 536 ~ 38.06'%

%31.16
%30.78
%38.06

CMYK color model

#A7A5CC color CMYK value is (18,19,0,20).

  • cyan value is 18.14%
  • magenta value is 19.12%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK: (18,19,0,20) C18M19Y0K20 (18%,19%,0%,20%) (0.18/0.19/0.00/0.20) 

CMYK percentages

%18.14
%19.12
%0
%20

Codes

Color #A7A5CC in popluar color models

A7 A5 CC
RGB 167 165 204
HSL 243° 27.66% 72.35%
HSB/HSV 243° 19.12% 80.00%
CMYK 18.14% 19.12% 0.00%
20.00%

Color #A7A5CC in popluar number systems.

HEX A7 A5 CC
Decimal 167 165 204
Binary 10100111 10100101 11001100
Octal 247 245 314

Shades and tints

Shades of #A7A5CC

#A7A5CC
(167,165,204)
#9896BA
(152,150,186)
#8987A8
(137,135,168)
#7A7896
(122,120,150)
#6B6984
(107,105,132)
#5C5A72
(92,90,114)
#4D4B60
(77,75,96)
#3E3C4E
(62,60,78)
#2F2D3C
(47,45,60)
#201E2A
(32,30,42)
#110F18
(17,15,24)
#000000
(0,0,0)

Tints of #A7A5CC

#A7A5CC
(167,165,204)
#AFADD0
(175,173,208)
#B7B5D4
(183,181,212)
#BFBDD8
(191,189,216)
#C7C5DC
(199,197,220)
#CFCDE0
(207,205,224)
#D7D5E4
(215,213,228)
#DFDDE8
(223,221,232)
#E7E5EC
(231,229,236)
#EFEDF0
(239,237,240)
#F7F5F4
(247,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7A5CC; }

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

This text font color is #A7A5CC.

Background Color

.myBgColor { background-color: #A7A5CC; }

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

This div background color is #A7A5CC.

Border color

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

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

This div border color is #A7A5CC.

Opacity

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

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

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

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

This text has shadow with #A7A5CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7A5CC.

Preview

Color preview on black background

This text has color #A7A5CC on black background.


Color preview on white background

This text has color #A7A5CC on white background.


Black color preview on #A7A5CC background

This text has black color on #A7A5CC background.


White color preview on #A7A5CC background

This text has white color on #A7A5CC background.


Related colors

Complementary color

Complementary color for #hex is #585A33.


I love getcolorcode.com

Triadic colors

1 #CCA7A5 and #A5CCA7 with #A7A5CC are triadic colors.

2 #CCA5A7 and #A5A7CC with #A7A5CC are triadic colors.