Color Hex Logo

#aa6291 Color Hex

#AA6291
(170,98,145)
0 Favorites   0 Comments

Color spaces of #aa6291

RGB 17098145
HSL0.890.300.53
HSV321°42°67°
CMYK 0.000.420.15   0.33
XYZ26.056119.325729.1450
Yxy19.32570.34960.2593
Hunter Lab43.961028.8669-8.5350
CIE-Lab51.066135.7302-13.2624

#aa6291 color RGB value is (170,98,145).

#aa6291 hex color red value is 170, green value is 98 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #aa6291 hue: 0.89 , saturation: 0.30 and the lightness value of aa6291 is 0.53.

The process color (four color CMYK) of #aa6291 color hex is 0.00, 0.42, 0.15, 0.33. Web safe color of #aa6291 is #996699. Color #aa6291 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01100010 10010001
Octal 252 142 221
Decimal 170 98 145
Hex AA 62 91

RGB Percentages of Color #aa6291

%41.16
%23.73
%35.11

CMYK Percentages of Color #aa6291

%0
%42
%15
%33

Triadic Colors of #aa6291

#aa6291 #91aa62 #6291aa

Analogous Colors of #aa6291

#aa6291 #aa626d #9f62aa

Monochromatic Colors of #aa6291

#aa6291

Complementary Color

#aa6291 #62aa7b

#aa6291 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa6291 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa6291 Color CSS Codes

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

#aa6291 Text Font Color

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

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


#aa6291 Background Color

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

This div background color is #aa6291


#aa6291 Border Color

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

This div border color is #aa6291


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa6291


Comments

No comments written yet.

Please login to write comment.