Color Hex Logo

#aa6aba Color Hex

#AA6ABA
(170,106,186)
0 Favorites   0 Comments

Color spaces of #aa6aba

RGB 170106186
HSL0.800.370.57
HSV288°43°73°
CMYK 0.090.430.00   0.27
XYZ30.594522.399349.1654
Yxy22.39930.29950.2193
Hunter Lab47.327932.5652-28.4624
CIE-Lab54.448139.0108-31.9746

#aa6aba color RGB value is (170,106,186).

#aa6aba hex color red value is 170, green value is 106 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #aa6aba hue: 0.80 , saturation: 0.37 and the lightness value of aa6aba is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01101010 10111010
Octal 252 152 272
Decimal 170 106 186
Hex AA 6A BA

RGB Percentages of Color #aa6aba

%36.80
%22.94
%40.26

CMYK Percentages of Color #aa6aba

%9
%43
%0
%27

Triadic Colors of #aa6aba

#aa6aba #baaa6a #6abaaa

Analogous Colors of #aa6aba

#aa6aba #ba6aa2 #826aba

Monochromatic Colors of #aa6aba

#aa6aba

Complementary Color

#aa6aba #7aba6a

#aa6aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa6aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa6aba Color CSS Codes

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

#aa6aba Text Font Color

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

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


#aa6aba Background Color

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

This div background color is #aa6aba


#aa6aba Border Color

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

This div border color is #aa6aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa6aba


Comments

No comments written yet.

Please login to write comment.