COLOR #A085AD

HEX: #A085AD
RGB: (160,133,173)

Color info

#A085AD contains red, green and blue colors in about the same proportion. Web safe color of #A085AD is #999999 (or #999).

RGB color model

#A085AD color RGB value is (160,133,173).

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

RGB channels and saturation

R 160 of 255 = 63%
G 133 of 255 = 52%
B 173 of 255 = 68%

160
133
173

R + G + B ~ 61%. #A085AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 133 + 173 = 466 (100%)
R 160 of 466 ~ 34.33%
G 133 of 466 ~ 28.54%
B 173 of 466 ~ 37.12%

%34.33
%28.54
%37.12

CMYK color model

#A085AD color CMYK value is (8,23,0,32).

  • cyan value is 7.51%
  • magenta value is 23.12%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(8,23,0,32)
C8M23Y0K32 
(8%,23%,0%,32%)
(0.08/0.23/0.00/0.32)	

CMYK percentages

%7.51
%23.12
%0
%32.16

Codes

Color #A085AD in popluar color models

A085AD
RGB160133173
HSL281°19.61%60.00%
HSB/HSV281°23.12%67.84%
CMYK7.51%23.12%0.00%
32.16%

Color #A085AD in popluar number systems.

HEXA085AD
Decimal160133173
Binary101000001000010110101101
Octal240205255

Shades and tints

Shades of #A085AD

#A085AD
(160,133,173)
#92799E
(146,121,158)
#846D8F
(132,109,143)
#766180
(118,97,128)
#685571
(104,85,113)
#5A4962
(90,73,98)
#4C3D53
(76,61,83)
#3E3144
(62,49,68)
#302535
(48,37,53)
#221926
(34,25,38)
#140D17
(20,13,23)
#000000
(0,0,0)

Tints of #A085AD

#A085AD
(160,133,173)
#A890B4
(168,144,180)
#B09BBB
(176,155,187)
#B8A6C2
(184,166,194)
#C0B1C9
(192,177,201)
#C8BCD0
(200,188,208)
#D0C7D7
(208,199,215)
#D8D2DE
(216,210,222)
#E0DDE5
(224,221,229)
#E8E8EC
(232,232,236)
#F0F3F3
(240,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A085AD; }

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

This text font color is #A085AD.


Background Color

.myBgColor { background-color: #A085AD; }

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

This div background color is #A085AD.


Border color

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

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

This div border color is #A085AD.


Opacity

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

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

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

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

This text has shadow with #A085AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A085AD on black background.


Color preview on white background

This text has color #A085AD on white background.



Black color preview on #A085AD background

This text has black color on #A085AD background.


White color preview on #A085AD background

This text has white color on #A085AD background.