color codes Logo

#a044ad color codes

#A044AD
(160,68,173)
0 Favorites   0 Comments

Color spaces of #a044ad

RGB 16068173
HSL0.810.440.47
HSV293°61°68°
CMYK 0.080.610.00   0.32
XYZ24.107214.625041.0875
Yxy14.62500.30200.1832
Hunter Lab38.242645.5973-36.9307
CIE-Lab45.116253.0673-39.1534

#a044ad color RGB value is (160,68,173).

#a044ad hex color red value is 160, green value is 68 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a044ad hue: 0.81 , saturation: 0.44 and the lightness value of a044ad is 0.47.

The process color (four color CMYK) of #a044ad color code is 0.08, 0.61, 0.00, 0.32. Web safe color of #a044ad is #993399. Color #a044ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01000100 10101101
Octal 240 104 255
Decimal 160 68 173
Hex A0 44 AD

RGB Percentages of Color #a044ad

%39.90
%16.96
%43.14

CMYK Percentages of Color #a044ad

%8
%61
%0
%32

Triadic Colors of #a044ad

#a044ad #ada044 #44ada0

Analogous Colors of #a044ad

#a044ad #ad4486 #6c44ad

Monochromatic Colors of #a044ad

#a044ad

Complementary Color

#a044ad #51ad44

#a044ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a044ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a044ad Color CSS Codes

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

#a044ad Text Font Color

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

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


#a044ad Background Color

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

This div background color is #a044ad


#a044ad Border Color

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

This div border color is #a044ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,68,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a044ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a044ad


Comments

No comments written yet.

Please login to write comment.