COLOR #A05DBA

HEX: #A05DBA
RGB: (160,93,186)

Color info

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

RGB color model

#A05DBA color RGB value is (160,93,186).

  • red value is 160;
  • green value is 93;
  • blue value is 186.
RGB:
(160,93,186)
(63%,36%,73%)

RGB channels and saturation

R 160 of 255 = 63%
G 93 of 255 = 36%
B 186 of 255 = 73%

160
93
186

R + G + B ~ 57%. #A05DBA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
160 + 93 + 186 = 439 (100%)
R 160 of 439 ~ 36.45%
G 93 of 439 ~ 21.18%
B 186 of 439 ~ 42.37%

%36.45
%21.18
%42.37

CMYK color model

#A05DBA color CMYK value is (14,50,0,27).

  • cyan value is 13.98%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(14,50,0,27)
C14M50Y0K27 
(14%,50%,0%,27%)
(0.14/0.50/0.00/0.27)	

CMYK percentages

%13.98
%50
%0
%27.06

Codes

Color #A05DBA in popluar color models

A05DBA
RGB16093186
HSL283°40.26%54.71%
HSB/HSV283°50.00%72.94%
CMYK13.98%50.00%0.00%
27.06%

Color #A05DBA in popluar number systems.

HEXA05DBA
Decimal16093186
Binary10100000101110110111010
Octal240135272

Shades and tints

Shades of #A05DBA

#A05DBA
(160,93,186)
#9255AA
(146,85,170)
#844D9A
(132,77,154)
#76458A
(118,69,138)
#683D7A
(104,61,122)
#5A356A
(90,53,106)
#4C2D5A
(76,45,90)
#3E254A
(62,37,74)
#301D3A
(48,29,58)
#22152A
(34,21,42)
#140D1A
(20,13,26)
#000000
(0,0,0)

Tints of #A05DBA

#A05DBA
(160,93,186)
#A86BC0
(168,107,192)
#B079C6
(176,121,198)
#B887CC
(184,135,204)
#C095D2
(192,149,210)
#C8A3D8
(200,163,216)
#D0B1DE
(208,177,222)
#D8BFE4
(216,191,228)
#E0CDEA
(224,205,234)
#E8DBF0
(232,219,240)
#F0E9F6
(240,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A05DBA; }

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

This text font color is #A05DBA.


Background Color

.myBgColor { background-color: #A05DBA; }

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

This div background color is #A05DBA.


Border color

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

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

This div border color is #A05DBA.


Opacity

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

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

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

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

This text has shadow with #A05DBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A05DBA on black background.


Color preview on white background

This text has color #A05DBA on white background.



Black color preview on #A05DBA background

This text has black color on #A05DBA background.


White color preview on #A05DBA background

This text has white color on #A05DBA background.