COLOR #A65888

HEX: #A65888 RGB: (166,88,136)

Color info

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

RGB color model

#A65888 color RGB value is (166,88,136).

RGB: (166,88,136) (65%, 35%, 53%)

RGB channels and saturation

R 166 of 255 = 65%
G 88 of 255 = 35%
B 136 of 255 = 53%

166
88
136

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

Portions of RGB colors in percentages

R + G + B = 166 + 88 + 136 = 390 (100%)
R 166 of 390 ~ 42.56%
G 88 of 390 ~ 22.56%
B 136 of 390 ~ 34.87'%

%42.56
%22.56
%34.87

CMYK color model

#A65888 color CMYK value is (0,47,18,35).

  • cyan value is 0.00%
  • magenta value is 46.99%
  • yellow value is 18.07%
  • key color value is 34.90%

CMYK: (0,47,18,35)
C0M47Y18K35 (0%, 47%, 18%, 35%)
(0.00 / 0.47 / 0.18 / 0.35)

CMYK percentages

%0
%46.99
%18.07
%34.9

Codes

Color #A65888 in popluar color models

A6 58 88
RGB 166 88 136
HSL 323° 30.71% 49.80%
HSB/HSV 323° 46.99% 65.10%
CMYK 0.00% 46.99% 18.07%
34.90%

Color #A65888 in popluar number systems.

HEX A6 58 88
Decimal 166 88 136
Binary 10100110 1011000 10001000
Octal 246 130 210

Shades and tints

Shades of #A65888

#A65888
(166,88,136)
#97507C
(151,80,124)
#884870
(136,72,112)
#794064
(121,64,100)
#6A3858
(106,56,88)
#5B304C
(91,48,76)
#4C2840
(76,40,64)
#3D2034
(61,32,52)
#2E1828
(46,24,40)
#1F101C
(31,16,28)
#100810
(16,8,16)
#000000
(0,0,0)

Tints of #A65888

#A65888
(166,88,136)
#AE6792
(174,103,146)
#B6769C
(182,118,156)
#BE85A6
(190,133,166)
#C694B0
(198,148,176)
#CEA3BA
(206,163,186)
#D6B2C4
(214,178,196)
#DEC1CE
(222,193,206)
#E6D0D8
(230,208,216)
#EEDFE2
(238,223,226)
#F6EEEC
(246,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A65888; }

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

This text font color is #A65888.

Background Color

.myBgColor { background-color: #A65888; }

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

This div background color is #A65888.

Border color

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

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

This div border color is #A65888.

Opacity

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

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

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

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

This text has shadow with #A65888 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A65888.

Preview

Color preview on black background

This text has color #A65888 on black background.


Color preview on white background

This text has color #A65888 on white background.


Black color preview on #A65888 background

This text has black color on #A65888 background.


White color preview on #A65888 background

This text has white color on #A65888 background.


Related colors

Complementary color

Complementary color for #hex is #59A777.


I love getcolorcode.com

Triadic colors

1 #88A658 and #5888A6 with #A65888 are triadic colors.

2 #8858A6 and #58A688 with #A65888 are triadic colors.