Color Hex Logo

#a820aa Color Hex

#A820AA
(168,32,170)
0 Favorites   0 Comments

Color spaces of #a820aa

RGB 16832170
HSL0.830.680.40
HSV299°81°67°
CMYK 0.010.810.00   0.33
XYZ23.920712.260139.1359
Yxy12.26010.31760.1628
Hunter Lab35.014460.6701-41.7588
CIE-Lab41.626667.2907-42.8446

#a820aa color RGB value is (168,32,170).

#a820aa hex color red value is 168, green value is 32 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a820aa hue: 0.83 , saturation: 0.68 and the lightness value of a820aa is 0.40.

The process color (four color CMYK) of #a820aa color hex is 0.01, 0.81, 0.00, 0.33. Web safe color of #a820aa is #993399. Color #a820aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00100000 10101010
Octal 250 40 252
Decimal 168 32 170
Hex A8 20 AA

RGB Percentages of Color #a820aa

%45.41
%8.65
%45.95

CMYK Percentages of Color #a820aa

%1
%81
%0
%33

Triadic Colors of #a820aa

#a820aa #aaa820 #20aaa8

Analogous Colors of #a820aa

#a820aa #aa2067 #6320aa

Monochromatic Colors of #a820aa

#a820aa

Complementary Color

#a820aa #22aa20

#a820aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a820aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a820aa Color CSS Codes

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

#a820aa Text Font Color

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

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


#a820aa Background Color

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

This div background color is #a820aa


#a820aa Border Color

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

This div border color is #a820aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a820aa


Comments

No comments written yet.

Please login to write comment.