COLOR #A65DAD

HEX: #A65DAD
RGB: (166,93,173)

Color info

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

RGB color model

#A65DAD color RGB value is (166,93,173).

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

RGB channels and saturation

R 166 of 255 = 65%
G 93 of 255 = 36%
B 173 of 255 = 68%

166
93
173

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

Portions of RGB colors in percentages

R + G + B =
166 + 93 + 173 = 432 (100%)
R 166 of 432 ~ 38.43%
G 93 of 432 ~ 21.53%
B 173 of 432 ~ 40.05%

%38.43
%21.53
%40.05

CMYK color model

#A65DAD color CMYK value is (4,46,0,32).

  • cyan value is 4.05%
  • magenta value is 46.24%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(4,46,0,32)
C4M46Y0K32 
(4%,46%,0%,32%)
(0.04/0.46/0.00/0.32)	

CMYK percentages

%4.05
%46.24
%0
%32.16

Codes

Color #A65DAD in popluar color models

A65DAD
RGB16693173
HSL295°32.79%52.16%
HSB/HSV295°46.24%67.84%
CMYK4.05%46.24%0.00%
32.16%

Color #A65DAD in popluar number systems.

HEXA65DAD
Decimal16693173
Binary10100110101110110101101
Octal246135255

Shades and tints

Shades of #A65DAD

#A65DAD
(166,93,173)
#97559E
(151,85,158)
#884D8F
(136,77,143)
#794580
(121,69,128)
#6A3D71
(106,61,113)
#5B3562
(91,53,98)
#4C2D53
(76,45,83)
#3D2544
(61,37,68)
#2E1D35
(46,29,53)
#1F1526
(31,21,38)
#100D17
(16,13,23)
#000000
(0,0,0)

Tints of #A65DAD

#A65DAD
(166,93,173)
#AE6BB4
(174,107,180)
#B679BB
(182,121,187)
#BE87C2
(190,135,194)
#C695C9
(198,149,201)
#CEA3D0
(206,163,208)
#D6B1D7
(214,177,215)
#DEBFDE
(222,191,222)
#E6CDE5
(230,205,229)
#EEDBEC
(238,219,236)
#F6E9F3
(246,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A65DAD; }

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

This text font color is #A65DAD.


Background Color

.myBgColor { background-color: #A65DAD; }

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

This div background color is #A65DAD.


Border color

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

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

This div border color is #A65DAD.


Opacity

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

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

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

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

This text has shadow with #A65DAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A65DAD on black background.


Color preview on white background

This text has color #A65DAD on white background.



Black color preview on #A65DAD background

This text has black color on #A65DAD background.


White color preview on #A65DAD background

This text has white color on #A65DAD background.