Color Hex Logo

#a261aa Color Hex

#A261AA
(162,97,170)
0 Favorites   0 Comments

Color spaces of #a261aa

RGB 16297170
HSL0.820.300.52
HSV293°43°67°
CMYK 0.050.430.00   0.33
XYZ26.430719.133140.3302
Yxy19.13310.30770.2228
Hunter Lab43.741431.3110-24.0473
CIE-Lab50.842638.2429-28.3869

#a261aa color RGB value is (162,97,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 01100001 10101010
Octal 242 141 252
Decimal 162 97 170
Hex A2 61 AA

RGB Percentages of Color #a261aa

%37.76
%22.61
%39.63

CMYK Percentages of Color #a261aa

%5
%43
%0
%33

Triadic Colors of #a261aa

#a261aa #aaa261 #61aaa2

Analogous Colors of #a261aa

#a261aa #aa618e #7e61aa

Monochromatic Colors of #a261aa

#a261aa

Complementary Color

#a261aa #69aa61

#a261aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a261aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a261aa Color CSS Codes

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

#a261aa Text Font Color

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

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


#a261aa Background Color

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

This div background color is #a261aa


#a261aa Border Color

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

This div border color is #a261aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,97,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 #a261aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a261aa


Comments

No comments written yet.

Please login to write comment.