Color Hex Logo

#aa6abe Color Hex

#AA6ABE
(170,106,190)
0 Favorites   0 Comments

Color spaces of #aa6abe

RGB 170106190
HSL0.790.390.58
HSV286°44°75°
CMYK 0.110.440.00   0.25
XYZ31.025922.571851.4368
Yxy22.57180.29540.2149
Hunter Lab47.509833.4259-30.9339
CIE-Lab54.628539.8364-33.9910

#aa6abe color RGB value is (170,106,190).

#aa6abe hex color red value is 170, green value is 106 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #aa6abe hue: 0.79 , saturation: 0.39 and the lightness value of aa6abe is 0.58.

The process color (four color CMYK) of #aa6abe color hex is 0.11, 0.44, 0.00, 0.25. Web safe color of #aa6abe is #9966cc. Color #aa6abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01101010 10111110
Octal 252 152 276
Decimal 170 106 190
Hex AA 6A BE

RGB Percentages of Color #aa6abe

%36.48
%22.75
%40.77

CMYK Percentages of Color #aa6abe

%11
%44
%0
%25

Triadic Colors of #aa6abe

#aa6abe #beaa6a #6abeaa

Analogous Colors of #aa6abe

#aa6abe #be6aa8 #806abe

Monochromatic Colors of #aa6abe

#aa6abe

Complementary Color

#aa6abe #7ebe6a

#aa6abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa6abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa6abe Color CSS Codes

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

#aa6abe Text Font Color

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

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


#aa6abe Background Color

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

This div background color is #aa6abe


#aa6abe Border Color

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

This div border color is #aa6abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa6abe


Comments

No comments written yet.

Please login to write comment.