COLOR #A65D88

HEX: #A65D88
RGB: (166,93,136)

Color info

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

RGB color model

#A65D88 color RGB value is (166,93,136).

  • red value is 166;
  • green value is 93;
  • blue value is 136.
RGB:
(166,93,136)
(65%,36%,53%)

RGB channels and saturation

R 166 of 255 = 65%
G 93 of 255 = 36%
B 136 of 255 = 53%

166
93
136

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

Portions of RGB colors in percentages

R + G + B =
166 + 93 + 136 = 395 (100%)
R 166 of 395 ~ 42.03%
G 93 of 395 ~ 23.54%
B 136 of 395 ~ 34.43%

%42.03
%23.54
%34.43

CMYK color model

#A65D88 color CMYK value is (0,44,18,35).

  • cyan value is 0.00%
  • magenta value is 43.98%
  • yellow value is 18.07%
  • key color value is 34.90%
CMYK:
(0,44,18,35)
C0M44Y18K35 
(0%,44%,18%,35%)
(0.00/0.44/0.18/0.35)	

CMYK percentages

%0
%43.98
%18.07
%34.9

Codes

Color #A65D88 in popluar color models

A65D88
RGB16693136
HSL325°29.08%50.78%
HSB/HSV325°43.98%65.10%
CMYK0.00%43.98%18.07%
34.90%

Color #A65D88 in popluar number systems.

HEXA65D88
Decimal16693136
Binary10100110101110110001000
Octal246135210

Shades and tints

Shades of #A65D88

#A65D88
(166,93,136)
#97557C
(151,85,124)
#884D70
(136,77,112)
#794564
(121,69,100)
#6A3D58
(106,61,88)
#5B354C
(91,53,76)
#4C2D40
(76,45,64)
#3D2534
(61,37,52)
#2E1D28
(46,29,40)
#1F151C
(31,21,28)
#100D10
(16,13,16)
#000000
(0,0,0)

Tints of #A65D88

#A65D88
(166,93,136)
#AE6B92
(174,107,146)
#B6799C
(182,121,156)
#BE87A6
(190,135,166)
#C695B0
(198,149,176)
#CEA3BA
(206,163,186)
#D6B1C4
(214,177,196)
#DEBFCE
(222,191,206)
#E6CDD8
(230,205,216)
#EEDBE2
(238,219,226)
#F6E9EC
(246,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A65D88 color. Also use rgb(166,93,136) instead hex code.

Text Font Color

.myTextColor { color: #A65D88; }

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

This text font color is #A65D88.


Background Color

.myBgColor { background-color: #A65D88; }

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

This div background color is #A65D88.


Border color

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

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

This div border color is #A65D88.


Opacity

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

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

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

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

This text has shadow with #A65D88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A65D88 on black background.


Color preview on white background

This text has color #A65D88 on white background.



Black color preview on #A65D88 background

This text has black color on #A65D88 background.


White color preview on #A65D88 background

This text has white color on #A65D88 background.