Color Hex Logo

#a583aa Color Hex

#A583AA
(165,131,170)
0 Favorites   0 Comments

Color spaces of #a583aa

RGB 165131170
HSL0.810.190.59
HSV292°23°67°
CMYK 0.030.230.00   0.33
XYZ30.889027.134241.6396
Yxy27.13420.30990.2723
Hunter Lab52.090514.6898-10.9313
CIE-Lab59.098320.0628-15.6908

#a583aa color RGB value is (165,131,170).

#a583aa hex color red value is 165, green value is 131 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a583aa hue: 0.81 , saturation: 0.19 and the lightness value of a583aa is 0.59.

The process color (four color CMYK) of #a583aa color hex is 0.03, 0.23, 0.00, 0.33. Web safe color of #a583aa is #999999. Color #a583aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10000011 10101010
Octal 245 203 252
Decimal 165 131 170
Hex A5 83 AA

RGB Percentages of Color #a583aa

%35.41
%28.11
%36.48

CMYK Percentages of Color #a583aa

%3
%23
%0
%33

Triadic Colors of #a583aa

#a583aa #aaa583 #83aaa5

Analogous Colors of #a583aa

#a583aa #aa839c #9283aa

Monochromatic Colors of #a583aa

#a583aa

Complementary Color

#a583aa #88aa83

#a583aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a583aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a583aa Color CSS Codes

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

#a583aa Text Font Color

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

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


#a583aa Background Color

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

This div background color is #a583aa


#a583aa Border Color

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

This div border color is #a583aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a583aa


Comments

No comments written yet.

Please login to write comment.