COLOR #A07EBA

HEX: #A07EBA RGB: (160,126,186)

Color info

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

RGB color model

#A07EBA color RGB value is (160,126,186).

RGB: (160,126,186) (63%, 49%, 73%)

RGB channels and saturation

R 160 of 255 = 63%
G 126 of 255 = 49%
B 186 of 255 = 73%

160
126
186

R + G + B ~ 62%. #A07EBA is quite light color.

Portions of RGB colors in percentages

R + G + B = 160 + 126 + 186 = 472 (100%)
R 160 of 472 ~ 33.9%
G 126 of 472 ~ 26.69%
B 186 of 472 ~ 39.41'%

%33.9
%26.69
%39.41

CMYK color model

#A07EBA color CMYK value is (14,32,0,27).

  • cyan value is 13.98%
  • magenta value is 32.26%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (14,32,0,27)
C14M32Y0K27 (14%, 32%, 0%, 27%)
(0.14 / 0.32 / 0.00 / 0.27)

CMYK percentages

%13.98
%32.26
%0
%27.06

Codes

Color #A07EBA in popluar color models

A0 7E BA
RGB 160 126 186
HSL 274° 30.30% 61.18%
HSB/HSV 274° 32.26% 72.94%
CMYK 13.98% 32.26% 0.00%
27.06%

Color #A07EBA in popluar number systems.

HEX A0 7E BA
Decimal 160 126 186
Binary 10100000 1111110 10111010
Octal 240 176 272

Shades and tints

Shades of #A07EBA

#A07EBA
(160,126,186)
#9273AA
(146,115,170)
#84689A
(132,104,154)
#765D8A
(118,93,138)
#68527A
(104,82,122)
#5A476A
(90,71,106)
#4C3C5A
(76,60,90)
#3E314A
(62,49,74)
#30263A
(48,38,58)
#221B2A
(34,27,42)
#14101A
(20,16,26)
#000000
(0,0,0)

Tints of #A07EBA

#A07EBA
(160,126,186)
#A889C0
(168,137,192)
#B094C6
(176,148,198)
#B89FCC
(184,159,204)
#C0AAD2
(192,170,210)
#C8B5D8
(200,181,216)
#D0C0DE
(208,192,222)
#D8CBE4
(216,203,228)
#E0D6EA
(224,214,234)
#E8E1F0
(232,225,240)
#F0ECF6
(240,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A07EBA; }

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

This text font color is #A07EBA.

Background Color

.myBgColor { background-color: #A07EBA; }

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

This div background color is #A07EBA.

Border color

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

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

This div border color is #A07EBA.

Opacity

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

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

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

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

This text has shadow with #A07EBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A07EBA.

Preview

Color preview on black background

This text has color #A07EBA on black background.


Color preview on white background

This text has color #A07EBA on white background.


Black color preview on #A07EBA background

This text has black color on #A07EBA background.


White color preview on #A07EBA background

This text has white color on #A07EBA background.


Related colors

Complementary color

Complementary color for #hex is #5F8145.


I love getcolorcode.com

Triadic colors

1 #BAA07E and #7EBAA0 with #A07EBA are triadic colors.

2 #BA7EA0 and #7EA0BA with #A07EBA are triadic colors.