Color Hex Logo

#a062aa Color Hex

#A062AA
(160,98,170)
0 Favorites   0 Comments

Color spaces of #a062aa

RGB 16098170
HSL0.810.300.53
HSV292°42°67°
CMYK 0.060.420.00   0.33
XYZ26.120619.111240.3423
Yxy19.11120.30520.2233
Hunter Lab43.716430.1504-24.1125
CIE-Lab50.817137.0715-28.4453

#a062aa color RGB value is (160,98,170).

#a062aa hex color red value is 160, green value is 98 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a062aa hue: 0.81 , saturation: 0.30 and the lightness value of a062aa is 0.53.

The process color (four color CMYK) of #a062aa color hex is 0.06, 0.42, 0.00, 0.33. Web safe color of #a062aa is #996699. Color #a062aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01100010 10101010
Octal 240 142 252
Decimal 160 98 170
Hex A0 62 AA

RGB Percentages of Color #a062aa

%37.38
%22.90
%39.72

CMYK Percentages of Color #a062aa

%6
%42
%0
%33

Triadic Colors of #a062aa

#a062aa #aaa062 #62aaa0

Analogous Colors of #a062aa

#a062aa #aa6290 #7c62aa

Monochromatic Colors of #a062aa

#a062aa

Complementary Color

#a062aa #6caa62

#a062aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a062aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a062aa Color CSS Codes

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

#a062aa Text Font Color

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

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


#a062aa Background Color

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

This div background color is #a062aa


#a062aa Border Color

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

This div border color is #a062aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a062aa


Comments

No comments written yet.

Please login to write comment.