Color Hex Logo

#aa6abd Color Hex

#AA6ABD
(170,106,189)
0 Favorites   0 Comments

Color spaces of #aa6abd

RGB 170106189
HSL0.800.390.58
HSV286°44°74°
CMYK 0.100.440.00   0.26
XYZ30.916922.528250.8630
Yxy22.52820.29640.2160
Hunter Lab47.463933.2091-30.3113
CIE-Lab54.583039.6289-33.4881

#aa6abd color RGB value is (170,106,189).

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

The process color (four color CMYK) of #aa6abd color hex is 0.10, 0.44, 0.00, 0.26. Web safe color of #aa6abd is #9966cc. Color #aa6abd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01101010 10111101
Octal 252 152 275
Decimal 170 106 189
Hex AA 6A BD

RGB Percentages of Color #aa6abd

%36.56
%22.80
%40.65

CMYK Percentages of Color #aa6abd

%10
%44
%0
%26

Triadic Colors of #aa6abd

#aa6abd #bdaa6a #6abdaa

Analogous Colors of #aa6abd

#aa6abd #bd6aa7 #816abd

Monochromatic Colors of #aa6abd

#aa6abd

Complementary Color

#aa6abd #7dbd6a

#aa6abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa6abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa6abd Color CSS Codes

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

#aa6abd Text Font Color

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

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


#aa6abd Background Color

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

This div background color is #aa6abd


#aa6abd Border Color

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

This div border color is #aa6abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa6abd


Comments

No comments written yet.

Please login to write comment.