Color Hex Logo

#a546ae Color Hex

#A546AE
(165,70,174)
0 Favorites   0 Comments

Color spaces of #a546ae

RGB 16570174
HSL0.820.430.48
HSV295°60°68°
CMYK 0.050.600.00   0.32
XYZ25.347215.435641.6878
Yxy15.43560.30730.1872
Hunter Lab39.288246.4070-35.4096
CIE-Lab46.225153.6237-37.9419

#a546ae color RGB value is (165,70,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01000110 10101110
Octal 245 106 256
Decimal 165 70 174
Hex A5 46 AE

RGB Percentages of Color #a546ae

%40.34
%17.11
%42.54

CMYK Percentages of Color #a546ae

%5
%60
%0
%32

Triadic Colors of #a546ae

#a546ae #aea546 #46aea5

Analogous Colors of #a546ae

#a546ae #ae4683 #7146ae

Monochromatic Colors of #a546ae

#a546ae

Complementary Color

#a546ae #4fae46

#a546ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a546ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a546ae Color CSS Codes

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

#a546ae Text Font Color

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

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


#a546ae Background Color

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

This div background color is #a546ae


#a546ae Border Color

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

This div border color is #a546ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,70,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a546ae


Comments

No comments written yet.

Please login to write comment.