Color Hex Logo

#a27aaa Color Hex

#A27AAA
(162,122,170)
0 Favorites   0 Comments

Color spaces of #a27aaa

RGB 162122170
HSL0.810.220.57
HSV290°28°67°
CMYK 0.050.280.00   0.33
XYZ29.115524.502741.2252
Yxy24.50270.30700.2583
Hunter Lab49.500218.3665-14.7283
CIE-Lab56.587624.1756-19.5364

#a27aaa color RGB value is (162,122,170).

#a27aaa hex color red value is 162, green value is 122 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a27aaa hue: 0.81 , saturation: 0.22 and the lightness value of a27aaa is 0.57.

The process color (four color CMYK) of #a27aaa color hex is 0.05, 0.28, 0.00, 0.33. Web safe color of #a27aaa is #996699. Color #a27aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01111010 10101010
Octal 242 172 252
Decimal 162 122 170
Hex A2 7A AA

RGB Percentages of Color #a27aaa

%35.68
%26.87
%37.44

CMYK Percentages of Color #a27aaa

%5
%28
%0
%33

Triadic Colors of #a27aaa

#a27aaa #aaa27a #7aaaa2

Analogous Colors of #a27aaa

#a27aaa #aa7a9a #8a7aaa

Monochromatic Colors of #a27aaa

#a27aaa

Complementary Color

#a27aaa #82aa7a

#a27aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a27aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a27aaa Color CSS Codes

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

#a27aaa Text Font Color

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

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


#a27aaa Background Color

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

This div background color is #a27aaa


#a27aaa Border Color

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

This div border color is #a27aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a27aaa


Comments

No comments written yet.

Please login to write comment.