COLOR #A45FB0

HEX: #A45FB0 RGB: (164,95,176)

Color info

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

RGB color model

#A45FB0 color RGB value is (164,95,176).

RGB: (164,95,176) (64%, 37%, 69%)

RGB channels and saturation

R 164 of 255 = 64%
G 95 of 255 = 37%
B 176 of 255 = 69%

164
95
176

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

Portions of RGB colors in percentages

R + G + B = 164 + 95 + 176 = 435 (100%)
R 164 of 435 ~ 37.7%
G 95 of 435 ~ 21.84%
B 176 of 435 ~ 40.46'%

%37.7
%21.84
%40.46

CMYK color model

#A45FB0 color CMYK value is (7,46,0,31).

  • cyan value is 6.82%
  • magenta value is 46.02%
  • yellow value is 0.00%
  • key color value is 30.98%

CMYK: (7,46,0,31)
C7M46Y0K31 (7%, 46%, 0%, 31%)
(0.07 / 0.46 / 0.00 / 0.31)

CMYK percentages

%6.82
%46.02
%0
%30.98

Codes

Color #A45FB0 in popluar color models

A4 5F B0
RGB 164 95 176
HSL 291° 33.89% 53.14%
HSB/HSV 291° 46.02% 69.02%
CMYK 6.82% 46.02% 0.00%
30.98%

Color #A45FB0 in popluar number systems.

HEX A4 5F B0
Decimal 164 95 176
Binary 10100100 1011111 10110000
Octal 244 137 260

Shades and tints

Shades of #A45FB0

#A45FB0
(164,95,176)
#9657A0
(150,87,160)
#884F90
(136,79,144)
#7A4780
(122,71,128)
#6C3F70
(108,63,112)
#5E3760
(94,55,96)
#502F50
(80,47,80)
#422740
(66,39,64)
#341F30
(52,31,48)
#261720
(38,23,32)
#180F10
(24,15,16)
#000000
(0,0,0)

Tints of #A45FB0

#A45FB0
(164,95,176)
#AC6DB7
(172,109,183)
#B47BBE
(180,123,190)
#BC89C5
(188,137,197)
#C497CC
(196,151,204)
#CCA5D3
(204,165,211)
#D4B3DA
(212,179,218)
#DCC1E1
(220,193,225)
#E4CFE8
(228,207,232)
#ECDDEF
(236,221,239)
#F4EBF6
(244,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A45FB0 color. Also use rgb(164,95,176) instead hex code.

Text Font Color

.myTextColor { color: #A45FB0; }

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

This text font color is #A45FB0.

Background Color

.myBgColor { background-color: #A45FB0; }

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

This div background color is #A45FB0.

Border color

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

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

This div border color is #A45FB0.

Opacity

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

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

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

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

This text has shadow with #A45FB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A45FB0.

Preview

Color preview on black background

This text has color #A45FB0 on black background.


Color preview on white background

This text has color #A45FB0 on white background.


Black color preview on #A45FB0 background

This text has black color on #A45FB0 background.


White color preview on #A45FB0 background

This text has white color on #A45FB0 background.


Related colors

Complementary color

Complementary color for #hex is #5BA04F.


I love getcolorcode.com

Triadic colors

1 #B0A45F and #5FB0A4 with #A45FB0 are triadic colors.

2 #B05FA4 and #5FA4B0 with #A45FB0 are triadic colors.