COLOR #A65A8F

HEX: #A65A8F RGB: (166,90,143)

Color info

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

RGB color model

#A65A8F color RGB value is (166,90,143).

RGB: (166,90,143) (65%, 35%, 56%)

RGB channels and saturation

R 166 of 255 = 65%
G 90 of 255 = 35%
B 143 of 255 = 56%

166
90
143

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

Portions of RGB colors in percentages

R + G + B = 166 + 90 + 143 = 399 (100%)
R 166 of 399 ~ 41.6%
G 90 of 399 ~ 22.56%
B 143 of 399 ~ 35.84'%

%41.6
%22.56
%35.84

CMYK color model

#A65A8F color CMYK value is (0,46,14,35).

  • cyan value is 0.00%
  • magenta value is 45.78%
  • yellow value is 13.86%
  • key color value is 34.90%

CMYK: (0,46,14,35)
C0M46Y14K35 (0%, 46%, 14%, 35%)
(0.00 / 0.46 / 0.14 / 0.35)

CMYK percentages

%0
%45.78
%13.86
%34.9

Codes

Color #A65A8F in popluar color models

A6 5A 8F
RGB 166 90 143
HSL 318° 29.92% 50.20%
HSB/HSV 318° 45.78% 65.10%
CMYK 0.00% 45.78% 13.86%
34.90%

Color #A65A8F in popluar number systems.

HEX A6 5A 8F
Decimal 166 90 143
Binary 10100110 1011010 10001111
Octal 246 132 217

Shades and tints

Shades of #A65A8F

#A65A8F
(166,90,143)
#975282
(151,82,130)
#884A75
(136,74,117)
#794268
(121,66,104)
#6A3A5B
(106,58,91)
#5B324E
(91,50,78)
#4C2A41
(76,42,65)
#3D2234
(61,34,52)
#2E1A27
(46,26,39)
#1F121A
(31,18,26)
#100A0D
(16,10,13)
#000000
(0,0,0)

Tints of #A65A8F

#A65A8F
(166,90,143)
#AE6999
(174,105,153)
#B678A3
(182,120,163)
#BE87AD
(190,135,173)
#C696B7
(198,150,183)
#CEA5C1
(206,165,193)
#D6B4CB
(214,180,203)
#DEC3D5
(222,195,213)
#E6D2DF
(230,210,223)
#EEE1E9
(238,225,233)
#F6F0F3
(246,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A65A8F color. Also use rgb(166,90,143) instead hex code.

Text Font Color

.myTextColor { color: #A65A8F; }

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

This text font color is #A65A8F.

Background Color

.myBgColor { background-color: #A65A8F; }

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

This div background color is #A65A8F.

Border color

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

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

This div border color is #A65A8F.

Opacity

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

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

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

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

This text has shadow with #A65A8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A65A8F.

Preview

Color preview on black background

This text has color #A65A8F on black background.


Color preview on white background

This text has color #A65A8F on white background.


Black color preview on #A65A8F background

This text has black color on #A65A8F background.


White color preview on #A65A8F background

This text has white color on #A65A8F background.


Related colors

Complementary color

Complementary color for #hex is #59A570.


I love getcolorcode.com

Triadic colors

1 #8FA65A and #5A8FA6 with #A65A8F are triadic colors.

2 #8F5AA6 and #5AA68F with #A65A8F are triadic colors.