Color Hex Logo

#a035aa Color Hex

#A035AA
(160,53,170)
0 Favorites   0 Comments

Color spaces of #a035aa

RGB 16053170
HSL0.820.520.44
HSV295°69°67°
CMYK 0.060.690.00   0.33
XYZ23.026012.922139.3108
Yxy12.92210.30600.1717
Hunter Lab35.947351.4301-39.6745
CIE-Lab42.645658.9122-41.2991

#a035aa color RGB value is (160,53,170).

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

The process color (four color CMYK) of #a035aa color hex is 0.06, 0.69, 0.00, 0.33. Web safe color of #a035aa is #993399. Color #a035aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00110101 10101010
Octal 240 65 252
Decimal 160 53 170
Hex A0 35 AA

RGB Percentages of Color #a035aa

%41.78
%13.84
%44.39

CMYK Percentages of Color #a035aa

%6
%69
%0
%33

Triadic Colors of #a035aa

#a035aa #aaa035 #35aaa0

Analogous Colors of #a035aa

#a035aa #aa357a #6635aa

Monochromatic Colors of #a035aa

#a035aa

Complementary Color

#a035aa #3faa35

#a035aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a035aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a035aa Color CSS Codes

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

#a035aa Text Font Color

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

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


#a035aa Background Color

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

This div background color is #a035aa


#a035aa Border Color

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

This div border color is #a035aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a035aa


Comments

No comments written yet.

Please login to write comment.