Color Hex Logo

#a033ae Color Hex

#A033AE
(160,51,174)
0 Favorites   0 Comments

Color spaces of #a033ae

RGB 16051174
HSL0.810.550.44
HSV293°71°68°
CMYK 0.080.710.00   0.32
XYZ23.321012.897241.3047
Yxy12.89720.30080.1664
Hunter Lab35.912753.0673-43.0531
CIE-Lab42.607960.4002-43.7322

#a033ae color RGB value is (160,51,174).

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

The process color (four color CMYK) of #a033ae color hex is 0.08, 0.71, 0.00, 0.32. Web safe color of #a033ae is #993399. Color #a033ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00110011 10101110
Octal 240 63 256
Decimal 160 51 174
Hex A0 33 AE

RGB Percentages of Color #a033ae

%41.56
%13.25
%45.19

CMYK Percentages of Color #a033ae

%8
%71
%0
%32

Triadic Colors of #a033ae

#a033ae #aea033 #33aea0

Analogous Colors of #a033ae

#a033ae #ae337f #6333ae

Monochromatic Colors of #a033ae

#a033ae

Complementary Color

#a033ae #41ae33

#a033ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a033ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a033ae Color CSS Codes

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

#a033ae Text Font Color

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

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


#a033ae Background Color

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

This div background color is #a033ae


#a033ae Border Color

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

This div border color is #a033ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a033ae


Comments

No comments written yet.

Please login to write comment.