COLOR #A07ED2

HEX: #A07ED2
RGB: (160,126,210)

Color info

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

RGB color model

#A07ED2 color RGB value is (160,126,210).

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

RGB channels and saturation

R 160 of 255 = 63%
G 126 of 255 = 49%
B 210 of 255 = 82%

160
126
210

R + G + B ~ 65%. #A07ED2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 126 + 210 = 496 (100%)
R 160 of 496 ~ 32.26%
G 126 of 496 ~ 25.4%
B 210 of 496 ~ 42.34%

%32.26
%25.4
%42.34

CMYK color model

#A07ED2 color CMYK value is (24,40,0,18).

  • cyan value is 23.81%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(24,40,0,18)
C24M40Y0K18 
(24%,40%,0%,18%)
(0.24/0.40/0.00/0.18)	

CMYK percentages

%23.81
%40
%0
%17.65

Codes

Color #A07ED2 in popluar color models

A07ED2
RGB160126210
HSL264°48.28%65.88%
HSB/HSV264°40.00%82.35%
CMYK23.81%40.00%0.00%
17.65%

Color #A07ED2 in popluar number systems.

HEXA07ED2
Decimal160126210
Binary10100000111111011010010
Octal240176322

Shades and tints

Shades of #A07ED2

#A07ED2
(160,126,210)
#9273BF
(146,115,191)
#8468AC
(132,104,172)
#765D99
(118,93,153)
#685286
(104,82,134)
#5A4773
(90,71,115)
#4C3C60
(76,60,96)
#3E314D
(62,49,77)
#30263A
(48,38,58)
#221B27
(34,27,39)
#141014
(20,16,20)
#000000
(0,0,0)

Tints of #A07ED2

#A07ED2
(160,126,210)
#A889D6
(168,137,214)
#B094DA
(176,148,218)
#B89FDE
(184,159,222)
#C0AAE2
(192,170,226)
#C8B5E6
(200,181,230)
#D0C0EA
(208,192,234)
#D8CBEE
(216,203,238)
#E0D6F2
(224,214,242)
#E8E1F6
(232,225,246)
#F0ECFA
(240,236,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A07ED2; }

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

This text font color is #A07ED2.


Background Color

.myBgColor { background-color: #A07ED2; }

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

This div background color is #A07ED2.


Border color

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

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

This div border color is #A07ED2.


Opacity

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

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

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

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

This text has shadow with #A07ED2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A07ED2 on black background.


Color preview on white background

This text has color #A07ED2 on white background.



Black color preview on #A07ED2 background

This text has black color on #A07ED2 background.


White color preview on #A07ED2 background

This text has white color on #A07ED2 background.