Color Hex Logo

#a673ae Color Hex

#A673AE
(166,115,174)
0 Favorites   0 Comments

Color spaces of #a673ae

RGB 166115174
HSL0.810.270.57
HSV292°34°68°
CMYK 0.050.340.00   0.32
XYZ29.496623.424543.0111
Yxy23.42450.30750.2442
Hunter Lab48.398924.0885-18.8106
CIE-Lab55.506930.2980-23.4595

#a673ae color RGB value is (166,115,174).

#a673ae hex color red value is 166, green value is 115 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a673ae hue: 0.81 , saturation: 0.27 and the lightness value of a673ae is 0.57.

The process color (four color CMYK) of #a673ae color hex is 0.05, 0.34, 0.00, 0.32. Web safe color of #a673ae is #996699. Color #a673ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01110011 10101110
Octal 246 163 256
Decimal 166 115 174
Hex A6 73 AE

RGB Percentages of Color #a673ae

%36.48
%25.27
%38.24

CMYK Percentages of Color #a673ae

%5
%34
%0
%32

Triadic Colors of #a673ae

#a673ae #aea673 #73aea6

Analogous Colors of #a673ae

#a673ae #ae7399 #8973ae

Monochromatic Colors of #a673ae

#a673ae

Complementary Color

#a673ae #7bae73

#a673ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a673ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a673ae Color CSS Codes

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

#a673ae Text Font Color

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

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


#a673ae Background Color

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

This div background color is #a673ae


#a673ae Border Color

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

This div border color is #a673ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a673ae

#a673ae Color Palettes


Comments

No comments written yet.

Please login to write comment.