COLOR #A65085

HEX: #A65085
RGB: (166,80,133)

Color info

#A65085 contains mainly red and blue colors. Web safe color of #A65085 is #996699 (or #969).

RGB color model

#A65085 color RGB value is (166,80,133).

  • red value is 166;
  • green value is 80;
  • blue value is 133.
RGB:
(166,80,133)
(65%,31%,52%)

RGB channels and saturation

R 166 of 255 = 65%
G 80 of 255 = 31%
B 133 of 255 = 52%

166
80
133

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

Portions of RGB colors in percentages

R + G + B =
166 + 80 + 133 = 379 (100%)
R 166 of 379 ~ 43.8%
G 80 of 379 ~ 21.11%
B 133 of 379 ~ 35.09%

%43.8
%21.11
%35.09

CMYK color model

#A65085 color CMYK value is (0,52,20,35).

  • cyan value is 0.00%
  • magenta value is 51.81%
  • yellow value is 19.88%
  • key color value is 34.90%
CMYK:
(0,52,20,35)
C0M52Y20K35 
(0%,52%,20%,35%)
(0.00/0.52/0.20/0.35)	

CMYK percentages

%0
%51.81
%19.88
%34.9

Codes

Color #A65085 in popluar color models

A65085
RGB16680133
HSL323°34.96%48.24%
HSB/HSV323°51.81%65.10%
CMYK0.00%51.81%19.88%
34.90%

Color #A65085 in popluar number systems.

HEXA65085
Decimal16680133
Binary10100110101000010000101
Octal246120205

Shades and tints

Shades of #A65085

#A65085
(166,80,133)
#974979
(151,73,121)
#88426D
(136,66,109)
#793B61
(121,59,97)
#6A3455
(106,52,85)
#5B2D49
(91,45,73)
#4C263D
(76,38,61)
#3D1F31
(61,31,49)
#2E1825
(46,24,37)
#1F1119
(31,17,25)
#100A0D
(16,10,13)
#000000
(0,0,0)

Tints of #A65085

#A65085
(166,80,133)
#AE5F90
(174,95,144)
#B66E9B
(182,110,155)
#BE7DA6
(190,125,166)
#C68CB1
(198,140,177)
#CE9BBC
(206,155,188)
#D6AAC7
(214,170,199)
#DEB9D2
(222,185,210)
#E6C8DD
(230,200,221)
#EED7E8
(238,215,232)
#F6E6F3
(246,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A65085 color. Also use rgb(166,80,133) instead hex code.

Text Font Color

.myTextColor { color: #A65085; }

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

This text font color is #A65085.


Background Color

.myBgColor { background-color: #A65085; }

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

This div background color is #A65085.


Border color

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

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

This div border color is #A65085.


Opacity

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

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

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

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

This text has shadow with #A65085 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A65085 on black background.


Color preview on white background

This text has color #A65085 on white background.



Black color preview on #A65085 background

This text has black color on #A65085 background.


White color preview on #A65085 background

This text has white color on #A65085 background.