Color Hex Logo

#a055ae Color Hex

#A055AE
(160,85,174)
0 Favorites   0 Comments

Color spaces of #a055ae

RGB 16085174
HSL0.810.350.51
HSV291°51°68°
CMYK 0.080.510.00   0.32
XYZ25.385717.026641.9929
Yxy17.02660.30080.2017
Hunter Lab41.263337.6047-31.4540
CIE-Lab48.293544.8710-34.7291

#a055ae color RGB value is (160,85,174).

#a055ae hex color red value is 160, green value is 85 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a055ae hue: 0.81 , saturation: 0.35 and the lightness value of a055ae is 0.51.

The process color (four color CMYK) of #a055ae color hex is 0.08, 0.51, 0.00, 0.32. Web safe color of #a055ae is #996699. Color #a055ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01010101 10101110
Octal 240 125 256
Decimal 160 85 174
Hex A0 55 AE

RGB Percentages of Color #a055ae

%38.19
%20.29
%41.53

CMYK Percentages of Color #a055ae

%8
%51
%0
%32

Triadic Colors of #a055ae

#a055ae #aea055 #55aea0

Analogous Colors of #a055ae

#a055ae #ae5590 #7455ae

Monochromatic Colors of #a055ae

#a055ae

Complementary Color

#a055ae #63ae55

#a055ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a055ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a055ae Color CSS Codes

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

#a055ae Text Font Color

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

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


#a055ae Background Color

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

This div background color is #a055ae


#a055ae Border Color

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

This div border color is #a055ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(160,85,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a055ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a055ae;
  -webkit-box-shadow: 1px 1px 3px 2px #a055ae;
  box-shadow:         1px 1px 3px 2px #a055ae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,85,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a055ae


Comments

No comments written yet.

Please login to write comment.