Color Hex Logo

#a565aa Color Hex

#A565AA
(165,101,170)
0 Favorites   0 Comments

Color spaces of #a565aa

RGB 165101170
HSL0.820.290.53
HSV296°41°67°
CMYK 0.030.410.00   0.33
XYZ27.426420.209040.4854
Yxy20.20900.31120.2293
Hunter Lab44.954430.2315-21.9278
CIE-Lab52.072736.9884-26.4500

#a565aa color RGB value is (165,101,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01100101 10101010
Octal 245 145 252
Decimal 165 101 170
Hex A5 65 AA

RGB Percentages of Color #a565aa

%37.84
%23.17
%38.99

CMYK Percentages of Color #a565aa

%3
%41
%0
%33

Triadic Colors of #a565aa

#a565aa #aaa565 #65aaa5

Analogous Colors of #a565aa

#a565aa #aa658d #8365aa

Monochromatic Colors of #a565aa

#a565aa

Complementary Color

#a565aa #6aaa65

#a565aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a565aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a565aa Color CSS Codes

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

#a565aa Text Font Color

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

This sample text font color is #a565aa
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.


#a565aa Background Color

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

This div background color is #a565aa


#a565aa Border Color

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

This div border color is #a565aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,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 #a565aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a565aa


Comments

No comments written yet.

Please login to write comment.