COLOR #A65F8C

HEX: #A65F8C RGB: (166,95,140)

Color info

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

RGB color model

#A65F8C color RGB value is (166,95,140).

RGB: (166,95,140) (65%, 37%, 55%)

RGB channels and saturation

R 166 of 255 = 65%
G 95 of 255 = 37%
B 140 of 255 = 55%

166
95
140

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

Portions of RGB colors in percentages

R + G + B = 166 + 95 + 140 = 401 (100%)
R 166 of 401 ~ 41.4%
G 95 of 401 ~ 23.69%
B 140 of 401 ~ 34.91'%

%41.4
%23.69
%34.91

CMYK color model

#A65F8C color CMYK value is (0,43,16,35).

  • cyan value is 0.00%
  • magenta value is 42.77%
  • yellow value is 15.66%
  • key color value is 34.90%

CMYK: (0,43,16,35)
C0M43Y16K35 (0%, 43%, 16%, 35%)
(0.00 / 0.43 / 0.16 / 0.35)

CMYK percentages

%0
%42.77
%15.66
%34.9

Codes

Color #A65F8C in popluar color models

A6 5F 8C
RGB 166 95 140
HSL 322° 28.51% 51.18%
HSB/HSV 322° 42.77% 65.10%
CMYK 0.00% 42.77% 15.66%
34.90%

Color #A65F8C in popluar number systems.

HEX A6 5F 8C
Decimal 166 95 140
Binary 10100110 1011111 10001100
Octal 246 137 214

Shades and tints

Shades of #A65F8C

#A65F8C
(166,95,140)
#975780
(151,87,128)
#884F74
(136,79,116)
#794768
(121,71,104)
#6A3F5C
(106,63,92)
#5B3750
(91,55,80)
#4C2F44
(76,47,68)
#3D2738
(61,39,56)
#2E1F2C
(46,31,44)
#1F1720
(31,23,32)
#100F14
(16,15,20)
#000000
(0,0,0)

Tints of #A65F8C

#A65F8C
(166,95,140)
#AE6D96
(174,109,150)
#B67BA0
(182,123,160)
#BE89AA
(190,137,170)
#C697B4
(198,151,180)
#CEA5BE
(206,165,190)
#D6B3C8
(214,179,200)
#DEC1D2
(222,193,210)
#E6CFDC
(230,207,220)
#EEDDE6
(238,221,230)
#F6EBF0
(246,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A65F8C color. Also use rgb(166,95,140) instead hex code.

Text Font Color

.myTextColor { color: #A65F8C; }

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

This text font color is #A65F8C.

Background Color

.myBgColor { background-color: #A65F8C; }

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

This div background color is #A65F8C.

Border color

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

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

This div border color is #A65F8C.

Opacity

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

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

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

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

This text has shadow with #A65F8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A65F8C.

Preview

Color preview on black background

This text has color #A65F8C on black background.


Color preview on white background

This text has color #A65F8C on white background.


Black color preview on #A65F8C background

This text has black color on #A65F8C background.


White color preview on #A65F8C background

This text has white color on #A65F8C background.


Related colors

Complementary color

Complementary color for #hex is #59A073.


I love getcolorcode.com

Triadic colors

1 #8CA65F and #5F8CA6 with #A65F8C are triadic colors.

2 #8C5FA6 and #5FA68C with #A65F8C are triadic colors.