COLOR #A07EBF

HEX: #A07EBF
RGB: (160,126,191)

Color info

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

RGB color model

#A07EBF color RGB value is (160,126,191).

  • red value is 160;
  • green value is 126;
  • blue value is 191.
RGB:
(160,126,191)
(63%,49%,75%)

RGB channels and saturation

R 160 of 255 = 63%
G 126 of 255 = 49%
B 191 of 255 = 75%

160
126
191

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

Portions of RGB colors in percentages

R + G + B =
160 + 126 + 191 = 477 (100%)
R 160 of 477 ~ 33.54%
G 126 of 477 ~ 26.42%
B 191 of 477 ~ 40.04%

%33.54
%26.42
%40.04

CMYK color model

#A07EBF color CMYK value is (16,34,0,25).

  • cyan value is 16.23%
  • magenta value is 34.03%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(16,34,0,25)
C16M34Y0K25 
(16%,34%,0%,25%)
(0.16/0.34/0.00/0.25)	

CMYK percentages

%16.23
%34.03
%0
%25.1

Codes

Color #A07EBF in popluar color models

A07EBF
RGB160126191
HSL271°33.68%62.16%
HSB/HSV271°34.03%74.90%
CMYK16.23%34.03%0.00%
25.10%

Color #A07EBF in popluar number systems.

HEXA07EBF
Decimal160126191
Binary10100000111111010111111
Octal240176277

Shades and tints

Shades of #A07EBF

#A07EBF
(160,126,191)
#9273AE
(146,115,174)
#84689D
(132,104,157)
#765D8C
(118,93,140)
#68527B
(104,82,123)
#5A476A
(90,71,106)
#4C3C59
(76,60,89)
#3E3148
(62,49,72)
#302637
(48,38,55)
#221B26
(34,27,38)
#141015
(20,16,21)
#000000
(0,0,0)

Tints of #A07EBF

#A07EBF
(160,126,191)
#A889C4
(168,137,196)
#B094C9
(176,148,201)
#B89FCE
(184,159,206)
#C0AAD3
(192,170,211)
#C8B5D8
(200,181,216)
#D0C0DD
(208,192,221)
#D8CBE2
(216,203,226)
#E0D6E7
(224,214,231)
#E8E1EC
(232,225,236)
#F0ECF1
(240,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A07EBF; }

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

This text font color is #A07EBF.


Background Color

.myBgColor { background-color: #A07EBF; }

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

This div background color is #A07EBF.


Border color

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

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

This div border color is #A07EBF.


Opacity

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

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

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

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

This text has shadow with #A07EBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A07EBF on black background.


Color preview on white background

This text has color #A07EBF on white background.



Black color preview on #A07EBF background

This text has black color on #A07EBF background.


White color preview on #A07EBF background

This text has white color on #A07EBF background.