COLOR #A07EC8

HEX: #A07EC8 RGB: (160,126,200)

Color info

#A07EC8 contains mainly red and blue colors. Web safe color of #A07EC8 is #9966CC (or #96C).

RGB color model

#A07EC8 color RGB value is (160,126,200).

RGB: (160,126,200) (63%, 49%, 78%)

RGB channels and saturation

R 160 of 255 = 63%
G 126 of 255 = 49%
B 200 of 255 = 78%

160
126
200

R + G + B ~ 63%. #A07EC8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 160 + 126 + 200 = 486 (100%)
R 160 of 486 ~ 32.92%
G 126 of 486 ~ 25.93%
B 200 of 486 ~ 41.15'%

%32.92
%25.93
%41.15

CMYK color model

#A07EC8 color CMYK value is (20,37,0,22).

  • cyan value is 20.00%
  • magenta value is 37.00%
  • yellow value is 0.00%
  • key color value is 21.57%

CMYK: (20,37,0,22)
C20M37Y0K22 (20%, 37%, 0%, 22%)
(0.20 / 0.37 / 0.00 / 0.22)

CMYK percentages

%20
%37
%0
%21.57

Codes

Color #A07EC8 in popluar color models

A0 7E C8
RGB 160 126 200
HSL 268° 40.22% 63.92%
HSB/HSV 268° 37.00% 78.43%
CMYK 20.00% 37.00% 0.00%
21.57%

Color #A07EC8 in popluar number systems.

HEX A0 7E C8
Decimal 160 126 200
Binary 10100000 1111110 11001000
Octal 240 176 310

Shades and tints

Shades of #A07EC8

#A07EC8
(160,126,200)
#9273B6
(146,115,182)
#8468A4
(132,104,164)
#765D92
(118,93,146)
#685280
(104,82,128)
#5A476E
(90,71,110)
#4C3C5C
(76,60,92)
#3E314A
(62,49,74)
#302638
(48,38,56)
#221B26
(34,27,38)
#141014
(20,16,20)
#000000
(0,0,0)

Tints of #A07EC8

#A07EC8
(160,126,200)
#A889CD
(168,137,205)
#B094D2
(176,148,210)
#B89FD7
(184,159,215)
#C0AADC
(192,170,220)
#C8B5E1
(200,181,225)
#D0C0E6
(208,192,230)
#D8CBEB
(216,203,235)
#E0D6F0
(224,214,240)
#E8E1F5
(232,225,245)
#F0ECFA
(240,236,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A07EC8 color. Also use rgb(160,126,200) instead hex code.

Text Font Color

.myTextColor { color: #A07EC8; }

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

This text font color is #A07EC8.

Background Color

.myBgColor { background-color: #A07EC8; }

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

This div background color is #A07EC8.

Border color

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

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

This div border color is #A07EC8.

Opacity

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

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

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

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

This text has shadow with #A07EC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A07EC8.

Preview

Color preview on black background

This text has color #A07EC8 on black background.


Color preview on white background

This text has color #A07EC8 on white background.


Black color preview on #A07EC8 background

This text has black color on #A07EC8 background.


White color preview on #A07EC8 background

This text has white color on #A07EC8 background.


Related colors

Complementary color

Complementary color for #hex is #5F8137.


I love getcolorcode.com

Triadic colors

1 #C8A07E and #7EC8A0 with #A07EC8 are triadic colors.

2 #C87EA0 and #7EA0C8 with #A07EC8 are triadic colors.