COLOR #A085BA

HEX: #A085BA
RGB: (160,133,186)

Color info

#A085BA contains red, green and blue colors in about the same proportion. Web safe color of #A085BA is #9999CC (or #99C).

RGB color model

#A085BA color RGB value is (160,133,186).

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

RGB channels and saturation

R 160 of 255 = 63%
G 133 of 255 = 52%
B 186 of 255 = 73%

160
133
186

R + G + B ~ 63%. #A085BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 133 + 186 = 479 (100%)
R 160 of 479 ~ 33.4%
G 133 of 479 ~ 27.77%
B 186 of 479 ~ 38.83%

%33.4
%27.77
%38.83

CMYK color model

#A085BA color CMYK value is (14,28,0,27).

  • cyan value is 13.98%
  • magenta value is 28.49%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(14,28,0,27)
C14M28Y0K27 
(14%,28%,0%,27%)
(0.14/0.28/0.00/0.27)	

CMYK percentages

%13.98
%28.49
%0
%27.06

Codes

Color #A085BA in popluar color models

A085BA
RGB160133186
HSL271°27.75%62.55%
HSB/HSV271°28.49%72.94%
CMYK13.98%28.49%0.00%
27.06%

Color #A085BA in popluar number systems.

HEXA085BA
Decimal160133186
Binary101000001000010110111010
Octal240205272

Shades and tints

Shades of #A085BA

#A085BA
(160,133,186)
#9279AA
(146,121,170)
#846D9A
(132,109,154)
#76618A
(118,97,138)
#68557A
(104,85,122)
#5A496A
(90,73,106)
#4C3D5A
(76,61,90)
#3E314A
(62,49,74)
#30253A
(48,37,58)
#22192A
(34,25,42)
#140D1A
(20,13,26)
#000000
(0,0,0)

Tints of #A085BA

#A085BA
(160,133,186)
#A890C0
(168,144,192)
#B09BC6
(176,155,198)
#B8A6CC
(184,166,204)
#C0B1D2
(192,177,210)
#C8BCD8
(200,188,216)
#D0C7DE
(208,199,222)
#D8D2E4
(216,210,228)
#E0DDEA
(224,221,234)
#E8E8F0
(232,232,240)
#F0F3F6
(240,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A085BA; }

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

This text font color is #A085BA.


Background Color

.myBgColor { background-color: #A085BA; }

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

This div background color is #A085BA.


Border color

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

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

This div border color is #A085BA.


Opacity

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

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

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

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

This text has shadow with #A085BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A085BA on black background.


Color preview on white background

This text has color #A085BA on white background.



Black color preview on #A085BA background

This text has black color on #A085BA background.


White color preview on #A085BA background

This text has white color on #A085BA background.