COLOR #A65FA9

HEX: #A65FA9 RGB: (166,95,169)

Color info

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

RGB color model

#A65FA9 color RGB value is (166,95,169).

RGB: (166,95,169) (65%, 37%, 66%)

RGB channels and saturation

R 166 of 255 = 65%
G 95 of 255 = 37%
B 169 of 255 = 66%

166
95
169

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

Portions of RGB colors in percentages

R + G + B = 166 + 95 + 169 = 430 (100%)
R 166 of 430 ~ 38.6%
G 95 of 430 ~ 22.09%
B 169 of 430 ~ 39.3'%

%38.6
%22.09
%39.3

CMYK color model

#A65FA9 color CMYK value is (2,44,0,34).

  • cyan value is 1.78%
  • magenta value is 43.79%
  • yellow value is 0.00%
  • key color value is 33.73%

CMYK: (2,44,0,34)
C2M44Y0K34 (2%, 44%, 0%, 34%)
(0.02 / 0.44 / 0.00 / 0.34)

CMYK percentages

%1.78
%43.79
%0
%33.73

Codes

Color #A65FA9 in popluar color models

A6 5F A9
RGB 166 95 169
HSL 298° 30.08% 51.76%
HSB/HSV 298° 43.79% 66.27%
CMYK 1.78% 43.79% 0.00%
33.73%

Color #A65FA9 in popluar number systems.

HEX A6 5F A9
Decimal 166 95 169
Binary 10100110 1011111 10101001
Octal 246 137 251

Shades and tints

Shades of #A65FA9

#A65FA9
(166,95,169)
#97579A
(151,87,154)
#884F8B
(136,79,139)
#79477C
(121,71,124)
#6A3F6D
(106,63,109)
#5B375E
(91,55,94)
#4C2F4F
(76,47,79)
#3D2740
(61,39,64)
#2E1F31
(46,31,49)
#1F1722
(31,23,34)
#100F13
(16,15,19)
#000000
(0,0,0)

Tints of #A65FA9

#A65FA9
(166,95,169)
#AE6DB0
(174,109,176)
#B67BB7
(182,123,183)
#BE89BE
(190,137,190)
#C697C5
(198,151,197)
#CEA5CC
(206,165,204)
#D6B3D3
(214,179,211)
#DEC1DA
(222,193,218)
#E6CFE1
(230,207,225)
#EEDDE8
(238,221,232)
#F6EBEF
(246,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A65FA9; }

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

This text font color is #A65FA9.

Background Color

.myBgColor { background-color: #A65FA9; }

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

This div background color is #A65FA9.

Border color

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

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

This div border color is #A65FA9.

Opacity

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

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

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

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

This text has shadow with #A65FA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A65FA9.

Preview

Color preview on black background

This text has color #A65FA9 on black background.


Color preview on white background

This text has color #A65FA9 on white background.


Black color preview on #A65FA9 background

This text has black color on #A65FA9 background.


White color preview on #A65FA9 background

This text has white color on #A65FA9 background.


Related colors

Complementary color

Complementary color for #hex is #59A056.


I love getcolorcode.com

Triadic colors

1 #A9A65F and #5FA9A6 with #A65FA9 are triadic colors.

2 #A95FA6 and #5FA6A9 with #A65FA9 are triadic colors.