Color Hex Logo

#a546ad Color Hex

#A546AD
(165,70,173)
0 Favorites   0 Comments

Color spaces of #a546ad

RGB 16570173
HSL0.820.420.48
HSV295°60°68°
CMYK 0.050.600.00   0.32
XYZ25.250015.396841.1762
Yxy15.39680.30860.1882
Hunter Lab39.238846.1963-34.7504
CIE-Lab46.173053.4367-37.4354

#a546ad color RGB value is (165,70,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01000110 10101101
Octal 245 106 255
Decimal 165 70 173
Hex A5 46 AD

RGB Percentages of Color #a546ad

%40.44
%17.16
%42.40

CMYK Percentages of Color #a546ad

%5
%60
%0
%32

Triadic Colors of #a546ad

#a546ad #ada546 #46ada5

Analogous Colors of #a546ad

#a546ad #ad4682 #7246ad

Monochromatic Colors of #a546ad

#a546ad

Complementary Color

#a546ad #4ead46

#a546ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a546ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a546ad Color CSS Codes

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

#a546ad Text Font Color

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

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


#a546ad Background Color

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

This div background color is #a546ad


#a546ad Border Color

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

This div border color is #a546ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a546ad


Comments

No comments written yet.

Please login to write comment.