COLOR #A07ECF

HEX: #A07ECF RGB: (160,126,207)

Color info

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

RGB color model

#A07ECF color RGB value is (160,126,207).

RGB: (160,126,207) (63%, 49%, 81%)

RGB channels and saturation

R 160 of 255 = 63%
G 126 of 255 = 49%
B 207 of 255 = 81%

160
126
207

R + G + B ~ 64%. #A07ECF is quite light color.

Portions of RGB colors in percentages

R + G + B = 160 + 126 + 207 = 493 (100%)
R 160 of 493 ~ 32.45%
G 126 of 493 ~ 25.56%
B 207 of 493 ~ 41.99'%

%32.45
%25.56
%41.99

CMYK color model

#A07ECF color CMYK value is (23,39,0,19).

  • cyan value is 22.71%
  • magenta value is 39.13%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (23,39,0,19)
C23M39Y0K19 (23%, 39%, 0%, 19%)
(0.23 / 0.39 / 0.00 / 0.19)

CMYK percentages

%22.71
%39.13
%0
%18.82

Codes

Color #A07ECF in popluar color models

A0 7E CF
RGB 160 126 207
HSL 265° 45.76% 65.29%
HSB/HSV 265° 39.13% 81.18%
CMYK 22.71% 39.13% 0.00%
18.82%

Color #A07ECF in popluar number systems.

HEX A0 7E CF
Decimal 160 126 207
Binary 10100000 1111110 11001111
Octal 240 176 317

Shades and tints

Shades of #A07ECF

#A07ECF
(160,126,207)
#9273BD
(146,115,189)
#8468AB
(132,104,171)
#765D99
(118,93,153)
#685287
(104,82,135)
#5A4775
(90,71,117)
#4C3C63
(76,60,99)
#3E3151
(62,49,81)
#30263F
(48,38,63)
#221B2D
(34,27,45)
#14101B
(20,16,27)
#000000
(0,0,0)

Tints of #A07ECF

#A07ECF
(160,126,207)
#A889D3
(168,137,211)
#B094D7
(176,148,215)
#B89FDB
(184,159,219)
#C0AADF
(192,170,223)
#C8B5E3
(200,181,227)
#D0C0E7
(208,192,231)
#D8CBEB
(216,203,235)
#E0D6EF
(224,214,239)
#E8E1F3
(232,225,243)
#F0ECF7
(240,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A07ECF; }

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

This text font color is #A07ECF.

Background Color

.myBgColor { background-color: #A07ECF; }

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

This div background color is #A07ECF.

Border color

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

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

This div border color is #A07ECF.

Opacity

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

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

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

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

This text has shadow with #A07ECF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A07ECF.

Preview

Color preview on black background

This text has color #A07ECF on black background.


Color preview on white background

This text has color #A07ECF on white background.


Black color preview on #A07ECF background

This text has black color on #A07ECF background.


White color preview on #A07ECF background

This text has white color on #A07ECF background.


Related colors

Complementary color

Complementary color for #hex is #5F8130.


I love getcolorcode.com

Triadic colors

1 #CFA07E and #7ECFA0 with #A07ECF are triadic colors.

2 #CF7EA0 and #7EA0CF with #A07ECF are triadic colors.