Color Hex Logo

#aa51bb Color Hex

#AA51BB
(170,81,187)
0 Favorites   0 Comments

Color spaces of #aa51bb

RGB 17081187
HSL0.810.440.53
HSV290°57°73°
CMYK 0.090.570.00   0.27
XYZ28.489618.018848.9901
Yxy18.01880.29830.1887
Hunter Lab42.448645.5164-38.7129
CIE-Lab49.518952.2115-40.2907

#aa51bb color RGB value is (170,81,187).

#aa51bb hex color red value is 170, green value is 81 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #aa51bb hue: 0.81 , saturation: 0.44 and the lightness value of aa51bb is 0.53.

The process color (four color CMYK) of #aa51bb color hex is 0.09, 0.57, 0.00, 0.27. Web safe color of #aa51bb is #9966cc. Color #aa51bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01010001 10111011
Octal 252 121 273
Decimal 170 81 187
Hex AA 51 BB

RGB Percentages of Color #aa51bb

%38.81
%18.49
%42.69

CMYK Percentages of Color #aa51bb

%9
%57
%0
%27

Triadic Colors of #aa51bb

#aa51bb #bbaa51 #51bbaa

Analogous Colors of #aa51bb

#aa51bb #bb5197 #7551bb

Monochromatic Colors of #aa51bb

#aa51bb

Complementary Color

#aa51bb #62bb51

#aa51bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa51bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa51bb Color CSS Codes

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

#aa51bb Text Font Color

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

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


#aa51bb Background Color

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

This div background color is #aa51bb


#aa51bb Border Color

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

This div border color is #aa51bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,81,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa51bb


Comments

No comments written yet.

Please login to write comment.