Color Hex Logo

#a369ae Color Hex

#A369AE
(163,105,174)
0 Favorites   0 Comments

Color spaces of #a369ae

RGB 163105174
HSL0.810.300.55
HSV290°40°68°
CMYK 0.060.400.00   0.32
XYZ27.795820.945742.6223
Yxy20.94570.30420.2293
Hunter Lab45.766528.3188-23.1802
CIE-Lab52.890034.9422-27.5279

#a369ae color RGB value is (163,105,174).

#a369ae hex color red value is 163, green value is 105 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a369ae hue: 0.81 , saturation: 0.30 and the lightness value of a369ae is 0.55.

The process color (four color CMYK) of #a369ae color hex is 0.06, 0.40, 0.00, 0.32. Web safe color of #a369ae is #996699. Color #a369ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01101001 10101110
Octal 243 151 256
Decimal 163 105 174
Hex A3 69 AE

RGB Percentages of Color #a369ae

%36.88
%23.76
%39.37

CMYK Percentages of Color #a369ae

%6
%40
%0
%32

Triadic Colors of #a369ae

#a369ae #aea369 #69aea3

Analogous Colors of #a369ae

#a369ae #ae6997 #8169ae

Monochromatic Colors of #a369ae

#a369ae

Complementary Color

#a369ae #74ae69

#a369ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a369ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a369ae Color CSS Codes

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

#a369ae Text Font Color

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

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


#a369ae Background Color

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

This div background color is #a369ae


#a369ae Border Color

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

This div border color is #a369ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a369ae


Comments

No comments written yet.

Please login to write comment.