COLOR #A65CAD

HEX: #A65CAD
RGB: (166,92,173)

Color info

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

RGB color model

#A65CAD color RGB value is (166,92,173).

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

RGB channels and saturation

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

166
92
173

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

Portions of RGB colors in percentages

R + G + B =
166 + 92 + 173 = 431 (100%)
R 166 of 431 ~ 38.52%
G 92 of 431 ~ 21.35%
B 173 of 431 ~ 40.14%

%38.52
%21.35
%40.14

CMYK color model

#A65CAD color CMYK value is (4,47,0,32).

  • cyan value is 4.05%
  • magenta value is 46.82%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(4,47,0,32)
C4M47Y0K32 
(4%,47%,0%,32%)
(0.04/0.47/0.00/0.32)	

CMYK percentages

%4.05
%46.82
%0
%32.16

Codes

Color #A65CAD in popluar color models

A65CAD
RGB16692173
HSL295°33.06%51.96%
HSB/HSV295°46.82%67.84%
CMYK4.05%46.82%0.00%
32.16%

Color #A65CAD in popluar number systems.

HEXA65CAD
Decimal16692173
Binary10100110101110010101101
Octal246134255

Shades and tints

Shades of #A65CAD

#A65CAD
(166,92,173)
#97549E
(151,84,158)
#884C8F
(136,76,143)
#794480
(121,68,128)
#6A3C71
(106,60,113)
#5B3462
(91,52,98)
#4C2C53
(76,44,83)
#3D2444
(61,36,68)
#2E1C35
(46,28,53)
#1F1426
(31,20,38)
#100C17
(16,12,23)
#000000
(0,0,0)

Tints of #A65CAD

#A65CAD
(166,92,173)
#AE6AB4
(174,106,180)
#B678BB
(182,120,187)
#BE86C2
(190,134,194)
#C694C9
(198,148,201)
#CEA2D0
(206,162,208)
#D6B0D7
(214,176,215)
#DEBEDE
(222,190,222)
#E6CCE5
(230,204,229)
#EEDAEC
(238,218,236)
#F6E8F3
(246,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A65CAD; }

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

This text font color is #A65CAD.


Background Color

.myBgColor { background-color: #A65CAD; }

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

This div background color is #A65CAD.


Border color

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

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

This div border color is #A65CAD.


Opacity

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

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

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

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

This text has shadow with #A65CAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A65CAD on black background.


Color preview on white background

This text has color #A65CAD on white background.



Black color preview on #A65CAD background

This text has black color on #A65CAD background.


White color preview on #A65CAD background

This text has white color on #A65CAD background.