Color Hex Logo

#a55aaf Color Hex

#A55AAF
(165,90,175)
0 Favorites   0 Comments

Color spaces of #a55aaf

RGB 16590175
HSL0.810.350.52
HSV293°49°69°
CMYK 0.060.490.00   0.31
XYZ26.911118.406842.6919
Yxy18.40680.30580.2091
Hunter Lab42.903136.8840-28.9659
CIE-Lab49.985843.9011-32.6147

#a55aaf color RGB value is (165,90,175).

#a55aaf hex color red value is 165, green value is 90 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a55aaf hue: 0.81 , saturation: 0.35 and the lightness value of a55aaf is 0.52.

The process color (four color CMYK) of #a55aaf color hex is 0.06, 0.49, 0.00, 0.31. Web safe color of #a55aaf is #996699. Color #a55aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01011010 10101111
Octal 245 132 257
Decimal 165 90 175
Hex A5 5A AF

RGB Percentages of Color #a55aaf

%38.37
%20.93
%40.70

CMYK Percentages of Color #a55aaf

%6
%49
%0
%31

Triadic Colors of #a55aaf

#a55aaf #afa55a #5aafa5

Analogous Colors of #a55aaf

#a55aaf #af5a8f #7b5aaf

Monochromatic Colors of #a55aaf

#a55aaf

Complementary Color

#a55aaf #64af5a

#a55aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a55aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a55aaf Color CSS Codes

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

#a55aaf Text Font Color

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

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


#a55aaf Background Color

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

This div background color is #a55aaf


#a55aaf Border Color

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

This div border color is #a55aaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,90,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a55aaf


Comments

No comments written yet.

Please login to write comment.