COLOR #A65892

HEX: #A65892
RGB: (166,88,146)

Color info

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

RGB color model

#A65892 color RGB value is (166,88,146).

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

RGB channels and saturation

R 166 of 255 = 65%
G 88 of 255 = 35%
B 146 of 255 = 57%

166
88
146

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

Portions of RGB colors in percentages

R + G + B =
166 + 88 + 146 = 400 (100%)
R 166 of 400 ~ 41.5%
G 88 of 400 ~ 22%
B 146 of 400 ~ 36.5%

%41.5
%22
%36.5

CMYK color model

#A65892 color CMYK value is (0,47,12,35).

  • cyan value is 0.00%
  • magenta value is 46.99%
  • yellow value is 12.05%
  • key color value is 34.90%
CMYK:
(0,47,12,35)
C0M47Y12K35 
(0%,47%,12%,35%)
(0.00/0.47/0.12/0.35)	

CMYK percentages

%0
%46.99
%12.05
%34.9

Codes

Color #A65892 in popluar color models

A65892
RGB16688146
HSL315°30.71%49.80%
HSB/HSV315°46.99%65.10%
CMYK0.00%46.99%12.05%
34.90%

Color #A65892 in popluar number systems.

HEXA65892
Decimal16688146
Binary10100110101100010010010
Octal246130222

Shades and tints

Shades of #A65892

#A65892
(166,88,146)
#975085
(151,80,133)
#884878
(136,72,120)
#79406B
(121,64,107)
#6A385E
(106,56,94)
#5B3051
(91,48,81)
#4C2844
(76,40,68)
#3D2037
(61,32,55)
#2E182A
(46,24,42)
#1F101D
(31,16,29)
#100810
(16,8,16)
#000000
(0,0,0)

Tints of #A65892

#A65892
(166,88,146)
#AE679B
(174,103,155)
#B676A4
(182,118,164)
#BE85AD
(190,133,173)
#C694B6
(198,148,182)
#CEA3BF
(206,163,191)
#D6B2C8
(214,178,200)
#DEC1D1
(222,193,209)
#E6D0DA
(230,208,218)
#EEDFE3
(238,223,227)
#F6EEEC
(246,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A65892; }

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

This text font color is #A65892.


Background Color

.myBgColor { background-color: #A65892; }

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

This div background color is #A65892.


Border color

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

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

This div border color is #A65892.


Opacity

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

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

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

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

This text has shadow with #A65892 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A65892 on black background.


Color preview on white background

This text has color #A65892 on white background.



Black color preview on #A65892 background

This text has black color on #A65892 background.


White color preview on #A65892 background

This text has white color on #A65892 background.