Color Hex Logo

#a133ae Color Hex

#A133AE
(161,51,174)
0 Favorites   0 Comments

Color spaces of #a133ae

RGB 16151174
HSL0.820.550.44
HSV294°71°68°
CMYK 0.070.710.00   0.32
XYZ23.521713.000741.3141
Yxy13.00070.30220.1670
Hunter Lab36.056553.3469-42.6959
CIE-Lab42.764360.6216-43.4736

#a133ae color RGB value is (161,51,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 00110011 10101110
Octal 241 63 256
Decimal 161 51 174
Hex A1 33 AE

RGB Percentages of Color #a133ae

%41.71
%13.21
%45.08

CMYK Percentages of Color #a133ae

%7
%71
%0
%32

Triadic Colors of #a133ae

#a133ae #aea133 #33aea1

Analogous Colors of #a133ae

#a133ae #ae337e #6433ae

Monochromatic Colors of #a133ae

#a133ae

Complementary Color

#a133ae #40ae33

#a133ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a133ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a133ae Color CSS Codes

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

#a133ae Text Font Color

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

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


#a133ae Background Color

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

This div background color is #a133ae


#a133ae Border Color

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

This div border color is #a133ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a133ae


Comments

No comments written yet.

Please login to write comment.