COLOR #A65882

HEX: #A65882 RGB: (166,88,130)

Color info

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

RGB color model

#A65882 color RGB value is (166,88,130).

RGB: (166,88,130) (65%, 35%, 51%)

RGB channels and saturation

R 166 of 255 = 65%
G 88 of 255 = 35%
B 130 of 255 = 51%

166
88
130

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

Portions of RGB colors in percentages

R + G + B = 166 + 88 + 130 = 384 (100%)
R 166 of 384 ~ 43.23%
G 88 of 384 ~ 22.92%
B 130 of 384 ~ 33.85'%

%43.23
%22.92
%33.85

CMYK color model

#A65882 color CMYK value is (0,47,22,35).

  • cyan value is 0.00%
  • magenta value is 46.99%
  • yellow value is 21.69%
  • key color value is 34.90%
CMYK: (0,47,22,35) C0M47Y22K35 (0%,47%,22%,35%) (0.00/0.47/0.22/0.35) 

CMYK percentages

%0
%46.99
%21.69
%34.9

Codes

Color #A65882 in popluar color models

A6 58 82
RGB 166 88 130
HSL 328° 30.71% 49.80%
HSB/HSV 328° 46.99% 65.10%
CMYK 0.00% 46.99% 21.69%
34.90%

Color #A65882 in popluar number systems.

HEX A6 58 82
Decimal 166 88 130
Binary 10100110 1011000 10000010
Octal 246 130 202

Shades and tints

Shades of #A65882

#A65882
(166,88,130)
#975077
(151,80,119)
#88486C
(136,72,108)
#794061
(121,64,97)
#6A3856
(106,56,86)
#5B304B
(91,48,75)
#4C2840
(76,40,64)
#3D2035
(61,32,53)
#2E182A
(46,24,42)
#1F101F
(31,16,31)
#100814
(16,8,20)
#000000
(0,0,0)

Tints of #A65882

#A65882
(166,88,130)
#AE678D
(174,103,141)
#B67698
(182,118,152)
#BE85A3
(190,133,163)
#C694AE
(198,148,174)
#CEA3B9
(206,163,185)
#D6B2C4
(214,178,196)
#DEC1CF
(222,193,207)
#E6D0DA
(230,208,218)
#EEDFE5
(238,223,229)
#F6EEF0
(246,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A65882; }

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

This text font color is #A65882.

Background Color

.myBgColor { background-color: #A65882; }

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

This div background color is #A65882.

Border color

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

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

This div border color is #A65882.

Opacity

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

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

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

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

This text has shadow with #A65882 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A65882.

Preview

Color preview on black background

This text has color #A65882 on black background.


Color preview on white background

This text has color #A65882 on white background.


Black color preview on #A65882 background

This text has black color on #A65882 background.


White color preview on #A65882 background

This text has white color on #A65882 background.


Related colors

Complementary color

Complementary color for #hex is #59A77D.


I love getcolorcode.com

Triadic colors

1 #82A658 and #5882A6 with #A65882 are triadic colors.

2 #8258A6 and #58A682 with #A65882 are triadic colors.