COLOR #A65292

HEX: #A65292
RGB: (166,82,146)

Color info

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

RGB color model

#A65292 color RGB value is (166,82,146).

  • red value is 166;
  • green value is 82;
  • blue value is 146.
RGB:
(166,82,146)
(65%,32%,57%)

RGB channels and saturation

R 166 of 255 = 65%
G 82 of 255 = 32%
B 146 of 255 = 57%

166
82
146

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

Portions of RGB colors in percentages

R + G + B =
166 + 82 + 146 = 394 (100%)
R 166 of 394 ~ 42.13%
G 82 of 394 ~ 20.81%
B 146 of 394 ~ 37.06%

%42.13
%20.81
%37.06

CMYK color model

#A65292 color CMYK value is (0,51,12,35).

  • cyan value is 0.00%
  • magenta value is 50.60%
  • yellow value is 12.05%
  • key color value is 34.90%
CMYK:
(0,51,12,35)
C0M51Y12K35 
(0%,51%,12%,35%)
(0.00/0.51/0.12/0.35)	

CMYK percentages

%0
%50.6
%12.05
%34.9

Codes

Color #A65292 in popluar color models

A65292
RGB16682146
HSL314°33.87%48.63%
HSB/HSV314°50.60%65.10%
CMYK0.00%50.60%12.05%
34.90%

Color #A65292 in popluar number systems.

HEXA65292
Decimal16682146
Binary10100110101001010010010
Octal246122222

Shades and tints

Shades of #A65292

#A65292
(166,82,146)
#974B85
(151,75,133)
#884478
(136,68,120)
#793D6B
(121,61,107)
#6A365E
(106,54,94)
#5B2F51
(91,47,81)
#4C2844
(76,40,68)
#3D2137
(61,33,55)
#2E1A2A
(46,26,42)
#1F131D
(31,19,29)
#100C10
(16,12,16)
#000000
(0,0,0)

Tints of #A65292

#A65292
(166,82,146)
#AE619B
(174,97,155)
#B670A4
(182,112,164)
#BE7FAD
(190,127,173)
#C68EB6
(198,142,182)
#CE9DBF
(206,157,191)
#D6ACC8
(214,172,200)
#DEBBD1
(222,187,209)
#E6CADA
(230,202,218)
#EED9E3
(238,217,227)
#F6E8EC
(246,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A65292 color. Also use rgb(166,82,146) instead hex code.

Text Font Color

.myTextColor { color: #A65292; }

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

This text font color is #A65292.


Background Color

.myBgColor { background-color: #A65292; }

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

This div background color is #A65292.


Border color

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

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

This div border color is #A65292.


Opacity

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

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

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

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

This text has shadow with #A65292 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A65292 on black background.


Color preview on white background

This text has color #A65292 on white background.



Black color preview on #A65292 background

This text has black color on #A65292 background.


White color preview on #A65292 background

This text has white color on #A65292 background.