Color Hex Logo

#aa6199 Color Hex

#AA6199
(170,97,153)
0 Favorites   0 Comments

Color spaces of #aa6199

RGB 17097153
HSL0.870.300.52
HSV314°43°67°
CMYK 0.000.430.10   0.33
XYZ26.602019.395332.4786
Yxy19.39530.33900.2471
Hunter Lab44.040130.7511-12.8970
CIE-Lab51.146537.6363-17.8617

#aa6199 color RGB value is (170,97,153).

#aa6199 hex color red value is 170, green value is 97 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #aa6199 hue: 0.87 , saturation: 0.30 and the lightness value of aa6199 is 0.52.

The process color (four color CMYK) of #aa6199 color hex is 0.00, 0.43, 0.10, 0.33. Web safe color of #aa6199 is #996699. Color #aa6199 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01100001 10011001
Octal 252 141 231
Decimal 170 97 153
Hex AA 61 99

RGB Percentages of Color #aa6199

%40.48
%23.10
%36.43

CMYK Percentages of Color #aa6199

%0
%43
%10
%33

Triadic Colors of #aa6199

#aa6199 #99aa61 #6199aa

Analogous Colors of #aa6199

#aa6199 #aa6175 #9761aa

Monochromatic Colors of #aa6199

#aa6199

Complementary Color

#aa6199 #61aa72

#aa6199 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa6199 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa6199 Color CSS Codes

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

#aa6199 Text Font Color

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

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


#aa6199 Background Color

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

This div background color is #aa6199


#aa6199 Border Color

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

This div border color is #aa6199


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa6199


Comments

No comments written yet.

Please login to write comment.