Color Hex Logo

#a744aa Color Hex

#A744AA
(167,68,170)
0 Favorites   0 Comments

Color spaces of #a744aa

RGB 16768170
HSL0.830.430.47
HSV298°60°67°
CMYK 0.020.600.00   0.33
XYZ25.259215.252039.6428
Yxy15.25200.31510.1903
Hunter Lab39.053847.1060-32.8465
CIE-Lab45.977454.3184-35.9544

#a744aa color RGB value is (167,68,170).

#a744aa hex color red value is 167, green value is 68 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a744aa hue: 0.83 , saturation: 0.43 and the lightness value of a744aa is 0.47.

The process color (four color CMYK) of #a744aa color hex is 0.02, 0.60, 0.00, 0.33. Web safe color of #a744aa is #993399. Color #a744aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01000100 10101010
Octal 247 104 252
Decimal 167 68 170
Hex A7 44 AA

RGB Percentages of Color #a744aa

%41.23
%16.79
%41.98

CMYK Percentages of Color #a744aa

%2
%60
%0
%33

Triadic Colors of #a744aa

#a744aa #aaa744 #44aaa7

Analogous Colors of #a744aa

#a744aa #aa447a #7444aa

Monochromatic Colors of #a744aa

#a744aa

Complementary Color

#a744aa #47aa44

#a744aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a744aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a744aa Color CSS Codes

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

#a744aa Text Font Color

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

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


#a744aa Background Color

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

This div background color is #a744aa


#a744aa Border Color

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

This div border color is #a744aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a744aa


Comments

No comments written yet.

Please login to write comment.