Color Hex Logo

#a046ad Color Hex

#A046AD
(160,70,173)
0 Favorites   0 Comments

Color spaces of #a046ad

RGB 16070173
HSL0.810.420.48
HSV292°60°68°
CMYK 0.080.600.00   0.32
XYZ24.230214.871041.1285
Yxy14.87100.30200.1854
Hunter Lab38.562944.6715-36.2405
CIE-Lab45.457052.1358-38.6139

#a046ad color RGB value is (160,70,173).

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

The process color (four color CMYK) of #a046ad color hex is 0.08, 0.60, 0.00, 0.32. Web safe color of #a046ad is #993399. Color #a046ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01000110 10101101
Octal 240 106 255
Decimal 160 70 173
Hex A0 46 AD

RGB Percentages of Color #a046ad

%39.70
%17.37
%42.93

CMYK Percentages of Color #a046ad

%8
%60
%0
%32

Triadic Colors of #a046ad

#a046ad #ada046 #46ada0

Analogous Colors of #a046ad

#a046ad #ad4687 #6d46ad

Monochromatic Colors of #a046ad

#a046ad

Complementary Color

#a046ad #53ad46

#a046ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a046ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a046ad Color CSS Codes

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

#a046ad Text Font Color

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

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


#a046ad Background Color

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

This div background color is #a046ad


#a046ad Border Color

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

This div border color is #a046ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a046ad


Comments

No comments written yet.

Please login to write comment.