COLOR #A465AF

HEX: #A465AF RGB: (164,101,175)

Color info

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

RGB color model

#A465AF color RGB value is (164,101,175).

RGB: (164,101,175) (64%, 40%, 69%)

RGB channels and saturation

R 164 of 255 = 64%
G 101 of 255 = 40%
B 175 of 255 = 69%

164
101
175

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

Portions of RGB colors in percentages

R + G + B = 164 + 101 + 175 = 440 (100%)
R 164 of 440 ~ 37.27%
G 101 of 440 ~ 22.95%
B 175 of 440 ~ 39.77'%

%37.27
%22.95
%39.77

CMYK color model

#A465AF color CMYK value is (6,42,0,31).

  • cyan value is 6.29%
  • magenta value is 42.29%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (6,42,0,31)
C6M42Y0K31 (6%, 42%, 0%, 31%)
(0.06 / 0.42 / 0.00 / 0.31)

CMYK percentages

%6.29
%42.29
%0
%31.37

Codes

Color #A465AF in popluar color models

A4 65 AF
RGB 164 101 175
HSL 291° 31.62% 54.12%
HSB/HSV 291° 42.29% 68.63%
CMYK 6.29% 42.29% 0.00%
31.37%

Color #A465AF in popluar number systems.

HEX A4 65 AF
Decimal 164 101 175
Binary 10100100 1100101 10101111
Octal 244 145 257

Shades and tints

Shades of #A465AF

#A465AF
(164,101,175)
#965CA0
(150,92,160)
#885391
(136,83,145)
#7A4A82
(122,74,130)
#6C4173
(108,65,115)
#5E3864
(94,56,100)
#502F55
(80,47,85)
#422646
(66,38,70)
#341D37
(52,29,55)
#261428
(38,20,40)
#180B19
(24,11,25)
#000000
(0,0,0)

Tints of #A465AF

#A465AF
(164,101,175)
#AC73B6
(172,115,182)
#B481BD
(180,129,189)
#BC8FC4
(188,143,196)
#C49DCB
(196,157,203)
#CCABD2
(204,171,210)
#D4B9D9
(212,185,217)
#DCC7E0
(220,199,224)
#E4D5E7
(228,213,231)
#ECE3EE
(236,227,238)
#F4F1F5
(244,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A465AF color. Also use rgb(164,101,175) instead hex code.

Text Font Color

.myTextColor { color: #A465AF; }

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

This text font color is #A465AF.

Background Color

.myBgColor { background-color: #A465AF; }

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

This div background color is #A465AF.

Border color

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

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

This div border color is #A465AF.

Opacity

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

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

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

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

This text has shadow with #A465AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A465AF.

Preview

Color preview on black background

This text has color #A465AF on black background.


Color preview on white background

This text has color #A465AF on white background.


Black color preview on #A465AF background

This text has black color on #A465AF background.


White color preview on #A465AF background

This text has white color on #A465AF background.


Related colors

Complementary color

Complementary color for #hex is #5B9A50.


I love getcolorcode.com

Triadic colors

1 #AFA465 and #65AFA4 with #A465AF are triadic colors.

2 #AF65A4 and #65A4AF with #A465AF are triadic colors.