Color Hex Logo

#a153aa Color Hex

#A153AA
(161,83,170)
0 Favorites   0 Comments

Color spaces of #a153aa

RGB 16183170
HSL0.820.340.50
HSV294°51°67°
CMYK 0.050.510.00   0.33
XYZ25.046916.665939.9269
Yxy16.66590.30680.2041
Hunter Lab40.823938.0743-29.4105
CIE-Lab47.836345.4030-33.0898

#a153aa color RGB value is (161,83,170).

#a153aa hex color red value is 161, green value is 83 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a153aa hue: 0.82 , saturation: 0.34 and the lightness value of a153aa is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01010011 10101010
Octal 241 123 252
Decimal 161 83 170
Hex A1 53 AA

RGB Percentages of Color #a153aa

%38.89
%20.05
%41.06

CMYK Percentages of Color #a153aa

%5
%51
%0
%33

Triadic Colors of #a153aa

#a153aa #aaa153 #53aaa1

Analogous Colors of #a153aa

#a153aa #aa5388 #7653aa

Monochromatic Colors of #a153aa

#a153aa

Complementary Color

#a153aa #5caa53

#a153aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a153aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a153aa Color CSS Codes

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

#a153aa Text Font Color

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

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


#a153aa Background Color

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

This div background color is #a153aa


#a153aa Border Color

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

This div border color is #a153aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a153aa


Comments

No comments written yet.

Please login to write comment.