Color Hex Logo

#a209aa Color Hex

#A209AA
(162,9,170)
0 Favorites   0 Comments

Color spaces of #a209aa

RGB 1629170
HSL0.830.900.35
HSV297°95°67°
CMYK 0.050.950.00   0.33
XYZ22.253710.779038.9379
Yxy10.77900.30920.1498
Hunter Lab32.831463.5356-47.3357
CIE-Lab39.205770.2149-46.7782

#a209aa color RGB value is (162,9,170).

#a209aa hex color red value is 162, green value is 9 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a209aa hue: 0.83 , saturation: 0.90 and the lightness value of a209aa is 0.35.

The process color (four color CMYK) of #a209aa color hex is 0.05, 0.95, 0.00, 0.33. Web safe color of #a209aa is #990099. Color #a209aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 00001001 10101010
Octal 242 11 252
Decimal 162 9 170
Hex A2 9 AA

RGB Percentages of Color #a209aa

%47.51
%2.64
%49.85

CMYK Percentages of Color #a209aa

%5
%95
%0
%33

Triadic Colors of #a209aa

#a209aa #aaa209 #09aaa2

Analogous Colors of #a209aa

#a209aa #aa0961 #5209aa

Monochromatic Colors of #a209aa

#a209aa

Complementary Color

#a209aa #11aa09

#a209aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a209aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a209aa Color CSS Codes

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

#a209aa Text Font Color

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

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


#a209aa Background Color

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

This div background color is #a209aa


#a209aa Border Color

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

This div border color is #a209aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a209aa


Comments

No comments written yet.

Please login to write comment.