COLOR #A7A0DC

HEX: #A7A0DC RGB: (167,160,220)

Color info

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

RGB color model

#A7A0DC color RGB value is (167,160,220).

RGB: (167,160,220) (65%, 63%, 86%)

RGB channels and saturation

R 167 of 255 = 65%
G 160 of 255 = 63%
B 220 of 255 = 86%

167
160
220

R + G + B ~ 71%. #A7A0DC is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 160 + 220 = 547 (100%)
R 167 of 547 ~ 30.53%
G 160 of 547 ~ 29.25%
B 220 of 547 ~ 40.22'%

%30.53
%29.25
%40.22

CMYK color model

#A7A0DC color CMYK value is (24,27,0,14).

  • cyan value is 24.09%
  • magenta value is 27.27%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (24,27,0,14)
C24M27Y0K14 (24%, 27%, 0%, 14%)
(0.24 / 0.27 / 0.00 / 0.14)

CMYK percentages

%24.09
%27.27
%0
%13.73

Codes

Color #A7A0DC in popluar color models

A7 A0 DC
RGB 167 160 220
HSL 247° 46.15% 74.51%
HSB/HSV 247° 27.27% 86.27%
CMYK 24.09% 27.27% 0.00%
13.73%

Color #A7A0DC in popluar number systems.

HEX A7 A0 DC
Decimal 167 160 220
Binary 10100111 10100000 11011100
Octal 247 240 334

Shades and tints

Shades of #A7A0DC

#A7A0DC
(167,160,220)
#9892C8
(152,146,200)
#8984B4
(137,132,180)
#7A76A0
(122,118,160)
#6B688C
(107,104,140)
#5C5A78
(92,90,120)
#4D4C64
(77,76,100)
#3E3E50
(62,62,80)
#2F303C
(47,48,60)
#202228
(32,34,40)
#111414
(17,20,20)
#000000
(0,0,0)

Tints of #A7A0DC

#A7A0DC
(167,160,220)
#AFA8DF
(175,168,223)
#B7B0E2
(183,176,226)
#BFB8E5
(191,184,229)
#C7C0E8
(199,192,232)
#CFC8EB
(207,200,235)
#D7D0EE
(215,208,238)
#DFD8F1
(223,216,241)
#E7E0F4
(231,224,244)
#EFE8F7
(239,232,247)
#F7F0FA
(247,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7A0DC color. Also use rgb(167,160,220) instead hex code.

Text Font Color

.myTextColor { color: #A7A0DC; }

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

This text font color is #A7A0DC.

Background Color

.myBgColor { background-color: #A7A0DC; }

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

This div background color is #A7A0DC.

Border color

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

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

This div border color is #A7A0DC.

Opacity

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

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

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

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

This text has shadow with #A7A0DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7A0DC.

Preview

Color preview on black background

This text has color #A7A0DC on black background.


Color preview on white background

This text has color #A7A0DC on white background.


Black color preview on #A7A0DC background

This text has black color on #A7A0DC background.


White color preview on #A7A0DC background

This text has white color on #A7A0DC background.


Related colors

Complementary color

Complementary color for #hex is #585F23.


I love getcolorcode.com

Triadic colors

1 #DCA7A0 and #A0DCA7 with #A7A0DC are triadic colors.

2 #DCA0A7 and #A0A7DC with #A7A0DC are triadic colors.