Color Hex Logo

#a346ae Color Hex

#A346AE
(163,70,174)
0 Favorites   0 Comments

Color spaces of #a346ae

RGB 16370174
HSL0.820.430.48
HSV294°60°68°
CMYK 0.060.600.00   0.32
XYZ24.934415.222841.6685
Yxy15.22280.30470.1860
Hunter Lab39.016445.7961-36.0087
CIE-Lab45.937953.1052-38.4148

#a346ae color RGB value is (163,70,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01000110 10101110
Octal 243 106 256
Decimal 163 70 174
Hex A3 46 AE

RGB Percentages of Color #a346ae

%40.05
%17.20
%42.75

CMYK Percentages of Color #a346ae

%6
%60
%0
%32

Triadic Colors of #a346ae

#a346ae #aea346 #46aea3

Analogous Colors of #a346ae

#a346ae #ae4685 #6f46ae

Monochromatic Colors of #a346ae

#a346ae

Complementary Color

#a346ae #51ae46

#a346ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a346ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a346ae Color CSS Codes

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

#a346ae Text Font Color

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

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


#a346ae Background Color

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

This div background color is #a346ae


#a346ae Border Color

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

This div border color is #a346ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a346ae


Comments

No comments written yet.

Please login to write comment.