Color Hex Logo

#a465aa Color Hex

#A465AA
(164,101,170)
0 Favorites   0 Comments

Color spaces of #a465aa

RGB 164101170
HSL0.820.290.53
HSV295°41°67°
CMYK 0.040.410.00   0.33
XYZ27.219220.102240.4757
Yxy20.10220.31000.2290
Hunter Lab44.835529.9036-22.1398
CIE-Lab51.952636.6720-26.6457

#a465aa color RGB value is (164,101,170).

#a465aa hex color red value is 164, green value is 101 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a465aa hue: 0.82 , saturation: 0.29 and the lightness value of a465aa is 0.53.

The process color (four color CMYK) of #a465aa color hex is 0.04, 0.41, 0.00, 0.33. Web safe color of #a465aa is #996699. Color #a465aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01100101 10101010
Octal 244 145 252
Decimal 164 101 170
Hex A4 65 AA

RGB Percentages of Color #a465aa

%37.70
%23.22
%39.08

CMYK Percentages of Color #a465aa

%4
%41
%0
%33

Triadic Colors of #a465aa

#a465aa #aaa465 #65aaa4

Analogous Colors of #a465aa

#a465aa #aa658e #8265aa

Monochromatic Colors of #a465aa

#a465aa

Complementary Color

#a465aa #6baa65

#a465aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a465aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a465aa Color CSS Codes

.mybgcolor {background-color:#a465aa; } 
.myforecolor {color:#a465aa; }
.mybordercolor {border:3px solid #a465aa; }

#a465aa Text Font Color

<p style="color:#a465aa">Text here</p>

This sample text font color is #a465aa
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#a465aa Background Color

<div style="background-color:#a465aa">
Div content here</div>

This div background color is #a465aa


#a465aa Border Color

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

This div border color is #a465aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(164,101,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a465aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a465aa;
  -webkit-box-shadow: 1px 1px 3px 2px #a465aa;
  box-shadow:         1px 1px 3px 2px #a465aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,101,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a465aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a465aa;
  -webkit-box-shadow: 1px 1px 3px 2px #a465aa;
  box-shadow:         1px 1px 3px 2px #a465aa;">
Div content here</div>

This div box has shadow with color #a465aa


Comments

No comments written yet.

Please login to write comment.