Color Hex Logo

#a048aa Color Hex

#A048AA
(160,72,170)
0 Favorites   0 Comments

Color spaces of #a048aa

RGB 16072170
HSL0.820.400.47
HSV294°58°67°
CMYK 0.060.580.00   0.33
XYZ24.070315.010639.6589
Yxy15.01060.30570.1906
Hunter Lab38.743543.0961-33.5704
CIE-Lab45.648750.6106-36.5405

#a048aa color RGB value is (160,72,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01001000 10101010
Octal 240 110 252
Decimal 160 72 170
Hex A0 48 AA

RGB Percentages of Color #a048aa

%39.80
%17.91
%42.29

CMYK Percentages of Color #a048aa

%6
%58
%0
%33

Triadic Colors of #a048aa

#a048aa #aaa048 #48aaa0

Analogous Colors of #a048aa

#a048aa #aa4883 #6f48aa

Monochromatic Colors of #a048aa

#a048aa

Complementary Color

#a048aa #52aa48

#a048aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a048aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a048aa Color CSS Codes

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

#a048aa Text Font Color

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

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


#a048aa Background Color

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

This div background color is #a048aa


#a048aa Border Color

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

This div border color is #a048aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a048aa


Comments

No comments written yet.

Please login to write comment.